Shades of Grandis #FED176
Tints of Grandis #FED176
RGB
CMYK
RGB Variations
Color information
#FED176 (or 0xFED176) is known color: Grandis. HEX triplet: FE, D1 and 76. RGB value is (254,209,118). Sum of RGB (Red+Green+Blue) = 254+209+118=581 (76% of max value = 765). Red value is 254 (99.61% from 255 or 43.72% from 581); Green value is 209 (82.03% from 255 or 35.97% from 581); Blue value is 118 (46.48% from 255 or 20.31% from 581); Max value from RGB is 254 - color contains mainly: red. Hex color #FED176 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FED176 is #012E89. Grayscale: #D4D4D4. Windows color (decimal): -77450 or 7787006. OLE color: 7787006.
HSL color Cylindrical-coordinate representation of color #FED176: hue angle of 40.15º 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 #FED176 is Cyan = 0, Magento = 0.18, Yellow = 0.54 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 209 | 118 | - |
| CMYK | 0 | 0.18 | 0.54 | 0.00 |
| HSL | 40.15º | 0.99% | 0.73% | - |
| HSV(B) | 40.15º | 0.54% | 1% | - |
| XYZ | 66.94 | 67.98 | 26.73 | - |
| YUV | 212.08 | 74.91 | 157.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 209 | 118 | 0 | 0.18 | 0.54 | 0.00 | 40.15 | 0.99 | 0.73 |
| Hex | FE | D1 | 76 | 0 | 12 | 36 | 0 | 28 | 63 | 49 |
| Octal | 376 | 321 | 166 | 0 | 22 | 66 | 0 | 50 | 143 | 111 |
| Binary | 11111110 | 11010001 | 1110110 | 0 | 10010 | 110110 | 0 | 101000 | 1100011 | 1001001 |
Color Harmonies of #FED176
Complementary color
Monochromatic Colors of #FED176
Black with #FED176
Text Example
Text Example
White with #FED176
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED176; }
p { color: rgb(254,209,118); }
H1.HeaderClassName
{
color: #FED176;
}
.AnyTagClassName
{
color: #FED176;
}
</style>
background-color css
<style>
a { background-color: #FED176; }
a { background-color: rgb(254,209,118); }
div.DivClassName
{
background-color: #FED176;
}
.BgClassName
{
background-color: #FED176;
}
</style>
border-color css
<style>
span { border-color: #FED176; }
span { border-color: rgb(254,209,118); }
td.TdClassName
{
border-color: #FED176;
}
.TagClassName
{
border-color: #FED176;
}
</style>