Shades of Cherokee #FACC80
Tints of Cherokee #FACC80
RGB
CMYK
RGB Variations
Color information
#FACC80 (or 0xFACC80) is known color: Cherokee. HEX triplet: FA, CC and 80. RGB value is (250,204,128). Sum of RGB (Red+Green+Blue) = 250+204+128=582 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.96% from 582); Green value is 204 (80.08% from 255 or 35.05% from 582); Blue value is 128 (50.39% from 255 or 21.99% from 582); Max value from RGB is 250 - color contains mainly: red. Hex color #FACC80 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FACC80 is #05337F. Grayscale: #D1D1D1. Windows color (decimal): -340864 or 8441082. OLE color: 8441082.
HSL color Cylindrical-coordinate representation of color #FACC80: hue angle of 37.38º 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 #FACC80 is Cyan = 0, Magento = 0.18, Yellow = 0.49 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 204 | 128 | - |
| CMYK | 0 | 0.18 | 0.49 | 0.02 |
| HSL | 37.38º | 0.92% | 0.74% | - |
| HSV(B) | 37.38º | 0.49% | 0.98% | - |
| XYZ | 64.91 | 65.07 | 29.56 | - |
| YUV | 209.09 | 82.24 | 157.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 204 | 128 | 0 | 0.18 | 0.49 | 0.02 | 37.38 | 0.92 | 0.74 |
| Hex | FA | CC | 80 | 0 | 12 | 31 | 2 | 25 | 5C | 4A |
| Octal | 372 | 314 | 200 | 0 | 22 | 61 | 2 | 45 | 134 | 112 |
| Binary | 11111010 | 11001100 | 10000000 | 0 | 10010 | 110001 | 10 | 100101 | 1011100 | 1001010 |
Color Harmonies of #FACC80
Complementary color
Monochromatic Colors of #FACC80
Black with #FACC80
Text Example
Text Example
White with #FACC80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FACC80; }
p { color: rgb(250,204,128); }
H1.HeaderClassName
{
color: #FACC80;
}
.AnyTagClassName
{
color: #FACC80;
}
</style>
background-color css
<style>
a { background-color: #FACC80; }
a { background-color: rgb(250,204,128); }
div.DivClassName
{
background-color: #FACC80;
}
.BgClassName
{
background-color: #FACC80;
}
</style>
border-color css
<style>
span { border-color: #FACC80; }
span { border-color: rgb(250,204,128); }
td.TdClassName
{
border-color: #FACC80;
}
.TagClassName
{
border-color: #FACC80;
}
</style>