Shades of Cherokee #F7CF7A
Tints of Cherokee #F7CF7A
RGB
CMYK
RGB Variations
Color information
#F7CF7A (or 0xF7CF7A) is known color: Cherokee. HEX triplet: F7, CF and 7A. RGB value is (247,207,122). Sum of RGB (Red+Green+Blue) = 247+207+122=576 (76% of max value = 765). Red value is 247 (96.88% from 255 or 42.88% from 576); Green value is 207 (81.25% from 255 or 35.94% from 576); Blue value is 122 (48.05% from 255 or 21.18% from 576); Max value from RGB is 247 - color contains mainly: red. Hex color #F7CF7A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F7CF7A is #083085. Grayscale: #D1D1D1. Windows color (decimal): -536710 or 8048631. OLE color: 8048631.
HSL color Cylindrical-coordinate representation of color #F7CF7A: hue angle of 40.8º degrees, saturation: 0.89, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F7CF7A is Cyan = 0, Magento = 0.16, Yellow = 0.51 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 207 | 122 | - |
| CMYK | 0 | 0.16 | 0.51 | 0.03 |
| HSL | 40.8º | 0.89% | 0.72% | - |
| HSV(B) | 40.8º | 0.51% | 0.97% | - |
| XYZ | 64.18 | 65.8 | 27.73 | - |
| YUV | 209.27 | 78.75 | 154.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 207 | 122 | 0 | 0.16 | 0.51 | 0.03 | 40.8 | 0.89 | 0.72 |
| Hex | F7 | CF | 7A | 0 | 10 | 33 | 3 | 29 | 59 | 48 |
| Octal | 367 | 317 | 172 | 0 | 20 | 63 | 3 | 51 | 131 | 110 |
| Binary | 11110111 | 11001111 | 1111010 | 0 | 10000 | 110011 | 11 | 101001 | 1011001 | 1001000 |
Color Harmonies of #F7CF7A
Complementary color
Monochromatic Colors of #F7CF7A
Black with #F7CF7A
Text Example
Text Example
White with #F7CF7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7CF7A; }
p { color: rgb(247,207,122); }
H1.HeaderClassName
{
color: #F7CF7A;
}
.AnyTagClassName
{
color: #F7CF7A;
}
</style>
background-color css
<style>
a { background-color: #F7CF7A; }
a { background-color: rgb(247,207,122); }
div.DivClassName
{
background-color: #F7CF7A;
}
.BgClassName
{
background-color: #F7CF7A;
}
</style>
border-color css
<style>
span { border-color: #F7CF7A; }
span { border-color: rgb(247,207,122); }
td.TdClassName
{
border-color: #F7CF7A;
}
.TagClassName
{
border-color: #F7CF7A;
}
</style>