Shades of Cherokee #F5CE83
Tints of Cherokee #F5CE83
RGB
CMYK
RGB Variations
Color information
#F5CE83 (or 0xF5CE83) is known color: Cherokee. HEX triplet: F5, CE and 83. RGB value is (245,206,131). Sum of RGB (Red+Green+Blue) = 245+206+131=582 (77% of max value = 765). Red value is 245 (96.09% from 255 or 42.10% from 582); Green value is 206 (80.86% from 255 or 35.40% from 582); Blue value is 131 (51.56% from 255 or 22.51% from 582); Max value from RGB is 245 - color contains mainly: red. Hex color #F5CE83 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5CE83 is #0A317C. Grayscale: #D1D1D1. Windows color (decimal): -668029 or 8638197. OLE color: 8638197.
HSL color Cylindrical-coordinate representation of color #F5CE83: hue angle of 39.47º degrees, saturation: 0.85, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F5CE83 is Cyan = 0, Magento = 0.16, Yellow = 0.47 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 206 | 131 | - |
| CMYK | 0 | 0.16 | 0.47 | 0.04 |
| HSL | 39.47º | 0.85% | 0.74% | - |
| HSV(B) | 39.47º | 0.47% | 0.96% | - |
| XYZ | 63.82 | 65.19 | 30.69 | - |
| YUV | 209.11 | 83.92 | 153.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 206 | 131 | 0 | 0.16 | 0.47 | 0.04 | 39.47 | 0.85 | 0.74 |
| Hex | F5 | CE | 83 | 0 | 10 | 2F | 4 | 27 | 55 | 4A |
| Octal | 365 | 316 | 203 | 0 | 20 | 57 | 4 | 47 | 125 | 112 |
| Binary | 11110101 | 11001110 | 10000011 | 0 | 10000 | 101111 | 100 | 100111 | 1010101 | 1001010 |
Color Harmonies of #F5CE83
Complementary color
Monochromatic Colors of #F5CE83
Black with #F5CE83
Text Example
Text Example
White with #F5CE83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5CE83; }
p { color: rgb(245,206,131); }
H1.HeaderClassName
{
color: #F5CE83;
}
.AnyTagClassName
{
color: #F5CE83;
}
</style>
background-color css
<style>
a { background-color: #F5CE83; }
a { background-color: rgb(245,206,131); }
div.DivClassName
{
background-color: #F5CE83;
}
.BgClassName
{
background-color: #F5CE83;
}
</style>
border-color css
<style>
span { border-color: #F5CE83; }
span { border-color: rgb(245,206,131); }
td.TdClassName
{
border-color: #F5CE83;
}
.TagClassName
{
border-color: #F5CE83;
}
</style>