Shades of Cherokee #FCC487
Tints of Cherokee #FCC487
RGB
CMYK
RGB Variations
Color information
#FCC487 (or 0xFCC487) is known color: Cherokee. HEX triplet: FC, C4 and 87. RGB value is (252,196,135). Sum of RGB (Red+Green+Blue) = 252+196+135=583 (77% of max value = 765). Red value is 252 (98.83% from 255 or 43.22% from 583); Green value is 196 (76.95% from 255 or 33.62% from 583); Blue value is 135 (53.12% from 255 or 23.16% from 583); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC487 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCC487 is #033B78. Grayscale: #CECECE. Windows color (decimal): -211833 or 8897788. OLE color: 8897788.
HSL color Cylindrical-coordinate representation of color #FCC487: hue angle of 31.28º degrees, saturation: 0.95, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #FCC487 is Cyan = 0, Magento = 0.22, Yellow = 0.46 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 196 | 135 | - |
| CMYK | 0 | 0.22 | 0.46 | 0.01 |
| HSL | 31.28º | 0.95% | 0.76% | - |
| HSV(B) | 31.28º | 0.46% | 0.99% | - |
| XYZ | 64.26 | 61.92 | 31.49 | - |
| YUV | 205.79 | 88.05 | 160.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 196 | 135 | 0 | 0.22 | 0.46 | 0.01 | 31.28 | 0.95 | 0.76 |
| Hex | FC | C4 | 87 | 0 | 16 | 2E | 1 | 1F | 5F | 4C |
| Octal | 374 | 304 | 207 | 0 | 26 | 56 | 1 | 37 | 137 | 114 |
| Binary | 11111100 | 11000100 | 10000111 | 0 | 10110 | 101110 | 1 | 11111 | 1011111 | 1001100 |
Color Harmonies of #FCC487
Complementary color
Monochromatic Colors of #FCC487
Black with #FCC487
Text Example
Text Example
White with #FCC487
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC487; }
p { color: rgb(252,196,135); }
H1.HeaderClassName
{
color: #FCC487;
}
.AnyTagClassName
{
color: #FCC487;
}
</style>
background-color css
<style>
a { background-color: #FCC487; }
a { background-color: rgb(252,196,135); }
div.DivClassName
{
background-color: #FCC487;
}
.BgClassName
{
background-color: #FCC487;
}
</style>
border-color css
<style>
span { border-color: #FCC487; }
span { border-color: rgb(252,196,135); }
td.TdClassName
{
border-color: #FCC487;
}
.TagClassName
{
border-color: #FCC487;
}
</style>