Shades of Grandis #FCD078
Tints of Grandis #FCD078
RGB
CMYK
RGB Variations
Color information
#FCD078 (or 0xFCD078) is known color: Grandis. HEX triplet: FC, D0 and 78. RGB value is (252,208,120). Sum of RGB (Red+Green+Blue) = 252+208+120=580 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.45% from 580); Green value is 208 (81.64% from 255 or 35.86% from 580); Blue value is 120 (47.27% from 255 or 20.69% from 580); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD078 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCD078 is #032F87. Grayscale: #D3D3D3. Windows color (decimal): -208776 or 7917820. OLE color: 7917820.
HSL color Cylindrical-coordinate representation of color #FCD078: hue angle of 40º degrees, saturation: 0.96, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FCD078 is Cyan = 0, Magento = 0.17, Yellow = 0.52 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 208 | 120 | - |
| CMYK | 0 | 0.17 | 0.52 | 0.01 |
| HSL | 40º | 0.96% | 0.73% | - |
| HSV(B) | 40º | 0.52% | 0.99% | - |
| XYZ | 66.09 | 67.16 | 27.25 | - |
| YUV | 211.12 | 76.58 | 157.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 208 | 120 | 0 | 0.17 | 0.52 | 0.01 | 40 | 0.96 | 0.73 |
| Hex | FC | D0 | 78 | 0 | 11 | 34 | 1 | 28 | 60 | 49 |
| Octal | 374 | 320 | 170 | 0 | 21 | 64 | 1 | 50 | 140 | 111 |
| Binary | 11111100 | 11010000 | 1111000 | 0 | 10001 | 110100 | 1 | 101000 | 1100000 | 1001001 |
Color Harmonies of #FCD078
Complementary color
Monochromatic Colors of #FCD078
Black with #FCD078
Text Example
Text Example
White with #FCD078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD078; }
p { color: rgb(252,208,120); }
H1.HeaderClassName
{
color: #FCD078;
}
.AnyTagClassName
{
color: #FCD078;
}
</style>
background-color css
<style>
a { background-color: #FCD078; }
a { background-color: rgb(252,208,120); }
div.DivClassName
{
background-color: #FCD078;
}
.BgClassName
{
background-color: #FCD078;
}
</style>
border-color css
<style>
span { border-color: #FCD078; }
span { border-color: rgb(252,208,120); }
td.TdClassName
{
border-color: #FCD078;
}
.TagClassName
{
border-color: #FCD078;
}
</style>