Shades of Cherokee #FACA80
Tints of Cherokee #FACA80
RGB
CMYK
RGB Variations
Color information
#FACA80 (or 0xFACA80) is known color: Cherokee. HEX triplet: FA, CA and 80. RGB value is (250,202,128). Sum of RGB (Red+Green+Blue) = 250+202+128=580 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.10% from 580); Green value is 202 (79.30% from 255 or 34.83% from 580); Blue value is 128 (50.39% from 255 or 22.07% from 580); Max value from RGB is 250 - color contains mainly: red. Hex color #FACA80 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FACA80 is #05357F. Grayscale: #D0D0D0. Windows color (decimal): -341376 or 8440570. OLE color: 8440570.
HSL color Cylindrical-coordinate representation of color #FACA80: hue angle of 36.39º degrees, saturation: 0.92, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #FACA80 is Cyan = 0, Magento = 0.19, Yellow = 0.49 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 202 | 128 | - |
| CMYK | 0 | 0.19 | 0.49 | 0.02 |
| HSL | 36.39º | 0.92% | 0.74% | - |
| HSV(B) | 36.39º | 0.49% | 0.98% | - |
| XYZ | 64.44 | 64.12 | 29.4 | - |
| YUV | 207.92 | 82.9 | 158.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 202 | 128 | 0 | 0.19 | 0.49 | 0.02 | 36.39 | 0.92 | 0.74 |
| Hex | FA | CA | 80 | 0 | 13 | 31 | 2 | 24 | 5C | 4A |
| Octal | 372 | 312 | 200 | 0 | 23 | 61 | 2 | 44 | 134 | 112 |
| Binary | 11111010 | 11001010 | 10000000 | 0 | 10011 | 110001 | 10 | 100100 | 1011100 | 1001010 |
Color Harmonies of #FACA80
Complementary color
Monochromatic Colors of #FACA80
Black with #FACA80
Text Example
Text Example
White with #FACA80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FACA80; }
p { color: rgb(250,202,128); }
H1.HeaderClassName
{
color: #FACA80;
}
.AnyTagClassName
{
color: #FACA80;
}
</style>
background-color css
<style>
a { background-color: #FACA80; }
a { background-color: rgb(250,202,128); }
div.DivClassName
{
background-color: #FACA80;
}
.BgClassName
{
background-color: #FACA80;
}
</style>
border-color css
<style>
span { border-color: #FACA80; }
span { border-color: rgb(250,202,128); }
td.TdClassName
{
border-color: #FACA80;
}
.TagClassName
{
border-color: #FACA80;
}
</style>