#F5CF87

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

Shades of Cherokee #F5CF87

Tints of Cherokee #F5CF87

Color information

#F5CF87 (or 0xF5CF87) is unknown color: approx Cherokee. HEX triplet: F5, CF and 87. RGB value is (245,207,135). Sum of RGB (Red+Green+Blue) = 245+207+135=587 (77% of max value = 765). Red value is 245 (96.09% from 255 or 41.74% from 587); Green value is 207 (81.25% from 255 or 35.26% from 587); Blue value is 135 (53.12% from 255 or 23.00% from 587); Max value from RGB is 245 - color contains mainly: red. Hex color #F5CF87 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5CF87 is #0A3078. Grayscale: #D2D2D2. Windows color (decimal): -667769 or 8900597. OLE color: 8900597.

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

Color convert

RGB245207135-
CMYK00.160.450.04
HSL39.27º84.62%74.51%-
HSV(B)39.27º44.9%96.08%-
XYZ64.3465.7932.23-
YUV210.1585.59152.85-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 41.74%
GREEN value IS 207 (81.25% from 255) = 35.26%
BLUE value IS 135 (53.12% from 255) = 23.00%
R=41.74%
G=35.26%
B=23.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.45
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24520713500.160.450.0439.2784.6274.51
HexF5CF870102D427554b
Octal36531720702055447125113
Binary11110101110011111000011101000010110110010011110101011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5CF87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5CF87; }

 p { color: rgb(245,207,135); }

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

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

 a { background-color: rgb(245,207,135); }

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

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

 span { border-color: rgb(245,207,135); }

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