#F6D28E

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

Shades of Cherokee #F6D28E

Tints of Cherokee #F6D28E

Color information

#F6D28E (or 0xF6D28E) is unknown color: approx Cherokee. HEX triplet: F6, D2 and 8E. RGB value is (246,210,142). Sum of RGB (Red+Green+Blue) = 246+210+142=598 (79% of max value = 765). Red value is 246 (96.48% from 255 or 41.14% from 598); Green value is 210 (82.42% from 255 or 35.12% from 598); Blue value is 142 (55.86% from 255 or 23.75% from 598); Max value from RGB is 246 - color contains mainly: red. Hex color #F6D28E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6D28E is #092D71. Grayscale: #D5D5D5. Windows color (decimal): -601458 or 9360118. OLE color: 9360118.

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

Color convert

RGB246210142-
CMYK00.150.420.04
HSL39.23º85.25%76.08%-
HSV(B)39.23º42.28%96.47%-
XYZ65.9467.6435.17-
YUV213.0187.93151.53-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 41.14%
GREEN value IS 210 (82.42% from 255) = 35.12%
BLUE value IS 142 (55.86% from 255) = 23.75%
R=41.14%
G=35.12%
B=23.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.42
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24621014200.150.420.0439.2385.2576.08
HexF6D28E0F2A427554c
Octal36632221601752447125114
Binary1111011011010010100011100111110101010010011110101011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6D28E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6D28E; }

 p { color: rgb(246,210,142); }

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

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

 a { background-color: rgb(246,210,142); }

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

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

 span { border-color: rgb(246,210,142); }

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