Shades of Cherokee #F7CE80
Tints of Cherokee #F7CE80
RGB
CMYK
RGB Variations
Color information
#F7CE80 (or 0xF7CE80) is known color: Cherokee. HEX triplet: F7, CE and 80. RGB value is (247,206,128). Sum of RGB (Red+Green+Blue) = 247+206+128=581 (76% of max value = 765). Red value is 247 (96.88% from 255 or 42.51% from 581); Green value is 206 (80.86% from 255 or 35.46% from 581); Blue value is 128 (50.39% from 255 or 22.03% from 581); Max value from RGB is 247 - color contains mainly: red. Hex color #F7CE80 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F7CE80 is #08317F. Grayscale: #D1D1D1. Windows color (decimal): -536960 or 8441591. OLE color: 8441591.
HSL color Cylindrical-coordinate representation of color #F7CE80: hue angle of 39.33º degrees, saturation: 0.88, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F7CE80 is Cyan = 0, Magento = 0.17, Yellow = 0.48 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 206 | 128 | - |
| CMYK | 0 | 0.17 | 0.48 | 0.03 |
| HSL | 39.33º | 0.88% | 0.74% | - |
| HSV(B) | 39.33º | 0.48% | 0.97% | - |
| XYZ | 64.33 | 65.48 | 29.67 | - |
| YUV | 209.37 | 82.08 | 154.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 206 | 128 | 0 | 0.17 | 0.48 | 0.03 | 39.33 | 0.88 | 0.74 |
| Hex | F7 | CE | 80 | 0 | 11 | 30 | 3 | 27 | 58 | 4A |
| Octal | 367 | 316 | 200 | 0 | 21 | 60 | 3 | 47 | 130 | 112 |
| Binary | 11110111 | 11001110 | 10000000 | 0 | 10001 | 110000 | 11 | 100111 | 1011000 | 1001010 |
Color Harmonies of #F7CE80
Complementary color
Monochromatic Colors of #F7CE80
Black with #F7CE80
Text Example
Text Example
White with #F7CE80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7CE80; }
p { color: rgb(247,206,128); }
H1.HeaderClassName
{
color: #F7CE80;
}
.AnyTagClassName
{
color: #F7CE80;
}
</style>
background-color css
<style>
a { background-color: #F7CE80; }
a { background-color: rgb(247,206,128); }
div.DivClassName
{
background-color: #F7CE80;
}
.BgClassName
{
background-color: #F7CE80;
}
</style>
border-color css
<style>
span { border-color: #F7CE80; }
span { border-color: rgb(247,206,128); }
td.TdClassName
{
border-color: #F7CE80;
}
.TagClassName
{
border-color: #F7CE80;
}
</style>