Shades of Cherokee #FACA88
Tints of Cherokee #FACA88
RGB
CMYK
RGB Variations
Color information
#FACA88 (or 0xFACA88) is known color: Cherokee. HEX triplet: FA, CA and 88. RGB value is (250,202,136). Sum of RGB (Red+Green+Blue) = 250+202+136=588 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.52% from 588); Green value is 202 (79.30% from 255 or 34.35% from 588); Blue value is 136 (53.52% from 255 or 23.13% from 588); Max value from RGB is 250 - color contains mainly: red. Hex color #FACA88 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FACA88 is #053577. Grayscale: #D1D1D1. Windows color (decimal): -341368 or 8964858. OLE color: 8964858.
HSL color Cylindrical-coordinate representation of color #FACA88: hue angle of 34.74º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #FACA88 is Cyan = 0, Magento = 0.19, Yellow = 0.46 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 202 | 136 | - |
| CMYK | 0 | 0.19 | 0.46 | 0.02 |
| HSL | 34.74º | 0.92% | 0.76% | - |
| HSV(B) | 34.74º | 0.46% | 0.98% | - |
| XYZ | 64.99 | 64.34 | 32.29 | - |
| YUV | 208.83 | 86.9 | 157.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 202 | 136 | 0 | 0.19 | 0.46 | 0.02 | 34.74 | 0.92 | 0.76 |
| Hex | FA | CA | 88 | 0 | 13 | 2E | 2 | 23 | 5C | 4C |
| Octal | 372 | 312 | 210 | 0 | 23 | 56 | 2 | 43 | 134 | 114 |
| Binary | 11111010 | 11001010 | 10001000 | 0 | 10011 | 101110 | 10 | 100011 | 1011100 | 1001100 |
Color Harmonies of #FACA88
Complementary color
Monochromatic Colors of #FACA88
Black with #FACA88
Text Example
Text Example
White with #FACA88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FACA88; }
p { color: rgb(250,202,136); }
H1.HeaderClassName
{
color: #FACA88;
}
.AnyTagClassName
{
color: #FACA88;
}
</style>
background-color css
<style>
a { background-color: #FACA88; }
a { background-color: rgb(250,202,136); }
div.DivClassName
{
background-color: #FACA88;
}
.BgClassName
{
background-color: #FACA88;
}
</style>
border-color css
<style>
span { border-color: #FACA88; }
span { border-color: rgb(250,202,136); }
td.TdClassName
{
border-color: #FACA88;
}
.TagClassName
{
border-color: #FACA88;
}
</style>