Shades of Cherokee #FAC88A
Tints of Cherokee #FAC88A
RGB
CMYK
RGB Variations
Color information
#FAC88A (or 0xFAC88A) is known color: Cherokee. HEX triplet: FA, C8 and 8A. RGB value is (250,200,138). Sum of RGB (Red+Green+Blue) = 250+200+138=588 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.52% from 588); Green value is 200 (78.52% from 255 or 34.01% from 588); Blue value is 138 (54.30% from 255 or 23.47% from 588); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC88A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAC88A is #053775. Grayscale: #D0D0D0. Windows color (decimal): -341878 or 9095418. OLE color: 9095418.
HSL color Cylindrical-coordinate representation of color #FAC88A: hue angle of 33.21º 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 #FAC88A is Cyan = 0, Magento = 0.2, Yellow = 0.45 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 200 | 138 | - |
| CMYK | 0 | 0.2 | 0.45 | 0.02 |
| HSL | 33.21º | 0.92% | 0.76% | - |
| HSV(B) | 33.21º | 0.45% | 0.98% | - |
| XYZ | 64.67 | 63.47 | 32.89 | - |
| YUV | 207.88 | 88.57 | 158.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 200 | 138 | 0 | 0.2 | 0.45 | 0.02 | 33.21 | 0.92 | 0.76 |
| Hex | FA | C8 | 8A | 0 | 14 | 2D | 2 | 21 | 5C | 4C |
| Octal | 372 | 310 | 212 | 0 | 24 | 55 | 2 | 41 | 134 | 114 |
| Binary | 11111010 | 11001000 | 10001010 | 0 | 10100 | 101101 | 10 | 100001 | 1011100 | 1001100 |
Color Harmonies of #FAC88A
Complementary color
Monochromatic Colors of #FAC88A
Black with #FAC88A
Text Example
Text Example
White with #FAC88A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC88A; }
p { color: rgb(250,200,138); }
H1.HeaderClassName
{
color: #FAC88A;
}
.AnyTagClassName
{
color: #FAC88A;
}
</style>
background-color css
<style>
a { background-color: #FAC88A; }
a { background-color: rgb(250,200,138); }
div.DivClassName
{
background-color: #FAC88A;
}
.BgClassName
{
background-color: #FAC88A;
}
</style>
border-color css
<style>
span { border-color: #FAC88A; }
span { border-color: rgb(250,200,138); }
td.TdClassName
{
border-color: #FAC88A;
}
.TagClassName
{
border-color: #FAC88A;
}
</style>