Shades of Cherokee #FACA7E
Tints of Cherokee #FACA7E
RGB
CMYK
RGB Variations
Color information
#FACA7E (or 0xFACA7E) is known color: Cherokee. HEX triplet: FA, CA and 7E. RGB value is (250,202,126). Sum of RGB (Red+Green+Blue) = 250+202+126=578 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.25% from 578); Green value is 202 (79.30% from 255 or 34.95% from 578); Blue value is 126 (49.61% from 255 or 21.80% from 578); Max value from RGB is 250 - color contains mainly: red. Hex color #FACA7E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FACA7E is #053581. Grayscale: #D0D0D0. Windows color (decimal): -341378 or 8309498. OLE color: 8309498.
HSL color Cylindrical-coordinate representation of color #FACA7E: hue angle of 36.77º degrees, saturation: 0.93, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FACA7E is Cyan = 0, Magento = 0.19, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 202 | 126 | - |
| CMYK | 0 | 0.19 | 0.50 | 0.02 |
| HSL | 36.77º | 0.93% | 0.74% | - |
| HSV(B) | 36.77º | 0.5% | 0.98% | - |
| XYZ | 64.31 | 64.07 | 28.72 | - |
| YUV | 207.69 | 81.9 | 158.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 202 | 126 | 0 | 0.19 | 0.50 | 0.02 | 36.77 | 0.93 | 0.74 |
| Hex | FA | CA | 7E | 0 | 13 | 32 | 2 | 25 | 5D | 4A |
| Octal | 372 | 312 | 176 | 0 | 23 | 62 | 2 | 45 | 135 | 112 |
| Binary | 11111010 | 11001010 | 1111110 | 0 | 10011 | 110010 | 10 | 100101 | 1011101 | 1001010 |
Color Harmonies of #FACA7E
Complementary color
Monochromatic Colors of #FACA7E
Black with #FACA7E
Text Example
Text Example
White with #FACA7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FACA7E; }
p { color: rgb(250,202,126); }
H1.HeaderClassName
{
color: #FACA7E;
}
.AnyTagClassName
{
color: #FACA7E;
}
</style>
background-color css
<style>
a { background-color: #FACA7E; }
a { background-color: rgb(250,202,126); }
div.DivClassName
{
background-color: #FACA7E;
}
.BgClassName
{
background-color: #FACA7E;
}
</style>
border-color css
<style>
span { border-color: #FACA7E; }
span { border-color: rgb(250,202,126); }
td.TdClassName
{
border-color: #FACA7E;
}
.TagClassName
{
border-color: #FACA7E;
}
</style>