Shades of Cherokee #FACB7D
Tints of Cherokee #FACB7D
RGB
CMYK
RGB Variations
Color information
#FACB7D (or 0xFACB7D) is known color: Cherokee. HEX triplet: FA, CB and 7D. RGB value is (250,203,125). Sum of RGB (Red+Green+Blue) = 250+203+125=578 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.25% from 578); Green value is 203 (79.69% from 255 or 35.12% from 578); Blue value is 125 (49.22% from 255 or 21.63% from 578); Max value from RGB is 250 - color contains mainly: red. Hex color #FACB7D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FACB7D is #053482. Grayscale: #D0D0D0. Windows color (decimal): -341123 or 8244218. OLE color: 8244218.
HSL color Cylindrical-coordinate representation of color #FACB7D: hue angle of 37.44º degrees, saturation: 0.93, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FACB7D is Cyan = 0, Magento = 0.19, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 203 | 125 | - |
| CMYK | 0 | 0.19 | 0.50 | 0.02 |
| HSL | 37.44º | 0.93% | 0.74% | - |
| HSV(B) | 37.44º | 0.5% | 0.98% | - |
| XYZ | 64.48 | 64.52 | 28.46 | - |
| YUV | 208.16 | 81.07 | 157.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 203 | 125 | 0 | 0.19 | 0.50 | 0.02 | 37.44 | 0.93 | 0.74 |
| Hex | FA | CB | 7D | 0 | 13 | 32 | 2 | 25 | 5D | 4A |
| Octal | 372 | 313 | 175 | 0 | 23 | 62 | 2 | 45 | 135 | 112 |
| Binary | 11111010 | 11001011 | 1111101 | 0 | 10011 | 110010 | 10 | 100101 | 1011101 | 1001010 |
Color Harmonies of #FACB7D
Complementary color
Monochromatic Colors of #FACB7D
Black with #FACB7D
Text Example
Text Example
White with #FACB7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FACB7D; }
p { color: rgb(250,203,125); }
H1.HeaderClassName
{
color: #FACB7D;
}
.AnyTagClassName
{
color: #FACB7D;
}
</style>
background-color css
<style>
a { background-color: #FACB7D; }
a { background-color: rgb(250,203,125); }
div.DivClassName
{
background-color: #FACB7D;
}
.BgClassName
{
background-color: #FACB7D;
}
</style>
border-color css
<style>
span { border-color: #FACB7D; }
span { border-color: rgb(250,203,125); }
td.TdClassName
{
border-color: #FACB7D;
}
.TagClassName
{
border-color: #FACB7D;
}
</style>