Shades of Grandis #FECC76
Tints of Grandis #FECC76
RGB
CMYK
RGB Variations
Color information
#FECC76 (or 0xFECC76) is known color: Grandis. HEX triplet: FE, CC and 76. RGB value is (254,204,118). Sum of RGB (Red+Green+Blue) = 254+204+118=576 (76% of max value = 765). Red value is 254 (99.61% from 255 or 44.10% from 576); Green value is 204 (80.08% from 255 or 35.42% from 576); Blue value is 118 (46.48% from 255 or 20.49% from 576); Max value from RGB is 254 - color contains mainly: red. Hex color #FECC76 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FECC76 is #013389. Grayscale: #D1D1D1. Windows color (decimal): -78730 or 7785726. OLE color: 7785726.
HSL color Cylindrical-coordinate representation of color #FECC76: hue angle of 37.94º 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 #FECC76 is Cyan = 0, Magento = 0.20, Yellow = 0.54 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 204 | 118 | - |
| CMYK | 0 | 0.20 | 0.54 | 0.00 |
| HSL | 37.94º | 0.99% | 0.73% | - |
| HSV(B) | 37.94º | 0.54% | 1% | - |
| XYZ | 65.74 | 65.56 | 26.33 | - |
| YUV | 209.15 | 76.57 | 159.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 204 | 118 | 0 | 0.20 | 0.54 | 0.00 | 37.94 | 0.99 | 0.73 |
| Hex | FE | CC | 76 | 0 | 14 | 36 | 0 | 26 | 63 | 49 |
| Octal | 376 | 314 | 166 | 0 | 24 | 66 | 0 | 46 | 143 | 111 |
| Binary | 11111110 | 11001100 | 1110110 | 0 | 10100 | 110110 | 0 | 100110 | 1100011 | 1001001 |
Color Harmonies of #FECC76
Complementary color
Monochromatic Colors of #FECC76
Black with #FECC76
Text Example
Text Example
White with #FECC76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECC76; }
p { color: rgb(254,204,118); }
H1.HeaderClassName
{
color: #FECC76;
}
.AnyTagClassName
{
color: #FECC76;
}
</style>
background-color css
<style>
a { background-color: #FECC76; }
a { background-color: rgb(254,204,118); }
div.DivClassName
{
background-color: #FECC76;
}
.BgClassName
{
background-color: #FECC76;
}
</style>
border-color css
<style>
span { border-color: #FECC76; }
span { border-color: rgb(254,204,118); }
td.TdClassName
{
border-color: #FECC76;
}
.TagClassName
{
border-color: #FECC76;
}
</style>