Shades of Cherokee #F5CE80
Tints of Cherokee #F5CE80
RGB
CMYK
RGB Variations
Color information
#F5CE80 (or 0xF5CE80) is known color: Cherokee. HEX triplet: F5, CE and 80. RGB value is (245,206,128). Sum of RGB (Red+Green+Blue) = 245+206+128=579 (76% of max value = 765). Red value is 245 (96.09% from 255 or 42.31% from 579); Green value is 206 (80.86% from 255 or 35.58% from 579); Blue value is 128 (50.39% from 255 or 22.11% from 579); Max value from RGB is 245 - color contains mainly: red. Hex color #F5CE80 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5CE80 is #0A317F. Grayscale: #D1D1D1. Windows color (decimal): -668032 or 8441589. OLE color: 8441589.
HSL color Cylindrical-coordinate representation of color #F5CE80: hue angle of 40º degrees, saturation: 0.85, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F5CE80 is Cyan = 0, Magento = 0.16, Yellow = 0.48 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 206 | 128 | - |
| CMYK | 0 | 0.16 | 0.48 | 0.04 |
| HSL | 40º | 0.85% | 0.73% | - |
| HSV(B) | 40º | 0.48% | 0.96% | - |
| XYZ | 63.62 | 65.11 | 29.64 | - |
| YUV | 208.77 | 82.42 | 153.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 206 | 128 | 0 | 0.16 | 0.48 | 0.04 | 40 | 0.85 | 0.73 |
| Hex | F5 | CE | 80 | 0 | 10 | 30 | 4 | 28 | 55 | 49 |
| Octal | 365 | 316 | 200 | 0 | 20 | 60 | 4 | 50 | 125 | 111 |
| Binary | 11110101 | 11001110 | 10000000 | 0 | 10000 | 110000 | 100 | 101000 | 1010101 | 1001001 |
Color Harmonies of #F5CE80
Complementary color
Monochromatic Colors of #F5CE80
Black with #F5CE80
Text Example
Text Example
White with #F5CE80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5CE80; }
p { color: rgb(245,206,128); }
H1.HeaderClassName
{
color: #F5CE80;
}
.AnyTagClassName
{
color: #F5CE80;
}
</style>
background-color css
<style>
a { background-color: #F5CE80; }
a { background-color: rgb(245,206,128); }
div.DivClassName
{
background-color: #F5CE80;
}
.BgClassName
{
background-color: #F5CE80;
}
</style>
border-color css
<style>
span { border-color: #F5CE80; }
span { border-color: rgb(245,206,128); }
td.TdClassName
{
border-color: #F5CE80;
}
.TagClassName
{
border-color: #F5CE80;
}
</style>