Shades of Grandis #FCD36B
Tints of Grandis #FCD36B
RGB
CMYK
RGB Variations
Color information
#FCD36B (or 0xFCD36B) is known color: Grandis. HEX triplet: FC, D3 and 6B. RGB value is (252,211,107). Sum of RGB (Red+Green+Blue) = 252+211+107=570 (75% of max value = 765). Red value is 252 (98.83% from 255 or 44.21% from 570); Green value is 211 (82.81% from 255 or 37.02% from 570); Blue value is 107 (42.19% from 255 or 18.77% from 570); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD36B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCD36B is #032C94. Grayscale: #D3D3D3. Windows color (decimal): -208021 or 7066620. OLE color: 7066620.
HSL color Cylindrical-coordinate representation of color #FCD36B: hue angle of 43.03º 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 #FCD36B is Cyan = 0, Magento = 0.16, Yellow = 0.58 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 211 | 107 | - |
| CMYK | 0 | 0.16 | 0.58 | 0.01 |
| HSL | 43.03º | 0.96% | 0.7% | - |
| HSV(B) | 43.03º | 0.58% | 0.99% | - |
| XYZ | 66.09 | 68.35 | 23.62 | - |
| YUV | 211.4 | 69.08 | 156.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 211 | 107 | 0 | 0.16 | 0.58 | 0.01 | 43.03 | 0.96 | 0.7 |
| Hex | FC | D3 | 6B | 0 | 10 | 3A | 1 | 2B | 60 | 46 |
| Octal | 374 | 323 | 153 | 0 | 20 | 72 | 1 | 53 | 140 | 106 |
| Binary | 11111100 | 11010011 | 1101011 | 0 | 10000 | 111010 | 1 | 101011 | 1100000 | 1000110 |
Color Harmonies of #FCD36B
Complementary color
Monochromatic Colors of #FCD36B
Black with #FCD36B
Text Example
Text Example
White with #FCD36B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD36B; }
p { color: rgb(252,211,107); }
H1.HeaderClassName
{
color: #FCD36B;
}
.AnyTagClassName
{
color: #FCD36B;
}
</style>
background-color css
<style>
a { background-color: #FCD36B; }
a { background-color: rgb(252,211,107); }
div.DivClassName
{
background-color: #FCD36B;
}
.BgClassName
{
background-color: #FCD36B;
}
</style>
border-color css
<style>
span { border-color: #FCD36B; }
span { border-color: rgb(252,211,107); }
td.TdClassName
{
border-color: #FCD36B;
}
.TagClassName
{
border-color: #FCD36B;
}
</style>