#f5cc93

Color #F5CC93 Peach-Orange (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Peach-Orange #F5CC93

Tints of Peach-Orange #F5CC93

Color information

#F5CC93 (or 0xF5CC93) is unknown color: approx Peach-Orange. HEX triplet: F5, CC and 93. RGB value is (245,204,147). Sum of RGB (Red+Green+Blue) = 245+204+147=596 (78% of max value = 765). Red value is 245 (96.09% from 255 or 41.11% from 596); Green value is 204 (80.08% from 255 or 34.23% from 596); Blue value is 147 (57.81% from 255 or 24.66% from 596); Max value from RGB is 245 - color contains mainly: red. Hex color #F5CC93 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5CC93 is #0A336C. Grayscale: #D2D2D2. Windows color (decimal): -668525 or 9686261. OLE color: 9686261.

HSL color Cylindrical-coordinate representation of color #F5CC93: hue angle of 34.9º degrees, saturation: 0.83, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F5CC93 is Cyan = 0, Magento = 0.17, Yellow = 0.4 and Black (K on CMYK) = 0.04.

Color convert

RGB245204147-
CMYK00.170.40.04
HSL34.9º83.05%76.86%-
HSV(B)34.9º40%96.08%-
XYZ64.5264.736.69-
YUV209.7692.58153.13-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 245 (96.09% from 255) = 41.11%
GREEN value IS 204 (80.08% from 255) = 34.23%
BLUE value IS 147 (57.81% from 255) = 24.66%
R=41.11%
G=34.23%
B=24.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.4
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24520414700.170.40.0434.983.0576.86
HexF5CC9301128423534d
Octal36531422302150443123115
Binary11110101110011001001001101000110100010010001110100111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f5cc93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f5cc93; }

 p { color: rgb(245,204,147); }

 H1.HeaderClassName
 {
   color: #f5cc93;
 }
 .AnyTagClassName
 {
   color: #f5cc93;
 }
</style>
background-color css

<style>
 a { background-color: #f5cc93; }

 a { background-color: rgb(245,204,147); }

 div.DivClassName
 {
   background-color: #f5cc93;
 }
 .BgClassName
 {
   background-color: #f5cc93;
 }
</style>
border-color css

<style>
 span { border-color: #f5cc93; }

 span { border-color: rgb(245,204,147); }

 td.TdClassName
 {
   border-color: #f5cc93;
 }
 .TagClassName
 {
   border-color: #f5cc93;
 }
</style>