Shades of Grandis #FCD070
Tints of Grandis #FCD070
RGB
CMYK
RGB Variations
Color information
#FCD070 (or 0xFCD070) is known color: Grandis. HEX triplet: FC, D0 and 70. RGB value is (252,208,112). Sum of RGB (Red+Green+Blue) = 252+208+112=572 (75% of max value = 765). Red value is 252 (98.83% from 255 or 44.06% from 572); Green value is 208 (81.64% from 255 or 36.36% from 572); Blue value is 112 (44.14% from 255 or 19.58% from 572); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD070 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCD070 is #032F8F. Grayscale: #D2D2D2. Windows color (decimal): -208784 or 7393532. OLE color: 7393532.
HSL color Cylindrical-coordinate representation of color #FCD070: hue angle of 41.14º 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 #FCD070 is Cyan = 0, Magento = 0.17, Yellow = 0.56 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 208 | 112 | - |
| CMYK | 0 | 0.17 | 0.56 | 0.01 |
| HSL | 41.14º | 0.96% | 0.71% | - |
| HSV(B) | 41.14º | 0.56% | 0.99% | - |
| XYZ | 65.63 | 66.98 | 24.8 | - |
| YUV | 210.21 | 72.58 | 157.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 208 | 112 | 0 | 0.17 | 0.56 | 0.01 | 41.14 | 0.96 | 0.71 |
| Hex | FC | D0 | 70 | 0 | 11 | 38 | 1 | 29 | 60 | 47 |
| Octal | 374 | 320 | 160 | 0 | 21 | 70 | 1 | 51 | 140 | 107 |
| Binary | 11111100 | 11010000 | 1110000 | 0 | 10001 | 111000 | 1 | 101001 | 1100000 | 1000111 |
Color Harmonies of #FCD070
Complementary color
Monochromatic Colors of #FCD070
Black with #FCD070
Text Example
Text Example
White with #FCD070
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD070; }
p { color: rgb(252,208,112); }
H1.HeaderClassName
{
color: #FCD070;
}
.AnyTagClassName
{
color: #FCD070;
}
</style>
background-color css
<style>
a { background-color: #FCD070; }
a { background-color: rgb(252,208,112); }
div.DivClassName
{
background-color: #FCD070;
}
.BgClassName
{
background-color: #FCD070;
}
</style>
border-color css
<style>
span { border-color: #FCD070; }
span { border-color: rgb(252,208,112); }
td.TdClassName
{
border-color: #FCD070;
}
.TagClassName
{
border-color: #FCD070;
}
</style>