Shades of Cherokee #F5CA7E
Tints of Cherokee #F5CA7E
RGB
CMYK
RGB Variations
Color information
#F5CA7E (or 0xF5CA7E) is known color: Cherokee. HEX triplet: F5, CA and 7E. RGB value is (245,202,126). Sum of RGB (Red+Green+Blue) = 245+202+126=573 (75% of max value = 765). Red value is 245 (96.09% from 255 or 42.76% from 573); Green value is 202 (79.30% from 255 or 35.25% from 573); Blue value is 126 (49.61% from 255 or 21.99% from 573); Max value from RGB is 245 - color contains mainly: red. Hex color #F5CA7E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5CA7E is #0A3581. Grayscale: #CECECE. Windows color (decimal): -669058 or 8309493. OLE color: 8309493.
HSL color Cylindrical-coordinate representation of color #F5CA7E: hue angle of 38.32º degrees, saturation: 0.86, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F5CA7E is Cyan = 0, Magento = 0.18, Yellow = 0.49 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 202 | 126 | - |
| CMYK | 0 | 0.18 | 0.49 | 0.04 |
| HSL | 38.32º | 0.86% | 0.73% | - |
| HSV(B) | 38.32º | 0.49% | 0.96% | - |
| XYZ | 62.54 | 63.16 | 28.63 | - |
| YUV | 206.19 | 82.75 | 155.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 202 | 126 | 0 | 0.18 | 0.49 | 0.04 | 38.32 | 0.86 | 0.73 |
| Hex | F5 | CA | 7E | 0 | 12 | 31 | 4 | 26 | 56 | 49 |
| Octal | 365 | 312 | 176 | 0 | 22 | 61 | 4 | 46 | 126 | 111 |
| Binary | 11110101 | 11001010 | 1111110 | 0 | 10010 | 110001 | 100 | 100110 | 1010110 | 1001001 |
Color Harmonies of #F5CA7E
Complementary color
Monochromatic Colors of #F5CA7E
Black with #F5CA7E
Text Example
Text Example
White with #F5CA7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5CA7E; }
p { color: rgb(245,202,126); }
H1.HeaderClassName
{
color: #F5CA7E;
}
.AnyTagClassName
{
color: #F5CA7E;
}
</style>
background-color css
<style>
a { background-color: #F5CA7E; }
a { background-color: rgb(245,202,126); }
div.DivClassName
{
background-color: #F5CA7E;
}
.BgClassName
{
background-color: #F5CA7E;
}
</style>
border-color css
<style>
span { border-color: #F5CA7E; }
span { border-color: rgb(245,202,126); }
td.TdClassName
{
border-color: #F5CA7E;
}
.TagClassName
{
border-color: #F5CA7E;
}
</style>