Shades of Cherokee #FACB80
Tints of Cherokee #FACB80
RGB
CMYK
RGB Variations
Color information
#FACB80 (or 0xFACB80) is known color: Cherokee. HEX triplet: FA, CB and 80. RGB value is (250,203,128). Sum of RGB (Red+Green+Blue) = 250+203+128=581 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.03% from 581); Green value is 203 (79.69% from 255 or 34.94% from 581); Blue value is 128 (50.39% from 255 or 22.03% from 581); Max value from RGB is 250 - color contains mainly: red. Hex color #FACB80 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FACB80 is #05347F. Grayscale: #D0D0D0. Windows color (decimal): -341120 or 8440826. OLE color: 8440826.
HSL color Cylindrical-coordinate representation of color #FACB80: hue angle of 36.89º 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 #FACB80 is Cyan = 0, Magento = 0.19, Yellow = 0.49 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 203 | 128 | - |
| CMYK | 0 | 0.19 | 0.49 | 0.02 |
| HSL | 36.89º | 0.92% | 0.74% | - |
| HSV(B) | 36.89º | 0.49% | 0.98% | - |
| XYZ | 64.68 | 64.59 | 29.48 | - |
| YUV | 208.5 | 82.57 | 157.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 203 | 128 | 0 | 0.19 | 0.49 | 0.02 | 36.89 | 0.92 | 0.74 |
| Hex | FA | CB | 80 | 0 | 13 | 31 | 2 | 25 | 5C | 4A |
| Octal | 372 | 313 | 200 | 0 | 23 | 61 | 2 | 45 | 134 | 112 |
| Binary | 11111010 | 11001011 | 10000000 | 0 | 10011 | 110001 | 10 | 100101 | 1011100 | 1001010 |
Color Harmonies of #FACB80
Complementary color
Monochromatic Colors of #FACB80
Black with #FACB80
Text Example
Text Example
White with #FACB80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FACB80; }
p { color: rgb(250,203,128); }
H1.HeaderClassName
{
color: #FACB80;
}
.AnyTagClassName
{
color: #FACB80;
}
</style>
background-color css
<style>
a { background-color: #FACB80; }
a { background-color: rgb(250,203,128); }
div.DivClassName
{
background-color: #FACB80;
}
.BgClassName
{
background-color: #FACB80;
}
</style>
border-color css
<style>
span { border-color: #FACB80; }
span { border-color: rgb(250,203,128); }
td.TdClassName
{
border-color: #FACB80;
}
.TagClassName
{
border-color: #FACB80;
}
</style>