Shades of Grandis #FCD16B
Tints of Grandis #FCD16B
RGB
CMYK
RGB Variations
Color information
#FCD16B (or 0xFCD16B) is known color: Grandis. HEX triplet: FC, D1 and 6B. RGB value is (252,209,107). Sum of RGB (Red+Green+Blue) = 252+209+107=568 (75% of max value = 765). Red value is 252 (98.83% from 255 or 44.37% from 568); Green value is 209 (82.03% from 255 or 36.80% from 568); Blue value is 107 (42.19% from 255 or 18.84% from 568); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD16B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCD16B is #032E94. Grayscale: #D2D2D2. Windows color (decimal): -208533 or 7066108. OLE color: 7066108.
HSL color Cylindrical-coordinate representation of color #FCD16B: hue angle of 42.21º 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 #FCD16B is Cyan = 0, Magento = 0.17, Yellow = 0.58 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 209 | 107 | - |
| CMYK | 0 | 0.17 | 0.58 | 0.01 |
| HSL | 42.21º | 0.96% | 0.7% | - |
| HSV(B) | 42.21º | 0.58% | 0.99% | - |
| XYZ | 65.6 | 67.36 | 23.45 | - |
| YUV | 210.23 | 69.75 | 157.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 209 | 107 | 0 | 0.17 | 0.58 | 0.01 | 42.21 | 0.96 | 0.7 |
| Hex | FC | D1 | 6B | 0 | 11 | 3A | 1 | 2A | 60 | 46 |
| Octal | 374 | 321 | 153 | 0 | 21 | 72 | 1 | 52 | 140 | 106 |
| Binary | 11111100 | 11010001 | 1101011 | 0 | 10001 | 111010 | 1 | 101010 | 1100000 | 1000110 |
Color Harmonies of #FCD16B
Complementary color
Monochromatic Colors of #FCD16B
Black with #FCD16B
Text Example
Text Example
White with #FCD16B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD16B; }
p { color: rgb(252,209,107); }
H1.HeaderClassName
{
color: #FCD16B;
}
.AnyTagClassName
{
color: #FCD16B;
}
</style>
background-color css
<style>
a { background-color: #FCD16B; }
a { background-color: rgb(252,209,107); }
div.DivClassName
{
background-color: #FCD16B;
}
.BgClassName
{
background-color: #FCD16B;
}
</style>
border-color css
<style>
span { border-color: #FCD16B; }
span { border-color: rgb(252,209,107); }
td.TdClassName
{
border-color: #FCD16B;
}
.TagClassName
{
border-color: #FCD16B;
}
</style>