Shades of Cherokee #FACA87
Tints of Cherokee #FACA87
RGB
CMYK
RGB Variations
Color information
#FACA87 (or 0xFACA87) is known color: Cherokee. HEX triplet: FA, CA and 87. RGB value is (250,202,135). Sum of RGB (Red+Green+Blue) = 250+202+135=587 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.59% from 587); Green value is 202 (79.30% from 255 or 34.41% from 587); Blue value is 135 (53.12% from 255 or 23.00% from 587); Max value from RGB is 250 - color contains mainly: red. Hex color #FACA87 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FACA87 is #053578. Grayscale: #D1D1D1. Windows color (decimal): -341369 or 8899322. OLE color: 8899322.
HSL color Cylindrical-coordinate representation of color #FACA87: hue angle of 34.96º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #FACA87 is Cyan = 0, Magento = 0.19, Yellow = 0.46 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 202 | 135 | - |
| CMYK | 0 | 0.19 | 0.46 | 0.02 |
| HSL | 34.96º | 0.92% | 0.75% | - |
| HSV(B) | 34.96º | 0.46% | 0.98% | - |
| XYZ | 64.92 | 64.31 | 31.91 | - |
| YUV | 208.71 | 86.4 | 157.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 202 | 135 | 0 | 0.19 | 0.46 | 0.02 | 34.96 | 0.92 | 0.75 |
| Hex | FA | CA | 87 | 0 | 13 | 2E | 2 | 23 | 5C | 4B |
| Octal | 372 | 312 | 207 | 0 | 23 | 56 | 2 | 43 | 134 | 113 |
| Binary | 11111010 | 11001010 | 10000111 | 0 | 10011 | 101110 | 10 | 100011 | 1011100 | 1001011 |
Color Harmonies of #FACA87
Complementary color
Monochromatic Colors of #FACA87
Black with #FACA87
Text Example
Text Example
White with #FACA87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FACA87; }
p { color: rgb(250,202,135); }
H1.HeaderClassName
{
color: #FACA87;
}
.AnyTagClassName
{
color: #FACA87;
}
</style>
background-color css
<style>
a { background-color: #FACA87; }
a { background-color: rgb(250,202,135); }
div.DivClassName
{
background-color: #FACA87;
}
.BgClassName
{
background-color: #FACA87;
}
</style>
border-color css
<style>
span { border-color: #FACA87; }
span { border-color: rgb(250,202,135); }
td.TdClassName
{
border-color: #FACA87;
}
.TagClassName
{
border-color: #FACA87;
}
</style>