Shades of Cherokee #FAC58A
Tints of Cherokee #FAC58A
RGB
CMYK
RGB Variations
Color information
#FAC58A (or 0xFAC58A) is known color: Cherokee. HEX triplet: FA, C5 and 8A. RGB value is (250,197,138). Sum of RGB (Red+Green+Blue) = 250+197+138=585 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.74% from 585); Green value is 197 (77.34% from 255 or 33.68% from 585); Blue value is 138 (54.30% from 255 or 23.59% from 585); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC58A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAC58A is #053A75. Grayscale: #CECECE. Windows color (decimal): -342646 or 9094650. OLE color: 9094650.
HSL color Cylindrical-coordinate representation of color #FAC58A: hue angle of 31.61º 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 #FAC58A is Cyan = 0, Magento = 0.21, Yellow = 0.45 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 197 | 138 | - |
| CMYK | 0 | 0.21 | 0.45 | 0.02 |
| HSL | 31.61º | 0.92% | 0.76% | - |
| HSV(B) | 31.61º | 0.45% | 0.98% | - |
| XYZ | 63.98 | 62.09 | 32.66 | - |
| YUV | 206.12 | 89.56 | 159.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 197 | 138 | 0 | 0.21 | 0.45 | 0.02 | 31.61 | 0.92 | 0.76 |
| Hex | FA | C5 | 8A | 0 | 15 | 2D | 2 | 20 | 5C | 4C |
| Octal | 372 | 305 | 212 | 0 | 25 | 55 | 2 | 40 | 134 | 114 |
| Binary | 11111010 | 11000101 | 10001010 | 0 | 10101 | 101101 | 10 | 100000 | 1011100 | 1001100 |
Color Harmonies of #FAC58A
Complementary color
Monochromatic Colors of #FAC58A
Black with #FAC58A
Text Example
Text Example
White with #FAC58A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC58A; }
p { color: rgb(250,197,138); }
H1.HeaderClassName
{
color: #FAC58A;
}
.AnyTagClassName
{
color: #FAC58A;
}
</style>
background-color css
<style>
a { background-color: #FAC58A; }
a { background-color: rgb(250,197,138); }
div.DivClassName
{
background-color: #FAC58A;
}
.BgClassName
{
background-color: #FAC58A;
}
</style>
border-color css
<style>
span { border-color: #FAC58A; }
span { border-color: rgb(250,197,138); }
td.TdClassName
{
border-color: #FAC58A;
}
.TagClassName
{
border-color: #FAC58A;
}
</style>