Shades of Cherokee #F5CF90
Tints of Cherokee #F5CF90
RGB
CMYK
RGB Variations
Color information
#F5CF90 (or 0xF5CF90) is known color: Cherokee. HEX triplet: F5, CF and 90. RGB value is (245,207,144). Sum of RGB (Red+Green+Blue) = 245+207+144=596 (78% of max value = 765). Red value is 245 (96.09% from 255 or 41.11% from 596); Green value is 207 (81.25% from 255 or 34.73% from 596); Blue value is 144 (56.64% from 255 or 24.16% from 596); Max value from RGB is 245 - color contains mainly: red. Hex color #F5CF90 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5CF90 is #0A306F. Grayscale: #D3D3D3. Windows color (decimal): -667760 or 9490421. OLE color: 9490421.
HSL color Cylindrical-coordinate representation of color #F5CF90: hue angle of 37.43º degrees, saturation: 0.83, 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 #F5CF90 is Cyan = 0, Magento = 0.16, Yellow = 0.41 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 207 | 144 | - |
| CMYK | 0 | 0.16 | 0.41 | 0.04 |
| HSL | 37.43º | 0.83% | 0.76% | - |
| HSV(B) | 37.43º | 0.41% | 0.96% | - |
| XYZ | 65 | 66.05 | 35.71 | - |
| YUV | 211.18 | 90.09 | 152.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 207 | 144 | 0 | 0.16 | 0.41 | 0.04 | 37.43 | 0.83 | 0.76 |
| Hex | F5 | CF | 90 | 0 | 10 | 29 | 4 | 25 | 53 | 4C |
| Octal | 365 | 317 | 220 | 0 | 20 | 51 | 4 | 45 | 123 | 114 |
| Binary | 11110101 | 11001111 | 10010000 | 0 | 10000 | 101001 | 100 | 100101 | 1010011 | 1001100 |
Color Harmonies of #F5CF90
Complementary color
Monochromatic Colors of #F5CF90
Black with #F5CF90
Text Example
Text Example
White with #F5CF90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5CF90; }
p { color: rgb(245,207,144); }
H1.HeaderClassName
{
color: #F5CF90;
}
.AnyTagClassName
{
color: #F5CF90;
}
</style>
background-color css
<style>
a { background-color: #F5CF90; }
a { background-color: rgb(245,207,144); }
div.DivClassName
{
background-color: #F5CF90;
}
.BgClassName
{
background-color: #F5CF90;
}
</style>
border-color css
<style>
span { border-color: #F5CF90; }
span { border-color: rgb(245,207,144); }
td.TdClassName
{
border-color: #F5CF90;
}
.TagClassName
{
border-color: #F5CF90;
}
</style>