Shades of Cherokee #F5CA7F
Tints of Cherokee #F5CA7F
RGB
CMYK
RGB Variations
Color information
#F5CA7F (or 0xF5CA7F) is known color: Cherokee. HEX triplet: F5, CA and 7F. RGB value is (245,202,127). Sum of RGB (Red+Green+Blue) = 245+202+127=574 (76% of max value = 765). Red value is 245 (96.09% from 255 or 42.68% from 574); Green value is 202 (79.30% from 255 or 35.19% from 574); Blue value is 127 (50% from 255 or 22.13% from 574); Max value from RGB is 245 - color contains mainly: red. Hex color #F5CA7F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5CA7F is #0A3580. Grayscale: #CECECE. Windows color (decimal): -669057 or 8375029. OLE color: 8375029.
HSL color Cylindrical-coordinate representation of color #F5CA7F: hue angle of 38.14º degrees, saturation: 0.86, 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 #F5CA7F is Cyan = 0, Magento = 0.18, Yellow = 0.48 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 202 | 127 | - |
| CMYK | 0 | 0.18 | 0.48 | 0.04 |
| HSL | 38.14º | 0.86% | 0.73% | - |
| HSV(B) | 38.14º | 0.48% | 0.96% | - |
| XYZ | 62.61 | 63.19 | 28.97 | - |
| YUV | 206.31 | 83.25 | 155.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 202 | 127 | 0 | 0.18 | 0.48 | 0.04 | 38.14 | 0.86 | 0.73 |
| Hex | F5 | CA | 7F | 0 | 12 | 30 | 4 | 26 | 56 | 49 |
| Octal | 365 | 312 | 177 | 0 | 22 | 60 | 4 | 46 | 126 | 111 |
| Binary | 11110101 | 11001010 | 1111111 | 0 | 10010 | 110000 | 100 | 100110 | 1010110 | 1001001 |
Color Harmonies of #F5CA7F
Complementary color
Monochromatic Colors of #F5CA7F
Black with #F5CA7F
Text Example
Text Example
White with #F5CA7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5CA7F; }
p { color: rgb(245,202,127); }
H1.HeaderClassName
{
color: #F5CA7F;
}
.AnyTagClassName
{
color: #F5CA7F;
}
</style>
background-color css
<style>
a { background-color: #F5CA7F; }
a { background-color: rgb(245,202,127); }
div.DivClassName
{
background-color: #F5CA7F;
}
.BgClassName
{
background-color: #F5CA7F;
}
</style>
border-color css
<style>
span { border-color: #F5CA7F; }
span { border-color: rgb(245,202,127); }
td.TdClassName
{
border-color: #F5CA7F;
}
.TagClassName
{
border-color: #F5CA7F;
}
</style>