#F5C388

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

Shades of Cherokee #F5C388

Tints of Cherokee #F5C388

Color information

#F5C388 (or 0xF5C388) is unknown color: approx Cherokee. HEX triplet: F5, C3 and 88. RGB value is (245,195,136). Sum of RGB (Red+Green+Blue) = 245+195+136=576 (76% of max value = 765). Red value is 245 (96.09% from 255 or 42.53% from 576); Green value is 195 (76.56% from 255 or 33.85% from 576); Blue value is 136 (53.52% from 255 or 23.61% from 576); Max value from RGB is 245 - color contains mainly: red. Hex color #F5C388 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5C388 is #0A3C77. Grayscale: #CBCBCB. Windows color (decimal): -670840 or 8963061. OLE color: 8963061.

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

Color convert

RGB245195136-
CMYK00.200.440.04
HSL32.48º84.5%74.71%-
HSV(B)32.48º44.49%96.08%-
XYZ61.6260.2231.67-
YUV203.2290.06157.8-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 42.53%
GREEN value IS 195 (76.56% from 255) = 33.85%
BLUE value IS 136 (53.52% from 255) = 23.61%
R=42.53%
G=33.85%
B=23.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.44
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24519513600.200.440.0432.4884.574.71
HexF5C3880142C420544b
Octal36530321002454440124113
Binary11110101110000111000100001010010110010010000010101001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5C388

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5C388; }

 p { color: rgb(245,195,136); }

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

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

 a { background-color: rgb(245,195,136); }

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

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

 span { border-color: rgb(245,195,136); }

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