Shades of Grandis #FED076
Tints of Grandis #FED076
RGB
CMYK
RGB Variations
Color information
#FED076 (or 0xFED076) is known color: Grandis. HEX triplet: FE, D0 and 76. RGB value is (254,208,118). Sum of RGB (Red+Green+Blue) = 254+208+118=580 (76% of max value = 765). Red value is 254 (99.61% from 255 or 43.79% from 580); Green value is 208 (81.64% from 255 or 35.86% from 580); Blue value is 118 (46.48% from 255 or 20.34% from 580); Max value from RGB is 254 - color contains mainly: red. Hex color #FED076 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FED076 is #012F89. Grayscale: #D3D3D3. Windows color (decimal): -77706 or 7786750. OLE color: 7786750.
HSL color Cylindrical-coordinate representation of color #FED076: hue angle of 39.71º 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 #FED076 is Cyan = 0, Magento = 0.18, Yellow = 0.54 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 208 | 118 | - |
| CMYK | 0 | 0.18 | 0.54 | 0.00 |
| HSL | 39.71º | 0.99% | 0.73% | - |
| HSV(B) | 39.71º | 0.54% | 1% | - |
| XYZ | 66.7 | 67.49 | 26.65 | - |
| YUV | 211.49 | 75.24 | 158.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 208 | 118 | 0 | 0.18 | 0.54 | 0.00 | 39.71 | 0.99 | 0.73 |
| Hex | FE | D0 | 76 | 0 | 12 | 36 | 0 | 28 | 63 | 49 |
| Octal | 376 | 320 | 166 | 0 | 22 | 66 | 0 | 50 | 143 | 111 |
| Binary | 11111110 | 11010000 | 1110110 | 0 | 10010 | 110110 | 0 | 101000 | 1100011 | 1001001 |
Color Harmonies of #FED076
Complementary color
Monochromatic Colors of #FED076
Black with #FED076
Text Example
Text Example
White with #FED076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED076; }
p { color: rgb(254,208,118); }
H1.HeaderClassName
{
color: #FED076;
}
.AnyTagClassName
{
color: #FED076;
}
</style>
background-color css
<style>
a { background-color: #FED076; }
a { background-color: rgb(254,208,118); }
div.DivClassName
{
background-color: #FED076;
}
.BgClassName
{
background-color: #FED076;
}
</style>
border-color css
<style>
span { border-color: #FED076; }
span { border-color: rgb(254,208,118); }
td.TdClassName
{
border-color: #FED076;
}
.TagClassName
{
border-color: #FED076;
}
</style>