Shades of Grandis #FCC66A
Tints of Grandis #FCC66A
RGB
CMYK
RGB Variations
Color information
#FCC66A (or 0xFCC66A) is known color: Grandis. HEX triplet: FC, C6 and 6A. RGB value is (252,198,106). Sum of RGB (Red+Green+Blue) = 252+198+106=556 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.32% from 556); Green value is 198 (77.73% from 255 or 35.61% from 556); Blue value is 106 (41.80% from 255 or 19.06% from 556); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC66A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCC66A is #033995. Grayscale: #CCCCCC. Windows color (decimal): -211350 or 6997756. OLE color: 6997756.
HSL color Cylindrical-coordinate representation of color #FCC66A: hue angle of 37.81º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FCC66A is Cyan = 0, Magento = 0.21, Yellow = 0.58 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 198 | 106 | - |
| CMYK | 0 | 0.21 | 0.58 | 0.01 |
| HSL | 37.81º | 0.96% | 0.7% | - |
| HSV(B) | 37.81º | 0.58% | 0.99% | - |
| XYZ | 62.94 | 62.12 | 22.31 | - |
| YUV | 203.66 | 72.89 | 162.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 198 | 106 | 0 | 0.21 | 0.58 | 0.01 | 37.81 | 0.96 | 0.7 |
| Hex | FC | C6 | 6A | 0 | 15 | 3A | 1 | 26 | 60 | 46 |
| Octal | 374 | 306 | 152 | 0 | 25 | 72 | 1 | 46 | 140 | 106 |
| Binary | 11111100 | 11000110 | 1101010 | 0 | 10101 | 111010 | 1 | 100110 | 1100000 | 1000110 |
Color Harmonies of #FCC66A
Complementary color
Monochromatic Colors of #FCC66A
Black with #FCC66A
Text Example
Text Example
White with #FCC66A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC66A; }
p { color: rgb(252,198,106); }
H1.HeaderClassName
{
color: #FCC66A;
}
.AnyTagClassName
{
color: #FCC66A;
}
</style>
background-color css
<style>
a { background-color: #FCC66A; }
a { background-color: rgb(252,198,106); }
div.DivClassName
{
background-color: #FCC66A;
}
.BgClassName
{
background-color: #FCC66A;
}
</style>
border-color css
<style>
span { border-color: #FCC66A; }
span { border-color: rgb(252,198,106); }
td.TdClassName
{
border-color: #FCC66A;
}
.TagClassName
{
border-color: #FCC66A;
}
</style>