Shades of Cherokee #F5CF7B
Tints of Cherokee #F5CF7B
RGB
CMYK
RGB Variations
Color information
#F5CF7B (or 0xF5CF7B) is known color: Cherokee. HEX triplet: F5, CF and 7B. RGB value is (245,207,123). Sum of RGB (Red+Green+Blue) = 245+207+123=575 (76% of max value = 765). Red value is 245 (96.09% from 255 or 42.61% from 575); Green value is 207 (81.25% from 255 or 36% from 575); Blue value is 123 (48.44% from 255 or 21.39% from 575); Max value from RGB is 245 - color contains mainly: red. Hex color #F5CF7B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5CF7B is #0A3084. Grayscale: #D1D1D1. Windows color (decimal): -667781 or 8114165. OLE color: 8114165.
HSL color Cylindrical-coordinate representation of color #F5CF7B: hue angle of 41.31º 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 #F5CF7B is Cyan = 0, Magento = 0.16, Yellow = 0.50 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 207 | 123 | - |
| CMYK | 0 | 0.16 | 0.50 | 0.04 |
| HSL | 41.31º | 0.86% | 0.72% | - |
| HSV(B) | 41.31º | 0.5% | 0.96% | - |
| XYZ | 63.54 | 65.47 | 28.03 | - |
| YUV | 208.79 | 79.59 | 153.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 207 | 123 | 0 | 0.16 | 0.50 | 0.04 | 41.31 | 0.86 | 0.72 |
| Hex | F5 | CF | 7B | 0 | 10 | 32 | 4 | 29 | 56 | 48 |
| Octal | 365 | 317 | 173 | 0 | 20 | 62 | 4 | 51 | 126 | 110 |
| Binary | 11110101 | 11001111 | 1111011 | 0 | 10000 | 110010 | 100 | 101001 | 1010110 | 1001000 |
Color Harmonies of #F5CF7B
Complementary color
Monochromatic Colors of #F5CF7B
Black with #F5CF7B
Text Example
Text Example
White with #F5CF7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5CF7B; }
p { color: rgb(245,207,123); }
H1.HeaderClassName
{
color: #F5CF7B;
}
.AnyTagClassName
{
color: #F5CF7B;
}
</style>
background-color css
<style>
a { background-color: #F5CF7B; }
a { background-color: rgb(245,207,123); }
div.DivClassName
{
background-color: #F5CF7B;
}
.BgClassName
{
background-color: #F5CF7B;
}
</style>
border-color css
<style>
span { border-color: #F5CF7B; }
span { border-color: rgb(245,207,123); }
td.TdClassName
{
border-color: #F5CF7B;
}
.TagClassName
{
border-color: #F5CF7B;
}
</style>