Shades of Grandis #FECD76
Tints of Grandis #FECD76
RGB
CMYK
RGB Variations
Color information
#FECD76 (or 0xFECD76) is known color: Grandis. HEX triplet: FE, CD and 76. RGB value is (254,205,118). Sum of RGB (Red+Green+Blue) = 254+205+118=577 (76% of max value = 765). Red value is 254 (99.61% from 255 or 44.02% from 577); Green value is 205 (80.47% from 255 or 35.53% from 577); Blue value is 118 (46.48% from 255 or 20.45% from 577); Max value from RGB is 254 - color contains mainly: red. Hex color #FECD76 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FECD76 is #013289. Grayscale: #D2D2D2. Windows color (decimal): -78474 or 7785982. OLE color: 7785982.
HSL color Cylindrical-coordinate representation of color #FECD76: hue angle of 38.38º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FECD76 is Cyan = 0, Magento = 0.19, Yellow = 0.54 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 205 | 118 | - |
| CMYK | 0 | 0.19 | 0.54 | 0.00 |
| HSL | 38.38º | 0.99% | 0.73% | - |
| HSV(B) | 38.38º | 0.54% | 1% | - |
| XYZ | 65.97 | 66.04 | 26.41 | - |
| YUV | 209.73 | 76.23 | 159.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 205 | 118 | 0 | 0.19 | 0.54 | 0.00 | 38.38 | 0.99 | 0.73 |
| Hex | FE | CD | 76 | 0 | 13 | 36 | 0 | 26 | 63 | 49 |
| Octal | 376 | 315 | 166 | 0 | 23 | 66 | 0 | 46 | 143 | 111 |
| Binary | 11111110 | 11001101 | 1110110 | 0 | 10011 | 110110 | 0 | 100110 | 1100011 | 1001001 |
Color Harmonies of #FECD76
Complementary color
Monochromatic Colors of #FECD76
Black with #FECD76
Text Example
Text Example
White with #FECD76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECD76; }
p { color: rgb(254,205,118); }
H1.HeaderClassName
{
color: #FECD76;
}
.AnyTagClassName
{
color: #FECD76;
}
</style>
background-color css
<style>
a { background-color: #FECD76; }
a { background-color: rgb(254,205,118); }
div.DivClassName
{
background-color: #FECD76;
}
.BgClassName
{
background-color: #FECD76;
}
</style>
border-color css
<style>
span { border-color: #FECD76; }
span { border-color: rgb(254,205,118); }
td.TdClassName
{
border-color: #FECD76;
}
.TagClassName
{
border-color: #FECD76;
}
</style>