Shades of Cherokee #F6D487
Tints of Cherokee #F6D487
RGB
CMYK
RGB Variations
Color information
#F6D487 (or 0xF6D487) is known color: Cherokee. HEX triplet: F6, D4 and 87. RGB value is (246,212,135). Sum of RGB (Red+Green+Blue) = 246+212+135=593 (78% of max value = 765). Red value is 246 (96.48% from 255 or 41.48% from 593); Green value is 212 (83.20% from 255 or 35.75% from 593); Blue value is 135 (53.12% from 255 or 22.77% from 593); Max value from RGB is 246 - color contains mainly: red. Hex color #F6D487 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6D487 is #092B78. Grayscale: #D5D5D5. Windows color (decimal): -600953 or 8901878. OLE color: 8901878.
HSL color Cylindrical-coordinate representation of color #F6D487: hue angle of 41.62º degrees, saturation: 0.86, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F6D487 is Cyan = 0, Magento = 0.14, Yellow = 0.45 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 212 | 135 | - |
| CMYK | 0 | 0.14 | 0.45 | 0.04 |
| HSL | 41.62º | 0.86% | 0.75% | - |
| HSV(B) | 41.62º | 0.45% | 0.96% | - |
| XYZ | 65.92 | 68.43 | 32.66 | - |
| YUV | 213.39 | 83.76 | 151.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 212 | 135 | 0 | 0.14 | 0.45 | 0.04 | 41.62 | 0.86 | 0.75 |
| Hex | F6 | D4 | 87 | 0 | E | 2D | 4 | 2A | 56 | 4B |
| Octal | 366 | 324 | 207 | 0 | 16 | 55 | 4 | 52 | 126 | 113 |
| Binary | 11110110 | 11010100 | 10000111 | 0 | 1110 | 101101 | 100 | 101010 | 1010110 | 1001011 |
Color Harmonies of #F6D487
Complementary color
Monochromatic Colors of #F6D487
Black with #F6D487
Text Example
Text Example
White with #F6D487
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6D487; }
p { color: rgb(246,212,135); }
H1.HeaderClassName
{
color: #F6D487;
}
.AnyTagClassName
{
color: #F6D487;
}
</style>
background-color css
<style>
a { background-color: #F6D487; }
a { background-color: rgb(246,212,135); }
div.DivClassName
{
background-color: #F6D487;
}
.BgClassName
{
background-color: #F6D487;
}
</style>
border-color css
<style>
span { border-color: #F6D487; }
span { border-color: rgb(246,212,135); }
td.TdClassName
{
border-color: #F6D487;
}
.TagClassName
{
border-color: #F6D487;
}
</style>