Shades of Grandis #FCC066
Tints of Grandis #FCC066
RGB
CMYK
RGB Variations
Color information
#FCC066 (or 0xFCC066) is known color: Grandis. HEX triplet: FC, C0 and 66. RGB value is (252,192,102). Sum of RGB (Red+Green+Blue) = 252+192+102=546 (72% of max value = 765). Red value is 252 (98.83% from 255 or 46.15% from 546); Green value is 192 (75.39% from 255 or 35.16% from 546); Blue value is 102 (40.23% from 255 or 18.68% from 546); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC066 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCC066 is #033F99. Grayscale: #C8C8C8. Windows color (decimal): -212890 or 6734076. OLE color: 6734076.
HSL color Cylindrical-coordinate representation of color #FCC066: hue angle of 36º 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 #FCC066 is Cyan = 0, Magento = 0.24, Yellow = 0.60 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 192 | 102 | - |
| CMYK | 0 | 0.24 | 0.60 | 0.01 |
| HSL | 36º | 0.96% | 0.69% | - |
| HSV(B) | 36º | 0.6% | 0.99% | - |
| XYZ | 61.39 | 59.35 | 20.79 | - |
| YUV | 199.68 | 72.88 | 165.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 192 | 102 | 0 | 0.24 | 0.60 | 0.01 | 36 | 0.96 | 0.69 |
| Hex | FC | C0 | 66 | 0 | 18 | 3C | 1 | 24 | 60 | 45 |
| Octal | 374 | 300 | 146 | 0 | 30 | 74 | 1 | 44 | 140 | 105 |
| Binary | 11111100 | 11000000 | 1100110 | 0 | 11000 | 111100 | 1 | 100100 | 1100000 | 1000101 |
Color Harmonies of #FCC066
Complementary color
Monochromatic Colors of #FCC066
Black with #FCC066
Text Example
Text Example
White with #FCC066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC066; }
p { color: rgb(252,192,102); }
H1.HeaderClassName
{
color: #FCC066;
}
.AnyTagClassName
{
color: #FCC066;
}
</style>
background-color css
<style>
a { background-color: #FCC066; }
a { background-color: rgb(252,192,102); }
div.DivClassName
{
background-color: #FCC066;
}
.BgClassName
{
background-color: #FCC066;
}
</style>
border-color css
<style>
span { border-color: #FCC066; }
span { border-color: rgb(252,192,102); }
td.TdClassName
{
border-color: #FCC066;
}
.TagClassName
{
border-color: #FCC066;
}
</style>