Shades of Grandis #FCD46B
Tints of Grandis #FCD46B
RGB
CMYK
RGB Variations
Color information
#FCD46B (or 0xFCD46B) is known color: Grandis. HEX triplet: FC, D4 and 6B. RGB value is (252,212,107). Sum of RGB (Red+Green+Blue) = 252+212+107=571 (75% of max value = 765). Red value is 252 (98.83% from 255 or 44.13% from 571); Green value is 212 (83.20% from 255 or 37.13% from 571); Blue value is 107 (42.19% from 255 or 18.74% from 571); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD46B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCD46B is #032B94. Grayscale: #D4D4D4. Windows color (decimal): -207765 or 7066876. OLE color: 7066876.
HSL color Cylindrical-coordinate representation of color #FCD46B: hue angle of 43.45º 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 #FCD46B is Cyan = 0, Magento = 0.16, Yellow = 0.58 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 212 | 107 | - |
| CMYK | 0 | 0.16 | 0.58 | 0.01 |
| HSL | 43.45º | 0.96% | 0.7% | - |
| HSV(B) | 43.45º | 0.58% | 0.99% | - |
| XYZ | 66.34 | 68.84 | 23.7 | - |
| YUV | 211.99 | 68.75 | 156.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 212 | 107 | 0 | 0.16 | 0.58 | 0.01 | 43.45 | 0.96 | 0.7 |
| Hex | FC | D4 | 6B | 0 | 10 | 3A | 1 | 2B | 60 | 46 |
| Octal | 374 | 324 | 153 | 0 | 20 | 72 | 1 | 53 | 140 | 106 |
| Binary | 11111100 | 11010100 | 1101011 | 0 | 10000 | 111010 | 1 | 101011 | 1100000 | 1000110 |
Color Harmonies of #FCD46B
Complementary color
Monochromatic Colors of #FCD46B
Black with #FCD46B
Text Example
Text Example
White with #FCD46B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD46B; }
p { color: rgb(252,212,107); }
H1.HeaderClassName
{
color: #FCD46B;
}
.AnyTagClassName
{
color: #FCD46B;
}
</style>
background-color css
<style>
a { background-color: #FCD46B; }
a { background-color: rgb(252,212,107); }
div.DivClassName
{
background-color: #FCD46B;
}
.BgClassName
{
background-color: #FCD46B;
}
</style>
border-color css
<style>
span { border-color: #FCD46B; }
span { border-color: rgb(252,212,107); }
td.TdClassName
{
border-color: #FCD46B;
}
.TagClassName
{
border-color: #FCD46B;
}
</style>