#F5C88C

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

Shades of Cherokee #F5C88C

Tints of Cherokee #F5C88C

Color information

#F5C88C (or 0xF5C88C) is unknown color: approx Cherokee. HEX triplet: F5, C8 and 8C. RGB value is (245,200,140). Sum of RGB (Red+Green+Blue) = 245+200+140=585 (77% of max value = 765). Red value is 245 (96.09% from 255 or 41.88% from 585); Green value is 200 (78.52% from 255 or 34.19% from 585); Blue value is 140 (55.08% from 255 or 23.93% from 585); Max value from RGB is 245 - color contains mainly: red. Hex color #F5C88C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5C88C is #0A3773. Grayscale: #CECECE. Windows color (decimal): -669556 or 9226485. OLE color: 9226485.

HSL color Cylindrical-coordinate representation of color #F5C88C: hue angle of 34.29º 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 #F5C88C is Cyan = 0, Magento = 0.18, Yellow = 0.43 and Black (K on CMYK) = 0.04.

Color convert

RGB245200140-
CMYK00.180.430.04
HSL34.29º84%75.49%-
HSV(B)34.29º42.86%96.08%-
XYZ63.0462.6133.57-
YUV206.6190.41155.38-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 41.88%
GREEN value IS 200 (78.52% from 255) = 34.19%
BLUE value IS 140 (55.08% from 255) = 23.93%
R=41.88%
G=34.19%
B=23.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.43
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24520014000.180.430.0434.298475.49
HexF5C88C0122B422544b
Octal36531021402253442124113
Binary11110101110010001000110001001010101110010001010101001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5C88C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5C88C; }

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

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

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

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

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

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

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

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