Shades of Grandis #FCD16F
Tints of Grandis #FCD16F
RGB
CMYK
RGB Variations
Color information
#FCD16F (or 0xFCD16F) is known color: Grandis. HEX triplet: FC, D1 and 6F. RGB value is (252,209,111). Sum of RGB (Red+Green+Blue) = 252+209+111=572 (75% of max value = 765). Red value is 252 (98.83% from 255 or 44.06% from 572); Green value is 209 (82.03% from 255 or 36.54% from 572); Blue value is 111 (43.75% from 255 or 19.41% from 572); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD16F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCD16F is #032E90. Grayscale: #D3D3D3. Windows color (decimal): -208529 or 7328252. OLE color: 7328252.
HSL color Cylindrical-coordinate representation of color #FCD16F: hue angle of 41.7º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FCD16F is Cyan = 0, Magento = 0.17, Yellow = 0.56 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 209 | 111 | - |
| CMYK | 0 | 0.17 | 0.56 | 0.01 |
| HSL | 41.7º | 0.96% | 0.71% | - |
| HSV(B) | 41.7º | 0.56% | 0.99% | - |
| XYZ | 65.81 | 67.44 | 24.59 | - |
| YUV | 210.69 | 71.75 | 157.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 209 | 111 | 0 | 0.17 | 0.56 | 0.01 | 41.7 | 0.96 | 0.71 |
| Hex | FC | D1 | 6F | 0 | 11 | 38 | 1 | 2A | 60 | 47 |
| Octal | 374 | 321 | 157 | 0 | 21 | 70 | 1 | 52 | 140 | 107 |
| Binary | 11111100 | 11010001 | 1101111 | 0 | 10001 | 111000 | 1 | 101010 | 1100000 | 1000111 |
Color Harmonies of #FCD16F
Complementary color
Monochromatic Colors of #FCD16F
Black with #FCD16F
Text Example
Text Example
White with #FCD16F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD16F; }
p { color: rgb(252,209,111); }
H1.HeaderClassName
{
color: #FCD16F;
}
.AnyTagClassName
{
color: #FCD16F;
}
</style>
background-color css
<style>
a { background-color: #FCD16F; }
a { background-color: rgb(252,209,111); }
div.DivClassName
{
background-color: #FCD16F;
}
.BgClassName
{
background-color: #FCD16F;
}
</style>
border-color css
<style>
span { border-color: #FCD16F; }
span { border-color: rgb(252,209,111); }
td.TdClassName
{
border-color: #FCD16F;
}
.TagClassName
{
border-color: #FCD16F;
}
</style>