Shades of Cherokee #F6CF90
Tints of Cherokee #F6CF90
RGB
CMYK
RGB Variations
Color information
#F6CF90 (or 0xF6CF90) is known color: Cherokee. HEX triplet: F6, CF and 90. RGB value is (246,207,144). Sum of RGB (Red+Green+Blue) = 246+207+144=597 (79% of max value = 765). Red value is 246 (96.48% from 255 or 41.21% from 597); Green value is 207 (81.25% from 255 or 34.67% from 597); Blue value is 144 (56.64% from 255 or 24.12% from 597); Max value from RGB is 246 - color contains mainly: red. Hex color #F6CF90 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6CF90 is #09306F. Grayscale: #D3D3D3. Windows color (decimal): -602224 or 9490422. OLE color: 9490422.
HSL color Cylindrical-coordinate representation of color #F6CF90: hue angle of 37.06º degrees, saturation: 0.85, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F6CF90 is Cyan = 0, Magento = 0.16, Yellow = 0.41 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 207 | 144 | - |
| CMYK | 0 | 0.16 | 0.41 | 0.04 |
| HSL | 37.06º | 0.85% | 0.76% | - |
| HSV(B) | 37.06º | 0.41% | 0.96% | - |
| XYZ | 65.35 | 66.23 | 35.73 | - |
| YUV | 211.48 | 89.92 | 152.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 207 | 144 | 0 | 0.16 | 0.41 | 0.04 | 37.06 | 0.85 | 0.76 |
| Hex | F6 | CF | 90 | 0 | 10 | 29 | 4 | 25 | 55 | 4C |
| Octal | 366 | 317 | 220 | 0 | 20 | 51 | 4 | 45 | 125 | 114 |
| Binary | 11110110 | 11001111 | 10010000 | 0 | 10000 | 101001 | 100 | 100101 | 1010101 | 1001100 |
Color Harmonies of #F6CF90
Complementary color
Monochromatic Colors of #F6CF90
Black with #F6CF90
Text Example
Text Example
White with #F6CF90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6CF90; }
p { color: rgb(246,207,144); }
H1.HeaderClassName
{
color: #F6CF90;
}
.AnyTagClassName
{
color: #F6CF90;
}
</style>
background-color css
<style>
a { background-color: #F6CF90; }
a { background-color: rgb(246,207,144); }
div.DivClassName
{
background-color: #F6CF90;
}
.BgClassName
{
background-color: #F6CF90;
}
</style>
border-color css
<style>
span { border-color: #F6CF90; }
span { border-color: rgb(246,207,144); }
td.TdClassName
{
border-color: #F6CF90;
}
.TagClassName
{
border-color: #F6CF90;
}
</style>