Shades of Cherokee #F5CA7A
Tints of Cherokee #F5CA7A
RGB
CMYK
RGB Variations
Color information
#F5CA7A (or 0xF5CA7A) is known color: Cherokee. HEX triplet: F5, CA and 7A. RGB value is (245,202,122). Sum of RGB (Red+Green+Blue) = 245+202+122=569 (75% of max value = 765). Red value is 245 (96.09% from 255 or 43.06% from 569); Green value is 202 (79.30% from 255 or 35.50% from 569); Blue value is 122 (48.05% from 255 or 21.44% from 569); Max value from RGB is 245 - color contains mainly: red. Hex color #F5CA7A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5CA7A is #0A3585. Grayscale: #CECECE. Windows color (decimal): -669062 or 8047349. OLE color: 8047349.
HSL color Cylindrical-coordinate representation of color #F5CA7A: hue angle of 39.02º 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 #F5CA7A is Cyan = 0, Magento = 0.18, Yellow = 0.50 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 202 | 122 | - |
| CMYK | 0 | 0.18 | 0.50 | 0.04 |
| HSL | 39.02º | 0.86% | 0.72% | - |
| HSV(B) | 39.02º | 0.5% | 0.96% | - |
| XYZ | 62.29 | 63.06 | 27.3 | - |
| YUV | 205.74 | 80.75 | 156 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 202 | 122 | 0 | 0.18 | 0.50 | 0.04 | 39.02 | 0.86 | 0.72 |
| Hex | F5 | CA | 7A | 0 | 12 | 32 | 4 | 27 | 56 | 48 |
| Octal | 365 | 312 | 172 | 0 | 22 | 62 | 4 | 47 | 126 | 110 |
| Binary | 11110101 | 11001010 | 1111010 | 0 | 10010 | 110010 | 100 | 100111 | 1010110 | 1001000 |
Color Harmonies of #F5CA7A
Complementary color
Monochromatic Colors of #F5CA7A
Black with #F5CA7A
Text Example
Text Example
White with #F5CA7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5CA7A; }
p { color: rgb(245,202,122); }
H1.HeaderClassName
{
color: #F5CA7A;
}
.AnyTagClassName
{
color: #F5CA7A;
}
</style>
background-color css
<style>
a { background-color: #F5CA7A; }
a { background-color: rgb(245,202,122); }
div.DivClassName
{
background-color: #F5CA7A;
}
.BgClassName
{
background-color: #F5CA7A;
}
</style>
border-color css
<style>
span { border-color: #F5CA7A; }
span { border-color: rgb(245,202,122); }
td.TdClassName
{
border-color: #F5CA7A;
}
.TagClassName
{
border-color: #F5CA7A;
}
</style>