Shades of Grandis #FED276
Tints of Grandis #FED276
RGB
CMYK
RGB Variations
Color information
#FED276 (or 0xFED276) is known color: Grandis. HEX triplet: FE, D2 and 76. RGB value is (254,210,118). Sum of RGB (Red+Green+Blue) = 254+210+118=582 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.64% from 582); Green value is 210 (82.42% from 255 or 36.08% from 582); Blue value is 118 (46.48% from 255 or 20.27% from 582); Max value from RGB is 254 - color contains mainly: red. Hex color #FED276 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FED276 is #012D89. Grayscale: #D5D5D5. Windows color (decimal): -77194 or 7787262. OLE color: 7787262.
HSL color Cylindrical-coordinate representation of color #FED276: hue angle of 40.59º 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 #FED276 is Cyan = 0, Magento = 0.17, Yellow = 0.54 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 210 | 118 | - |
| CMYK | 0 | 0.17 | 0.54 | 0.00 |
| HSL | 40.59º | 0.99% | 0.73% | - |
| HSV(B) | 40.59º | 0.54% | 1% | - |
| XYZ | 67.19 | 68.47 | 26.81 | - |
| YUV | 212.67 | 74.58 | 157.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 210 | 118 | 0 | 0.17 | 0.54 | 0.00 | 40.59 | 0.99 | 0.73 |
| Hex | FE | D2 | 76 | 0 | 11 | 36 | 0 | 29 | 63 | 49 |
| Octal | 376 | 322 | 166 | 0 | 21 | 66 | 0 | 51 | 143 | 111 |
| Binary | 11111110 | 11010010 | 1110110 | 0 | 10001 | 110110 | 0 | 101001 | 1100011 | 1001001 |
Color Harmonies of #FED276
Complementary color
Monochromatic Colors of #FED276
Black with #FED276
Text Example
Text Example
White with #FED276
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED276; }
p { color: rgb(254,210,118); }
H1.HeaderClassName
{
color: #FED276;
}
.AnyTagClassName
{
color: #FED276;
}
</style>
background-color css
<style>
a { background-color: #FED276; }
a { background-color: rgb(254,210,118); }
div.DivClassName
{
background-color: #FED276;
}
.BgClassName
{
background-color: #FED276;
}
</style>
border-color css
<style>
span { border-color: #FED276; }
span { border-color: rgb(254,210,118); }
td.TdClassName
{
border-color: #FED276;
}
.TagClassName
{
border-color: #FED276;
}
</style>