Shades of Cherokee #F5CF83
Tints of Cherokee #F5CF83
RGB
CMYK
RGB Variations
Color information
#F5CF83 (or 0xF5CF83) is known color: Cherokee. HEX triplet: F5, CF and 83. RGB value is (245,207,131). Sum of RGB (Red+Green+Blue) = 245+207+131=583 (77% of max value = 765). Red value is 245 (96.09% from 255 or 42.02% from 583); Green value is 207 (81.25% from 255 or 35.51% from 583); Blue value is 131 (51.56% from 255 or 22.47% from 583); Max value from RGB is 245 - color contains mainly: red. Hex color #F5CF83 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5CF83 is #0A307C. Grayscale: #D2D2D2. Windows color (decimal): -667773 or 8638453. OLE color: 8638453.
HSL color Cylindrical-coordinate representation of color #F5CF83: hue angle of 40º degrees, saturation: 0.85, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F5CF83 is Cyan = 0, Magento = 0.16, Yellow = 0.47 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 207 | 131 | - |
| CMYK | 0 | 0.16 | 0.47 | 0.04 |
| HSL | 40º | 0.85% | 0.74% | - |
| HSV(B) | 40º | 0.47% | 0.96% | - |
| XYZ | 64.07 | 65.68 | 30.77 | - |
| YUV | 209.7 | 83.59 | 153.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 207 | 131 | 0 | 0.16 | 0.47 | 0.04 | 40 | 0.85 | 0.74 |
| Hex | F5 | CF | 83 | 0 | 10 | 2F | 4 | 28 | 55 | 4A |
| Octal | 365 | 317 | 203 | 0 | 20 | 57 | 4 | 50 | 125 | 112 |
| Binary | 11110101 | 11001111 | 10000011 | 0 | 10000 | 101111 | 100 | 101000 | 1010101 | 1001010 |
Color Harmonies of #F5CF83
Complementary color
Monochromatic Colors of #F5CF83
Black with #F5CF83
Text Example
Text Example
White with #F5CF83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5CF83; }
p { color: rgb(245,207,131); }
H1.HeaderClassName
{
color: #F5CF83;
}
.AnyTagClassName
{
color: #F5CF83;
}
</style>
background-color css
<style>
a { background-color: #F5CF83; }
a { background-color: rgb(245,207,131); }
div.DivClassName
{
background-color: #F5CF83;
}
.BgClassName
{
background-color: #F5CF83;
}
</style>
border-color css
<style>
span { border-color: #F5CF83; }
span { border-color: rgb(245,207,131); }
td.TdClassName
{
border-color: #F5CF83;
}
.TagClassName
{
border-color: #F5CF83;
}
</style>