Shades of Cherokee #FACB7E
Tints of Cherokee #FACB7E
RGB
CMYK
RGB Variations
Color information
#FACB7E (or 0xFACB7E) is known color: Cherokee. HEX triplet: FA, CB and 7E. RGB value is (250,203,126). Sum of RGB (Red+Green+Blue) = 250+203+126=579 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.18% from 579); Green value is 203 (79.69% from 255 or 35.06% from 579); Blue value is 126 (49.61% from 255 or 21.76% from 579); Max value from RGB is 250 - color contains mainly: red. Hex color #FACB7E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FACB7E is #053481. Grayscale: #D0D0D0. Windows color (decimal): -341122 or 8309754. OLE color: 8309754.
HSL color Cylindrical-coordinate representation of color #FACB7E: hue angle of 37.26º 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 #FACB7E is Cyan = 0, Magento = 0.19, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 203 | 126 | - |
| CMYK | 0 | 0.19 | 0.50 | 0.02 |
| HSL | 37.26º | 0.93% | 0.74% | - |
| HSV(B) | 37.26º | 0.5% | 0.98% | - |
| XYZ | 64.55 | 64.54 | 28.79 | - |
| YUV | 208.28 | 81.57 | 157.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 203 | 126 | 0 | 0.19 | 0.50 | 0.02 | 37.26 | 0.93 | 0.74 |
| Hex | FA | CB | 7E | 0 | 13 | 32 | 2 | 25 | 5D | 4A |
| Octal | 372 | 313 | 176 | 0 | 23 | 62 | 2 | 45 | 135 | 112 |
| Binary | 11111010 | 11001011 | 1111110 | 0 | 10011 | 110010 | 10 | 100101 | 1011101 | 1001010 |
Color Harmonies of #FACB7E
Complementary color
Monochromatic Colors of #FACB7E
Black with #FACB7E
Text Example
Text Example
White with #FACB7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FACB7E; }
p { color: rgb(250,203,126); }
H1.HeaderClassName
{
color: #FACB7E;
}
.AnyTagClassName
{
color: #FACB7E;
}
</style>
background-color css
<style>
a { background-color: #FACB7E; }
a { background-color: rgb(250,203,126); }
div.DivClassName
{
background-color: #FACB7E;
}
.BgClassName
{
background-color: #FACB7E;
}
</style>
border-color css
<style>
span { border-color: #FACB7E; }
span { border-color: rgb(250,203,126); }
td.TdClassName
{
border-color: #FACB7E;
}
.TagClassName
{
border-color: #FACB7E;
}
</style>