#F6D489

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

Shades of Cherokee #F6D489

Tints of Cherokee #F6D489

Color information

#F6D489 (or 0xF6D489) is unknown color: approx Cherokee. HEX triplet: F6, D4 and 89. RGB value is (246,212,137). Sum of RGB (Red+Green+Blue) = 246+212+137=595 (78% of max value = 765). Red value is 246 (96.48% from 255 or 41.34% from 595); Green value is 212 (83.20% from 255 or 35.63% from 595); Blue value is 137 (53.91% from 255 or 23.03% from 595); Max value from RGB is 246 - color contains mainly: red. Hex color #F6D489 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6D489 is #092B76. Grayscale: #D5D5D5. Windows color (decimal): -600951 or 9032950. OLE color: 9032950.

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

Color convert

RGB246212137-
CMYK00.140.440.04
HSL41.28º85.83%75.1%-
HSV(B)41.28º44.31%96.47%-
XYZ66.0668.4933.4-
YUV213.6284.76151.1-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 41.34%
GREEN value IS 212 (83.20% from 255) = 35.63%
BLUE value IS 137 (53.91% from 255) = 23.03%
R=41.34%
G=35.63%
B=23.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.44
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24621213700.140.440.0441.2885.8375.1
HexF6D4890E2C429564b
Octal36632421101654451126113
Binary1111011011010100100010010111010110010010100110101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6D489

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6D489; }

 p { color: rgb(246,212,137); }

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

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

 a { background-color: rgb(246,212,137); }

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

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

 span { border-color: rgb(246,212,137); }

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