Shades of Grandis #FCC466
Tints of Grandis #FCC466
RGB
CMYK
RGB Variations
Color information
#FCC466 (or 0xFCC466) is known color: Grandis. HEX triplet: FC, C4 and 66. RGB value is (252,196,102). Sum of RGB (Red+Green+Blue) = 252+196+102=550 (72% of max value = 765). Red value is 252 (98.83% from 255 or 45.82% from 550); Green value is 196 (76.95% from 255 or 35.64% from 550); Blue value is 102 (40.23% from 255 or 18.55% from 550); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC466 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCC466 is #033B99. Grayscale: #CACACA. Windows color (decimal): -211866 or 6735100. OLE color: 6735100.
HSL color Cylindrical-coordinate representation of color #FCC466: hue angle of 37.6º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FCC466 is Cyan = 0, Magento = 0.22, Yellow = 0.60 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 196 | 102 | - |
| CMYK | 0 | 0.22 | 0.60 | 0.01 |
| HSL | 37.6º | 0.96% | 0.69% | - |
| HSV(B) | 37.6º | 0.6% | 0.99% | - |
| XYZ | 62.28 | 61.13 | 21.09 | - |
| YUV | 202.03 | 71.55 | 163.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 196 | 102 | 0 | 0.22 | 0.60 | 0.01 | 37.6 | 0.96 | 0.69 |
| Hex | FC | C4 | 66 | 0 | 16 | 3C | 1 | 26 | 60 | 45 |
| Octal | 374 | 304 | 146 | 0 | 26 | 74 | 1 | 46 | 140 | 105 |
| Binary | 11111100 | 11000100 | 1100110 | 0 | 10110 | 111100 | 1 | 100110 | 1100000 | 1000101 |
Color Harmonies of #FCC466
Complementary color
Monochromatic Colors of #FCC466
Black with #FCC466
Text Example
Text Example
White with #FCC466
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC466; }
p { color: rgb(252,196,102); }
H1.HeaderClassName
{
color: #FCC466;
}
.AnyTagClassName
{
color: #FCC466;
}
</style>
background-color css
<style>
a { background-color: #FCC466; }
a { background-color: rgb(252,196,102); }
div.DivClassName
{
background-color: #FCC466;
}
.BgClassName
{
background-color: #FCC466;
}
</style>
border-color css
<style>
span { border-color: #FCC466; }
span { border-color: rgb(252,196,102); }
td.TdClassName
{
border-color: #FCC466;
}
.TagClassName
{
border-color: #FCC466;
}
</style>