#F5D18C

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

Shades of Cherokee #F5D18C

Tints of Cherokee #F5D18C

Color information

#F5D18C (or 0xF5D18C) is unknown color: approx Cherokee. HEX triplet: F5, D1 and 8C. RGB value is (245,209,140). Sum of RGB (Red+Green+Blue) = 245+209+140=594 (78% of max value = 765). Red value is 245 (96.09% from 255 or 41.25% from 594); Green value is 209 (82.03% from 255 or 35.19% from 594); Blue value is 140 (55.08% from 255 or 23.57% from 594); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D18C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5D18C is #0A2E73. Grayscale: #D4D4D4. Windows color (decimal): -667252 or 9228789. OLE color: 9228789.

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

Color convert

RGB245209140-
CMYK00.150.430.04
HSL39.43º84%75.49%-
HSV(B)39.43º42.86%96.08%-
XYZ65.1966.9134.29-
YUV211.987.43151.61-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 41.25%
GREEN value IS 209 (82.03% from 255) = 35.19%
BLUE value IS 140 (55.08% from 255) = 23.57%
R=41.25%
G=35.19%
B=23.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.43
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24520914000.150.430.0439.438475.49
HexF5D18C0F2B427544b
Octal36532121401753447124113
Binary1111010111010001100011000111110101110010011110101001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5D18C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5D18C; }

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

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

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

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

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

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

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

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