Shades of Grandis #FCD06B
Tints of Grandis #FCD06B
RGB
CMYK
RGB Variations
Color information
#FCD06B (or 0xFCD06B) is known color: Grandis. HEX triplet: FC, D0 and 6B. RGB value is (252,208,107). Sum of RGB (Red+Green+Blue) = 252+208+107=567 (75% of max value = 765). Red value is 252 (98.83% from 255 or 44.44% from 567); Green value is 208 (81.64% from 255 or 36.68% from 567); Blue value is 107 (42.19% from 255 or 18.87% from 567); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD06B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCD06B is #032F94. Grayscale: #D2D2D2. Windows color (decimal): -208789 or 7065852. OLE color: 7065852.
HSL color Cylindrical-coordinate representation of color #FCD06B: hue angle of 41.79º 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 #FCD06B is Cyan = 0, Magento = 0.17, Yellow = 0.58 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 208 | 107 | - |
| CMYK | 0 | 0.17 | 0.58 | 0.01 |
| HSL | 41.79º | 0.96% | 0.7% | - |
| HSV(B) | 41.79º | 0.58% | 0.99% | - |
| XYZ | 65.35 | 66.87 | 23.37 | - |
| YUV | 209.64 | 70.08 | 158.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 208 | 107 | 0 | 0.17 | 0.58 | 0.01 | 41.79 | 0.96 | 0.7 |
| Hex | FC | D0 | 6B | 0 | 11 | 3A | 1 | 2A | 60 | 46 |
| Octal | 374 | 320 | 153 | 0 | 21 | 72 | 1 | 52 | 140 | 106 |
| Binary | 11111100 | 11010000 | 1101011 | 0 | 10001 | 111010 | 1 | 101010 | 1100000 | 1000110 |
Color Harmonies of #FCD06B
Complementary color
Monochromatic Colors of #FCD06B
Black with #FCD06B
Text Example
Text Example
White with #FCD06B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD06B; }
p { color: rgb(252,208,107); }
H1.HeaderClassName
{
color: #FCD06B;
}
.AnyTagClassName
{
color: #FCD06B;
}
</style>
background-color css
<style>
a { background-color: #FCD06B; }
a { background-color: rgb(252,208,107); }
div.DivClassName
{
background-color: #FCD06B;
}
.BgClassName
{
background-color: #FCD06B;
}
</style>
border-color css
<style>
span { border-color: #FCD06B; }
span { border-color: rgb(252,208,107); }
td.TdClassName
{
border-color: #FCD06B;
}
.TagClassName
{
border-color: #FCD06B;
}
</style>