Shades of Cherokee #F5CE7A
Tints of Cherokee #F5CE7A
RGB
CMYK
RGB Variations
Color information
#F5CE7A (or 0xF5CE7A) is known color: Cherokee. HEX triplet: F5, CE and 7A. RGB value is (245,206,122). Sum of RGB (Red+Green+Blue) = 245+206+122=573 (75% of max value = 765). Red value is 245 (96.09% from 255 or 42.76% from 573); Green value is 206 (80.86% from 255 or 35.95% from 573); Blue value is 122 (48.05% from 255 or 21.29% from 573); Max value from RGB is 245 - color contains mainly: red. Hex color #F5CE7A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5CE7A is #0A3185. Grayscale: #D0D0D0. Windows color (decimal): -668038 or 8048373. OLE color: 8048373.
HSL color Cylindrical-coordinate representation of color #F5CE7A: hue angle of 40.98º degrees, saturation: 0.86, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F5CE7A is Cyan = 0, Magento = 0.16, Yellow = 0.50 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 206 | 122 | - |
| CMYK | 0 | 0.16 | 0.50 | 0.04 |
| HSL | 40.98º | 0.86% | 0.72% | - |
| HSV(B) | 40.98º | 0.5% | 0.96% | - |
| XYZ | 63.24 | 64.96 | 27.62 | - |
| YUV | 208.09 | 79.42 | 154.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 206 | 122 | 0 | 0.16 | 0.50 | 0.04 | 40.98 | 0.86 | 0.72 |
| Hex | F5 | CE | 7A | 0 | 10 | 32 | 4 | 29 | 56 | 48 |
| Octal | 365 | 316 | 172 | 0 | 20 | 62 | 4 | 51 | 126 | 110 |
| Binary | 11110101 | 11001110 | 1111010 | 0 | 10000 | 110010 | 100 | 101001 | 1010110 | 1001000 |
Color Harmonies of #F5CE7A
Complementary color
Monochromatic Colors of #F5CE7A
Black with #F5CE7A
Text Example
Text Example
White with #F5CE7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5CE7A; }
p { color: rgb(245,206,122); }
H1.HeaderClassName
{
color: #F5CE7A;
}
.AnyTagClassName
{
color: #F5CE7A;
}
</style>
background-color css
<style>
a { background-color: #F5CE7A; }
a { background-color: rgb(245,206,122); }
div.DivClassName
{
background-color: #F5CE7A;
}
.BgClassName
{
background-color: #F5CE7A;
}
</style>
border-color css
<style>
span { border-color: #F5CE7A; }
span { border-color: rgb(245,206,122); }
td.TdClassName
{
border-color: #F5CE7A;
}
.TagClassName
{
border-color: #F5CE7A;
}
</style>