Shades of Cherokee #F5CA7B
Tints of Cherokee #F5CA7B
RGB
CMYK
RGB Variations
Color information
#F5CA7B (or 0xF5CA7B) is known color: Cherokee. HEX triplet: F5, CA and 7B. RGB value is (245,202,123). Sum of RGB (Red+Green+Blue) = 245+202+123=570 (75% of max value = 765). Red value is 245 (96.09% from 255 or 42.98% from 570); Green value is 202 (79.30% from 255 or 35.44% from 570); Blue value is 123 (48.44% from 255 or 21.58% from 570); Max value from RGB is 245 - color contains mainly: red. Hex color #F5CA7B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5CA7B is #0A3584. Grayscale: #CECECE. Windows color (decimal): -669061 or 8112885. OLE color: 8112885.
HSL color Cylindrical-coordinate representation of color #F5CA7B: hue angle of 38.85º 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 #F5CA7B is Cyan = 0, Magento = 0.18, Yellow = 0.50 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 202 | 123 | - |
| CMYK | 0 | 0.18 | 0.50 | 0.04 |
| HSL | 38.85º | 0.86% | 0.72% | - |
| HSV(B) | 38.85º | 0.5% | 0.96% | - |
| XYZ | 62.35 | 63.08 | 27.63 | - |
| YUV | 205.85 | 81.25 | 155.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 202 | 123 | 0 | 0.18 | 0.50 | 0.04 | 38.85 | 0.86 | 0.72 |
| Hex | F5 | CA | 7B | 0 | 12 | 32 | 4 | 27 | 56 | 48 |
| Octal | 365 | 312 | 173 | 0 | 22 | 62 | 4 | 47 | 126 | 110 |
| Binary | 11110101 | 11001010 | 1111011 | 0 | 10010 | 110010 | 100 | 100111 | 1010110 | 1001000 |
Color Harmonies of #F5CA7B
Complementary color
Monochromatic Colors of #F5CA7B
Black with #F5CA7B
Text Example
Text Example
White with #F5CA7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5CA7B; }
p { color: rgb(245,202,123); }
H1.HeaderClassName
{
color: #F5CA7B;
}
.AnyTagClassName
{
color: #F5CA7B;
}
</style>
background-color css
<style>
a { background-color: #F5CA7B; }
a { background-color: rgb(245,202,123); }
div.DivClassName
{
background-color: #F5CA7B;
}
.BgClassName
{
background-color: #F5CA7B;
}
</style>
border-color css
<style>
span { border-color: #F5CA7B; }
span { border-color: rgb(245,202,123); }
td.TdClassName
{
border-color: #F5CA7B;
}
.TagClassName
{
border-color: #F5CA7B;
}
</style>