#F2D486

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

Shades of Cherokee #F2D486

Tints of Cherokee #F2D486

Color information

#F2D486 (or 0xF2D486) is unknown color: approx Cherokee. HEX triplet: F2, D4 and 86. RGB value is (242,212,134). Sum of RGB (Red+Green+Blue) = 242+212+134=588 (77% of max value = 765). Red value is 242 (94.92% from 255 or 41.16% from 588); Green value is 212 (83.20% from 255 or 36.05% from 588); Blue value is 134 (52.73% from 255 or 22.79% from 588); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D486 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2D486 is #0D2B79. Grayscale: #D4D4D4. Windows color (decimal): -863098 or 8836338. OLE color: 8836338.

HSL color Cylindrical-coordinate representation of color #F2D486: hue angle of 43.33º degrees, saturation: 0.81, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F2D486 is Cyan = 0, Magento = 0.12, Yellow = 0.45 and Black (K on CMYK) = 0.05.

Color convert

RGB242212134-
CMYK00.120.450.05
HSL43.33º80.6%73.73%-
HSV(B)43.33º44.63%94.9%-
XYZ64.4667.6932.22-
YUV212.0883.94149.34-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 41.16%
GREEN value IS 212 (83.20% from 255) = 36.05%
BLUE value IS 134 (52.73% from 255) = 22.79%
R=41.16%
G=36.05%
B=22.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.45
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24221213400.120.450.0543.3380.673.73
HexF2D4860C2D52b514a
Octal36232420601455553121112
Binary1111001011010100100001100110010110110110101110100011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2D486

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2D486; }

 p { color: rgb(242,212,134); }

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

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

 a { background-color: rgb(242,212,134); }

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

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

 span { border-color: rgb(242,212,134); }

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