Shades of Cherokee #FCC982
Tints of Cherokee #FCC982
RGB
CMYK
RGB Variations
Color information
#FCC982 (or 0xFCC982) is known color: Cherokee. HEX triplet: FC, C9 and 82. RGB value is (252,201,130). Sum of RGB (Red+Green+Blue) = 252+201+130=583 (77% of max value = 765). Red value is 252 (98.83% from 255 or 43.22% from 583); Green value is 201 (78.91% from 255 or 34.48% from 583); Blue value is 130 (51.17% from 255 or 22.30% from 583); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC982 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCC982 is #03367D. Grayscale: #D0D0D0. Windows color (decimal): -210558 or 8571388. OLE color: 8571388.
HSL color Cylindrical-coordinate representation of color #FCC982: hue angle of 34.92º 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 #FCC982 is Cyan = 0, Magento = 0.20, Yellow = 0.48 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 201 | 130 | - |
| CMYK | 0 | 0.20 | 0.48 | 0.01 |
| HSL | 34.92º | 0.95% | 0.75% | - |
| HSV(B) | 34.92º | 0.48% | 0.99% | - |
| XYZ | 65.06 | 64.08 | 30.06 | - |
| YUV | 208.16 | 83.9 | 159.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 201 | 130 | 0 | 0.20 | 0.48 | 0.01 | 34.92 | 0.95 | 0.75 |
| Hex | FC | C9 | 82 | 0 | 14 | 30 | 1 | 23 | 5F | 4B |
| Octal | 374 | 311 | 202 | 0 | 24 | 60 | 1 | 43 | 137 | 113 |
| Binary | 11111100 | 11001001 | 10000010 | 0 | 10100 | 110000 | 1 | 100011 | 1011111 | 1001011 |
Color Harmonies of #FCC982
Complementary color
Monochromatic Colors of #FCC982
Black with #FCC982
Text Example
Text Example
White with #FCC982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC982; }
p { color: rgb(252,201,130); }
H1.HeaderClassName
{
color: #FCC982;
}
.AnyTagClassName
{
color: #FCC982;
}
</style>
background-color css
<style>
a { background-color: #FCC982; }
a { background-color: rgb(252,201,130); }
div.DivClassName
{
background-color: #FCC982;
}
.BgClassName
{
background-color: #FCC982;
}
</style>
border-color css
<style>
span { border-color: #FCC982; }
span { border-color: rgb(252,201,130); }
td.TdClassName
{
border-color: #FCC982;
}
.TagClassName
{
border-color: #FCC982;
}
</style>