Shades of Grandis #FCCD76
Tints of Grandis #FCCD76
RGB
CMYK
RGB Variations
Color information
#FCCD76 (or 0xFCCD76) is known color: Grandis. HEX triplet: FC, CD and 76. RGB value is (252,205,118). Sum of RGB (Red+Green+Blue) = 252+205+118=575 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.83% from 575); Green value is 205 (80.47% from 255 or 35.65% from 575); Blue value is 118 (46.48% from 255 or 20.52% from 575); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCD76 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCCD76 is #033289. Grayscale: #D1D1D1. Windows color (decimal): -209546 or 7785980. OLE color: 7785980.
HSL color Cylindrical-coordinate representation of color #FCCD76: hue angle of 38.96º degrees, saturation: 0.96, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FCCD76 is Cyan = 0, Magento = 0.19, Yellow = 0.53 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 205 | 118 | - |
| CMYK | 0 | 0.19 | 0.53 | 0.01 |
| HSL | 38.96º | 0.96% | 0.73% | - |
| HSV(B) | 38.96º | 0.53% | 0.99% | - |
| XYZ | 65.25 | 65.67 | 26.38 | - |
| YUV | 209.14 | 76.57 | 158.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 205 | 118 | 0 | 0.19 | 0.53 | 0.01 | 38.96 | 0.96 | 0.73 |
| Hex | FC | CD | 76 | 0 | 13 | 35 | 1 | 27 | 60 | 49 |
| Octal | 374 | 315 | 166 | 0 | 23 | 65 | 1 | 47 | 140 | 111 |
| Binary | 11111100 | 11001101 | 1110110 | 0 | 10011 | 110101 | 1 | 100111 | 1100000 | 1001001 |
Color Harmonies of #FCCD76
Complementary color
Monochromatic Colors of #FCCD76
Black with #FCCD76
Text Example
Text Example
White with #FCCD76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCD76; }
p { color: rgb(252,205,118); }
H1.HeaderClassName
{
color: #FCCD76;
}
.AnyTagClassName
{
color: #FCCD76;
}
</style>
background-color css
<style>
a { background-color: #FCCD76; }
a { background-color: rgb(252,205,118); }
div.DivClassName
{
background-color: #FCCD76;
}
.BgClassName
{
background-color: #FCCD76;
}
</style>
border-color css
<style>
span { border-color: #FCCD76; }
span { border-color: rgb(252,205,118); }
td.TdClassName
{
border-color: #FCCD76;
}
.TagClassName
{
border-color: #FCCD76;
}
</style>