Shades of Grandis #FCD370
Tints of Grandis #FCD370
RGB
CMYK
RGB Variations
Color information
#FCD370 (or 0xFCD370) is known color: Grandis. HEX triplet: FC, D3 and 70. RGB value is (252,211,112). Sum of RGB (Red+Green+Blue) = 252+211+112=575 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.83% from 575); Green value is 211 (82.81% from 255 or 36.70% from 575); Blue value is 112 (44.14% from 255 or 19.48% from 575); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD370 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCD370 is #032C8F. Grayscale: #D4D4D4. Windows color (decimal): -208016 or 7394300. OLE color: 7394300.
HSL color Cylindrical-coordinate representation of color #FCD370: hue angle of 42.43º 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 #FCD370 is Cyan = 0, Magento = 0.16, Yellow = 0.56 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 211 | 112 | - |
| CMYK | 0 | 0.16 | 0.56 | 0.01 |
| HSL | 42.43º | 0.96% | 0.71% | - |
| HSV(B) | 42.43º | 0.56% | 0.99% | - |
| XYZ | 66.36 | 68.45 | 25.04 | - |
| YUV | 211.97 | 71.58 | 156.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 211 | 112 | 0 | 0.16 | 0.56 | 0.01 | 42.43 | 0.96 | 0.71 |
| Hex | FC | D3 | 70 | 0 | 10 | 38 | 1 | 2A | 60 | 47 |
| Octal | 374 | 323 | 160 | 0 | 20 | 70 | 1 | 52 | 140 | 107 |
| Binary | 11111100 | 11010011 | 1110000 | 0 | 10000 | 111000 | 1 | 101010 | 1100000 | 1000111 |
Color Harmonies of #FCD370
Complementary color
Monochromatic Colors of #FCD370
Black with #FCD370
Text Example
Text Example
White with #FCD370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD370; }
p { color: rgb(252,211,112); }
H1.HeaderClassName
{
color: #FCD370;
}
.AnyTagClassName
{
color: #FCD370;
}
</style>
background-color css
<style>
a { background-color: #FCD370; }
a { background-color: rgb(252,211,112); }
div.DivClassName
{
background-color: #FCD370;
}
.BgClassName
{
background-color: #FCD370;
}
</style>
border-color css
<style>
span { border-color: #FCD370; }
span { border-color: rgb(252,211,112); }
td.TdClassName
{
border-color: #FCD370;
}
.TagClassName
{
border-color: #FCD370;
}
</style>