Shades of Cherokee #FAC98B
Tints of Cherokee #FAC98B
RGB
CMYK
RGB Variations
Color information
#FAC98B (or 0xFAC98B) is known color: Cherokee. HEX triplet: FA, C9 and 8B. RGB value is (250,201,139). Sum of RGB (Red+Green+Blue) = 250+201+139=590 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.37% from 590); Green value is 201 (78.91% from 255 or 34.07% from 590); Blue value is 139 (54.69% from 255 or 23.56% from 590); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC98B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAC98B is #053674. Grayscale: #D0D0D0. Windows color (decimal): -341621 or 9161210. OLE color: 9161210.
HSL color Cylindrical-coordinate representation of color #FAC98B: hue angle of 33.51º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FAC98B is Cyan = 0, Magento = 0.20, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 201 | 139 | - |
| CMYK | 0 | 0.20 | 0.44 | 0.02 |
| HSL | 33.51º | 0.92% | 0.76% | - |
| HSV(B) | 33.51º | 0.44% | 0.98% | - |
| XYZ | 64.97 | 63.96 | 33.35 | - |
| YUV | 208.58 | 88.73 | 157.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 201 | 139 | 0 | 0.20 | 0.44 | 0.02 | 33.51 | 0.92 | 0.76 |
| Hex | FA | C9 | 8B | 0 | 14 | 2C | 2 | 22 | 5C | 4C |
| Octal | 372 | 311 | 213 | 0 | 24 | 54 | 2 | 42 | 134 | 114 |
| Binary | 11111010 | 11001001 | 10001011 | 0 | 10100 | 101100 | 10 | 100010 | 1011100 | 1001100 |
Color Harmonies of #FAC98B
Complementary color
Monochromatic Colors of #FAC98B
Black with #FAC98B
Text Example
Text Example
White with #FAC98B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC98B; }
p { color: rgb(250,201,139); }
H1.HeaderClassName
{
color: #FAC98B;
}
.AnyTagClassName
{
color: #FAC98B;
}
</style>
background-color css
<style>
a { background-color: #FAC98B; }
a { background-color: rgb(250,201,139); }
div.DivClassName
{
background-color: #FAC98B;
}
.BgClassName
{
background-color: #FAC98B;
}
</style>
border-color css
<style>
span { border-color: #FAC98B; }
span { border-color: rgb(250,201,139); }
td.TdClassName
{
border-color: #FAC98B;
}
.TagClassName
{
border-color: #FAC98B;
}
</style>