Shades of Cherokee #F8CA7B
Tints of Cherokee #F8CA7B
RGB
CMYK
RGB Variations
Color information
#F8CA7B (or 0xF8CA7B) is known color: Cherokee. HEX triplet: F8, CA and 7B. RGB value is (248,202,123). Sum of RGB (Red+Green+Blue) = 248+202+123=573 (75% of max value = 765). Red value is 248 (97.27% from 255 or 43.28% from 573); Green value is 202 (79.30% from 255 or 35.25% from 573); Blue value is 123 (48.44% from 255 or 21.47% from 573); Max value from RGB is 248 - color contains mainly: red. Hex color #F8CA7B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8CA7B is #073584. Grayscale: #CFCFCF. Windows color (decimal): -472453 or 8112888. OLE color: 8112888.
HSL color Cylindrical-coordinate representation of color #F8CA7B: hue angle of 37.92º degrees, saturation: 0.9, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F8CA7B is Cyan = 0, Magento = 0.19, Yellow = 0.50 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 202 | 123 | - |
| CMYK | 0 | 0.19 | 0.50 | 0.03 |
| HSL | 37.92º | 0.9% | 0.73% | - |
| HSV(B) | 37.92º | 0.5% | 0.97% | - |
| XYZ | 63.41 | 63.63 | 27.68 | - |
| YUV | 206.75 | 80.74 | 157.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 202 | 123 | 0 | 0.19 | 0.50 | 0.03 | 37.92 | 0.9 | 0.73 |
| Hex | F8 | CA | 7B | 0 | 13 | 32 | 3 | 26 | 5A | 49 |
| Octal | 370 | 312 | 173 | 0 | 23 | 62 | 3 | 46 | 132 | 111 |
| Binary | 11111000 | 11001010 | 1111011 | 0 | 10011 | 110010 | 11 | 100110 | 1011010 | 1001001 |
Color Harmonies of #F8CA7B
Complementary color
Monochromatic Colors of #F8CA7B
Black with #F8CA7B
Text Example
Text Example
White with #F8CA7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8CA7B; }
p { color: rgb(248,202,123); }
H1.HeaderClassName
{
color: #F8CA7B;
}
.AnyTagClassName
{
color: #F8CA7B;
}
</style>
background-color css
<style>
a { background-color: #F8CA7B; }
a { background-color: rgb(248,202,123); }
div.DivClassName
{
background-color: #F8CA7B;
}
.BgClassName
{
background-color: #F8CA7B;
}
</style>
border-color css
<style>
span { border-color: #F8CA7B; }
span { border-color: rgb(248,202,123); }
td.TdClassName
{
border-color: #F8CA7B;
}
.TagClassName
{
border-color: #F8CA7B;
}
</style>