Shades of Cherokee #FACC8A
Tints of Cherokee #FACC8A
RGB
CMYK
RGB Variations
Color information
#FACC8A (or 0xFACC8A) is known color: Cherokee. HEX triplet: FA, CC and 8A. RGB value is (250,204,138). Sum of RGB (Red+Green+Blue) = 250+204+138=592 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.23% from 592); Green value is 204 (80.08% from 255 or 34.46% from 592); Blue value is 138 (54.30% from 255 or 23.31% from 592); Max value from RGB is 250 - color contains mainly: red. Hex color #FACC8A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FACC8A is #053375. Grayscale: #D2D2D2. Windows color (decimal): -340854 or 9096442. OLE color: 9096442.
HSL color Cylindrical-coordinate representation of color #FACC8A: hue angle of 35.36º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FACC8A is Cyan = 0, Magento = 0.18, Yellow = 0.45 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 204 | 138 | - |
| CMYK | 0 | 0.18 | 0.45 | 0.02 |
| HSL | 35.36º | 0.92% | 0.76% | - |
| HSV(B) | 35.36º | 0.45% | 0.98% | - |
| XYZ | 65.6 | 65.34 | 33.2 | - |
| YUV | 210.23 | 87.24 | 156.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 204 | 138 | 0 | 0.18 | 0.45 | 0.02 | 35.36 | 0.92 | 0.76 |
| Hex | FA | CC | 8A | 0 | 12 | 2D | 2 | 23 | 5C | 4C |
| Octal | 372 | 314 | 212 | 0 | 22 | 55 | 2 | 43 | 134 | 114 |
| Binary | 11111010 | 11001100 | 10001010 | 0 | 10010 | 101101 | 10 | 100011 | 1011100 | 1001100 |
Color Harmonies of #FACC8A
Complementary color
Monochromatic Colors of #FACC8A
Black with #FACC8A
Text Example
Text Example
White with #FACC8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FACC8A; }
p { color: rgb(250,204,138); }
H1.HeaderClassName
{
color: #FACC8A;
}
.AnyTagClassName
{
color: #FACC8A;
}
</style>
background-color css
<style>
a { background-color: #FACC8A; }
a { background-color: rgb(250,204,138); }
div.DivClassName
{
background-color: #FACC8A;
}
.BgClassName
{
background-color: #FACC8A;
}
</style>
border-color css
<style>
span { border-color: #FACC8A; }
span { border-color: rgb(250,204,138); }
td.TdClassName
{
border-color: #FACC8A;
}
.TagClassName
{
border-color: #FACC8A;
}
</style>