#F6D286

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

Shades of Cherokee #F6D286

Tints of Cherokee #F6D286

Color information

#F6D286 (or 0xF6D286) is unknown color: approx Cherokee. HEX triplet: F6, D2 and 86. RGB value is (246,210,134). Sum of RGB (Red+Green+Blue) = 246+210+134=590 (78% of max value = 765). Red value is 246 (96.48% from 255 or 41.69% from 590); Green value is 210 (82.42% from 255 or 35.59% from 590); Blue value is 134 (52.73% from 255 or 22.71% from 590); Max value from RGB is 246 - color contains mainly: red. Hex color #F6D286 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6D286 is #092D79. Grayscale: #D4D4D4. Windows color (decimal): -601466 or 8835830. OLE color: 8835830.

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

Color convert

RGB246210134-
CMYK00.150.460.04
HSL40.71º86.15%74.51%-
HSV(B)40.71º45.53%96.47%-
XYZ65.3667.4132.12-
YUV212.183.93152.18-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 41.69%
GREEN value IS 210 (82.42% from 255) = 35.59%
BLUE value IS 134 (52.73% from 255) = 22.71%
R=41.69%
G=35.59%
B=22.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.46
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24621013400.150.460.0440.7186.1574.51
HexF6D2860F2E429564b
Octal36632220601756451126113
Binary1111011011010010100001100111110111010010100110101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6D286

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6D286; }

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

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

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

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

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

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

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

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