Shades of Cherokee #FCC984
Tints of Cherokee #FCC984
RGB
CMYK
RGB Variations
Color information
#FCC984 (or 0xFCC984) is known color: Cherokee. HEX triplet: FC, C9 and 84. RGB value is (252,201,132). Sum of RGB (Red+Green+Blue) = 252+201+132=585 (77% of max value = 765). Red value is 252 (98.83% from 255 or 43.08% from 585); Green value is 201 (78.91% from 255 or 34.36% from 585); Blue value is 132 (51.95% from 255 or 22.56% from 585); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC984 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCC984 is #03367B. Grayscale: #D0D0D0. Windows color (decimal): -210556 or 8702460. OLE color: 8702460.
HSL color Cylindrical-coordinate representation of color #FCC984: hue angle of 34.5º 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 #FCC984 is Cyan = 0, Magento = 0.20, Yellow = 0.48 and Black (K on CMYK) = 0.01.
Color convert
RGB | 252 | 201 | 132 | - |
CMYK | 0 | 0.20 | 0.48 | 0.01 |
HSL | 34.5º | 0.95% | 0.75% | - |
HSV(B) | 34.5º | 0.48% | 0.99% | - |
XYZ | 65.2 | 64.13 | 30.77 | - |
YUV | 208.38 | 84.9 | 159.11 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 201 | 132 | 0 | 0.20 | 0.48 | 0.01 | 34.5 | 0.95 | 0.75 |
Hex | FC | C9 | 84 | 0 | 14 | 30 | 1 | 22 | 5F | 4B |
Octal | 374 | 311 | 204 | 0 | 24 | 60 | 1 | 42 | 137 | 113 |
Binary | 11111100 | 11001001 | 10000100 | 0 | 10100 | 110000 | 1 | 100010 | 1011111 | 1001011 |
Color Harmonies of #FCC984
Complementary color
Monochromatic Colors of #FCC984
Black with #FCC984
Text Example
Text Example
White with #FCC984
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC984; }
p { color: rgb(252,201,132); }
H1.HeaderClassName
{
color: #FCC984;
}
.AnyTagClassName
{
color: #FCC984;
}
</style>
background-color css
<style>
a { background-color: #FCC984; }
a { background-color: rgb(252,201,132); }
div.DivClassName
{
background-color: #FCC984;
}
.BgClassName
{
background-color: #FCC984;
}
</style>
border-color css
<style>
span { border-color: #FCC984; }
span { border-color: rgb(252,201,132); }
td.TdClassName
{
border-color: #FCC984;
}
.TagClassName
{
border-color: #FCC984;
}
</style>