Shades of Cherokee #FCD084
Tints of Cherokee #FCD084
RGB
CMYK
RGB Variations
Color information
#FCD084 (or 0xFCD084) is known color: Cherokee. HEX triplet: FC, D0 and 84. RGB value is (252,208,132). Sum of RGB (Red+Green+Blue) = 252+208+132=592 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.57% from 592); Green value is 208 (81.64% from 255 or 35.14% from 592); Blue value is 132 (51.95% from 255 or 22.30% from 592); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD084 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCD084 is #032F7B. Grayscale: #D4D4D4. Windows color (decimal): -208764 or 8704252. OLE color: 8704252.
HSL color Cylindrical-coordinate representation of color #FCD084: hue angle of 38º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #FCD084 is Cyan = 0, Magento = 0.17, Yellow = 0.48 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 208 | 132 | - |
| CMYK | 0 | 0.17 | 0.48 | 0.01 |
| HSL | 38º | 0.95% | 0.75% | - |
| HSV(B) | 38º | 0.48% | 0.99% | - |
| XYZ | 66.87 | 67.47 | 31.33 | - |
| YUV | 212.49 | 82.58 | 156.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 208 | 132 | 0 | 0.17 | 0.48 | 0.01 | 38 | 0.95 | 0.75 |
| Hex | FC | D0 | 84 | 0 | 11 | 30 | 1 | 26 | 5F | 4B |
| Octal | 374 | 320 | 204 | 0 | 21 | 60 | 1 | 46 | 137 | 113 |
| Binary | 11111100 | 11010000 | 10000100 | 0 | 10001 | 110000 | 1 | 100110 | 1011111 | 1001011 |
Color Harmonies of #FCD084
Complementary color
Monochromatic Colors of #FCD084
Black with #FCD084
Text Example
Text Example
White with #FCD084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD084; }
p { color: rgb(252,208,132); }
H1.HeaderClassName
{
color: #FCD084;
}
.AnyTagClassName
{
color: #FCD084;
}
</style>
background-color css
<style>
a { background-color: #FCD084; }
a { background-color: rgb(252,208,132); }
div.DivClassName
{
background-color: #FCD084;
}
.BgClassName
{
background-color: #FCD084;
}
</style>
border-color css
<style>
span { border-color: #FCD084; }
span { border-color: rgb(252,208,132); }
td.TdClassName
{
border-color: #FCD084;
}
.TagClassName
{
border-color: #FCD084;
}
</style>