Shades of Cherokee #F7CF83
Tints of Cherokee #F7CF83
RGB
CMYK
RGB Variations
Color information
#F7CF83 (or 0xF7CF83) is known color: Cherokee. HEX triplet: F7, CF and 83. RGB value is (247,207,131). Sum of RGB (Red+Green+Blue) = 247+207+131=585 (77% of max value = 765). Red value is 247 (96.88% from 255 or 42.22% from 585); Green value is 207 (81.25% from 255 or 35.38% from 585); Blue value is 131 (51.56% from 255 or 22.39% from 585); Max value from RGB is 247 - color contains mainly: red. Hex color #F7CF83 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F7CF83 is #08307C. Grayscale: #D2D2D2. Windows color (decimal): -536701 or 8638455. OLE color: 8638455.
HSL color Cylindrical-coordinate representation of color #F7CF83: hue angle of 39.31º degrees, saturation: 0.88, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F7CF83 is Cyan = 0, Magento = 0.16, Yellow = 0.47 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 207 | 131 | - |
| CMYK | 0 | 0.16 | 0.47 | 0.03 |
| HSL | 39.31º | 0.88% | 0.74% | - |
| HSV(B) | 39.31º | 0.47% | 0.97% | - |
| XYZ | 64.77 | 66.04 | 30.81 | - |
| YUV | 210.3 | 83.25 | 154.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 207 | 131 | 0 | 0.16 | 0.47 | 0.03 | 39.31 | 0.88 | 0.74 |
| Hex | F7 | CF | 83 | 0 | 10 | 2F | 3 | 27 | 58 | 4A |
| Octal | 367 | 317 | 203 | 0 | 20 | 57 | 3 | 47 | 130 | 112 |
| Binary | 11110111 | 11001111 | 10000011 | 0 | 10000 | 101111 | 11 | 100111 | 1011000 | 1001010 |
Color Harmonies of #F7CF83
Complementary color
Monochromatic Colors of #F7CF83
Black with #F7CF83
Text Example
Text Example
White with #F7CF83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7CF83; }
p { color: rgb(247,207,131); }
H1.HeaderClassName
{
color: #F7CF83;
}
.AnyTagClassName
{
color: #F7CF83;
}
</style>
background-color css
<style>
a { background-color: #F7CF83; }
a { background-color: rgb(247,207,131); }
div.DivClassName
{
background-color: #F7CF83;
}
.BgClassName
{
background-color: #F7CF83;
}
</style>
border-color css
<style>
span { border-color: #F7CF83; }
span { border-color: rgb(247,207,131); }
td.TdClassName
{
border-color: #F7CF83;
}
.TagClassName
{
border-color: #F7CF83;
}
</style>