Shades of Cherokee #F7CF8A
Tints of Cherokee #F7CF8A
RGB
CMYK
RGB Variations
Color information
#F7CF8A (or 0xF7CF8A) is known color: Cherokee. HEX triplet: F7, CF and 8A. RGB value is (247,207,138). Sum of RGB (Red+Green+Blue) = 247+207+138=592 (78% of max value = 765). Red value is 247 (96.88% from 255 or 41.72% from 592); Green value is 207 (81.25% from 255 or 34.97% from 592); Blue value is 138 (54.30% from 255 or 23.31% from 592); Max value from RGB is 247 - color contains mainly: red. Hex color #F7CF8A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F7CF8A is #083075. Grayscale: #D3D3D3. Windows color (decimal): -536694 or 9097207. OLE color: 9097207.
HSL color Cylindrical-coordinate representation of color #F7CF8A: hue angle of 37.98º degrees, saturation: 0.87, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F7CF8A is Cyan = 0, Magento = 0.16, Yellow = 0.44 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 207 | 138 | - |
| CMYK | 0 | 0.16 | 0.44 | 0.03 |
| HSL | 37.98º | 0.87% | 0.75% | - |
| HSV(B) | 37.98º | 0.44% | 0.97% | - |
| XYZ | 65.26 | 66.23 | 33.39 | - |
| YUV | 211.09 | 86.75 | 153.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 207 | 138 | 0 | 0.16 | 0.44 | 0.03 | 37.98 | 0.87 | 0.75 |
| Hex | F7 | CF | 8A | 0 | 10 | 2C | 3 | 26 | 57 | 4B |
| Octal | 367 | 317 | 212 | 0 | 20 | 54 | 3 | 46 | 127 | 113 |
| Binary | 11110111 | 11001111 | 10001010 | 0 | 10000 | 101100 | 11 | 100110 | 1010111 | 1001011 |
Color Harmonies of #F7CF8A
Complementary color
Monochromatic Colors of #F7CF8A
Black with #F7CF8A
Text Example
Text Example
White with #F7CF8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7CF8A; }
p { color: rgb(247,207,138); }
H1.HeaderClassName
{
color: #F7CF8A;
}
.AnyTagClassName
{
color: #F7CF8A;
}
</style>
background-color css
<style>
a { background-color: #F7CF8A; }
a { background-color: rgb(247,207,138); }
div.DivClassName
{
background-color: #F7CF8A;
}
.BgClassName
{
background-color: #F7CF8A;
}
</style>
border-color css
<style>
span { border-color: #F7CF8A; }
span { border-color: rgb(247,207,138); }
td.TdClassName
{
border-color: #F7CF8A;
}
.TagClassName
{
border-color: #F7CF8A;
}
</style>