#F5C58C

Color #F5C58C Cherokee (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cherokee #F5C58C

Tints of Cherokee #F5C58C

Color information

#F5C58C (or 0xF5C58C) is unknown color: approx Cherokee. HEX triplet: F5, C5 and 8C. RGB value is (245,197,140). Sum of RGB (Red+Green+Blue) = 245+197+140=582 (77% of max value = 765). Red value is 245 (96.09% from 255 or 42.10% from 582); Green value is 197 (77.34% from 255 or 33.85% from 582); Blue value is 140 (55.08% from 255 or 24.05% from 582); Max value from RGB is 245 - color contains mainly: red. Hex color #F5C58C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5C58C is #0A3A73. Grayscale: #CDCDCD. Windows color (decimal): -670324 or 9225717. OLE color: 9225717.

HSL color Cylindrical-coordinate representation of color #F5C58C: hue angle of 32.57º degrees, saturation: 0.84, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F5C58C is Cyan = 0, Magento = 0.20, Yellow = 0.43 and Black (K on CMYK) = 0.04.

Color convert

RGB245197140-
CMYK00.200.430.04
HSL32.57º84%75.49%-
HSV(B)32.57º42.86%96.08%-
XYZ62.3661.2433.34-
YUV204.8591.4156.63-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 42.10%
GREEN value IS 197 (77.34% from 255) = 33.85%
BLUE value IS 140 (55.08% from 255) = 24.05%
R=42.10%
G=33.85%
B=24.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.43
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24519714000.200.430.0432.578475.49
HexF5C58C0142B421544b
Octal36530521402453441124113
Binary11110101110001011000110001010010101110010000110101001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5C58C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5C58C; }

 p { color: rgb(245,197,140); }

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

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

 a { background-color: rgb(245,197,140); }

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

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

 span { border-color: rgb(245,197,140); }

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