#F0CD8E

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

Shades of Cherokee #F0CD8E

Tints of Cherokee #F0CD8E

Color information

#F0CD8E (or 0xF0CD8E) is unknown color: approx Cherokee. HEX triplet: F0, CD and 8E. RGB value is (240,205,142). Sum of RGB (Red+Green+Blue) = 240+205+142=587 (77% of max value = 765). Red value is 240 (94.14% from 255 or 40.89% from 587); Green value is 205 (80.47% from 255 or 34.92% from 587); Blue value is 142 (55.86% from 255 or 24.19% from 587); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CD8E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0CD8E is #0F3271. Grayscale: #D0D0D0. Windows color (decimal): -995954 or 9358832. OLE color: 9358832.

HSL color Cylindrical-coordinate representation of color #F0CD8E: hue angle of 38.57º degrees, saturation: 0.77, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F0CD8E is Cyan = 0, Magento = 0.15, Yellow = 0.41 and Black (K on CMYK) = 0.06.

Color convert

RGB240205142-
CMYK00.150.410.06
HSL38.57º76.56%74.9%-
HSV(B)38.57º40.83%94.12%-
XYZ62.6564.1434.67-
YUV208.2890.6150.62-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 40.89%
GREEN value IS 205 (80.47% from 255) = 34.92%
BLUE value IS 142 (55.86% from 255) = 24.19%
R=40.89%
G=34.92%
B=24.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.41
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24020514200.150.410.0638.5776.5674.9
HexF0CD8E0F296274d4b
Octal36031521601751647115113
Binary1111000011001101100011100111110100111010011110011011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0CD8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0CD8E; }

 p { color: rgb(240,205,142); }

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

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

 a { background-color: rgb(240,205,142); }

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

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

 span { border-color: rgb(240,205,142); }

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