Shades of Cherokee #FAC387
Tints of Cherokee #FAC387
RGB
CMYK
RGB Variations
Color information
#FAC387 (or 0xFAC387) is known color: Cherokee. HEX triplet: FA, C3 and 87. RGB value is (250,195,135). Sum of RGB (Red+Green+Blue) = 250+195+135=580 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.10% from 580); Green value is 195 (76.56% from 255 or 33.62% from 580); Blue value is 135 (53.12% from 255 or 23.28% from 580); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC387 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAC387 is #053C78. Grayscale: #CCCCCC. Windows color (decimal): -343161 or 8897530. OLE color: 8897530.
HSL color Cylindrical-coordinate representation of color #FAC387: hue angle of 31.3º 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 #FAC387 is Cyan = 0, Magento = 0.22, Yellow = 0.46 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 195 | 135 | - |
| CMYK | 0 | 0.22 | 0.46 | 0.02 |
| HSL | 31.3º | 0.92% | 0.75% | - |
| HSV(B) | 31.3º | 0.46% | 0.98% | - |
| XYZ | 63.31 | 61.1 | 31.38 | - |
| YUV | 204.61 | 88.72 | 160.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 195 | 135 | 0 | 0.22 | 0.46 | 0.02 | 31.3 | 0.92 | 0.75 |
| Hex | FA | C3 | 87 | 0 | 16 | 2E | 2 | 1F | 5C | 4B |
| Octal | 372 | 303 | 207 | 0 | 26 | 56 | 2 | 37 | 134 | 113 |
| Binary | 11111010 | 11000011 | 10000111 | 0 | 10110 | 101110 | 10 | 11111 | 1011100 | 1001011 |
Color Harmonies of #FAC387
Complementary color
Monochromatic Colors of #FAC387
Black with #FAC387
Text Example
Text Example
White with #FAC387
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC387; }
p { color: rgb(250,195,135); }
H1.HeaderClassName
{
color: #FAC387;
}
.AnyTagClassName
{
color: #FAC387;
}
</style>
background-color css
<style>
a { background-color: #FAC387; }
a { background-color: rgb(250,195,135); }
div.DivClassName
{
background-color: #FAC387;
}
.BgClassName
{
background-color: #FAC387;
}
</style>
border-color css
<style>
span { border-color: #FAC387; }
span { border-color: rgb(250,195,135); }
td.TdClassName
{
border-color: #FAC387;
}
.TagClassName
{
border-color: #FAC387;
}
</style>