Shades of Cherokee #F5CF7A
Tints of Cherokee #F5CF7A
RGB
CMYK
RGB Variations
Color information
#F5CF7A (or 0xF5CF7A) is known color: Cherokee. HEX triplet: F5, CF and 7A. RGB value is (245,207,122). Sum of RGB (Red+Green+Blue) = 245+207+122=574 (76% of max value = 765). Red value is 245 (96.09% from 255 or 42.68% from 574); Green value is 207 (81.25% from 255 or 36.06% from 574); Blue value is 122 (48.05% from 255 or 21.25% from 574); Max value from RGB is 245 - color contains mainly: red. Hex color #F5CF7A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5CF7A is #0A3085. Grayscale: #D1D1D1. Windows color (decimal): -667782 or 8048629. OLE color: 8048629.
HSL color Cylindrical-coordinate representation of color #F5CF7A: hue angle of 41.46º degrees, saturation: 0.86, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F5CF7A is Cyan = 0, Magento = 0.16, Yellow = 0.50 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 207 | 122 | - |
| CMYK | 0 | 0.16 | 0.50 | 0.04 |
| HSL | 41.46º | 0.86% | 0.72% | - |
| HSV(B) | 41.46º | 0.5% | 0.96% | - |
| XYZ | 63.48 | 65.44 | 27.7 | - |
| YUV | 208.67 | 79.09 | 153.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 207 | 122 | 0 | 0.16 | 0.50 | 0.04 | 41.46 | 0.86 | 0.72 |
| Hex | F5 | CF | 7A | 0 | 10 | 32 | 4 | 29 | 56 | 48 |
| Octal | 365 | 317 | 172 | 0 | 20 | 62 | 4 | 51 | 126 | 110 |
| Binary | 11110101 | 11001111 | 1111010 | 0 | 10000 | 110010 | 100 | 101001 | 1010110 | 1001000 |
Color Harmonies of #F5CF7A
Complementary color
Monochromatic Colors of #F5CF7A
Black with #F5CF7A
Text Example
Text Example
White with #F5CF7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5CF7A; }
p { color: rgb(245,207,122); }
H1.HeaderClassName
{
color: #F5CF7A;
}
.AnyTagClassName
{
color: #F5CF7A;
}
</style>
background-color css
<style>
a { background-color: #F5CF7A; }
a { background-color: rgb(245,207,122); }
div.DivClassName
{
background-color: #F5CF7A;
}
.BgClassName
{
background-color: #F5CF7A;
}
</style>
border-color css
<style>
span { border-color: #F5CF7A; }
span { border-color: rgb(245,207,122); }
td.TdClassName
{
border-color: #F5CF7A;
}
.TagClassName
{
border-color: #F5CF7A;
}
</style>