Shades of Grandis #FED077
Tints of Grandis #FED077
RGB
CMYK
RGB Variations
Color information
#FED077 (or 0xFED077) is known color: Grandis. HEX triplet: FE, D0 and 77. RGB value is (254,208,119). Sum of RGB (Red+Green+Blue) = 254+208+119=581 (76% of max value = 765). Red value is 254 (99.61% from 255 or 43.72% from 581); Green value is 208 (81.64% from 255 or 35.80% from 581); Blue value is 119 (46.88% from 255 or 20.48% from 581); Max value from RGB is 254 - color contains mainly: red. Hex color #FED077 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FED077 is #012F88. Grayscale: #D4D4D4. Windows color (decimal): -77705 or 7852286. OLE color: 7852286.
HSL color Cylindrical-coordinate representation of color #FED077: hue angle of 39.56º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FED077 is Cyan = 0, Magento = 0.18, Yellow = 0.53 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 208 | 119 | - |
| CMYK | 0 | 0.18 | 0.53 | 0.00 |
| HSL | 39.56º | 0.99% | 0.73% | - |
| HSV(B) | 39.56º | 0.53% | 1% | - |
| XYZ | 66.76 | 67.51 | 26.97 | - |
| YUV | 211.61 | 75.74 | 158.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 208 | 119 | 0 | 0.18 | 0.53 | 0.00 | 39.56 | 0.99 | 0.73 |
| Hex | FE | D0 | 77 | 0 | 12 | 35 | 0 | 28 | 63 | 49 |
| Octal | 376 | 320 | 167 | 0 | 22 | 65 | 0 | 50 | 143 | 111 |
| Binary | 11111110 | 11010000 | 1110111 | 0 | 10010 | 110101 | 0 | 101000 | 1100011 | 1001001 |
Color Harmonies of #FED077
Complementary color
Monochromatic Colors of #FED077
Black with #FED077
Text Example
Text Example
White with #FED077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED077; }
p { color: rgb(254,208,119); }
H1.HeaderClassName
{
color: #FED077;
}
.AnyTagClassName
{
color: #FED077;
}
</style>
background-color css
<style>
a { background-color: #FED077; }
a { background-color: rgb(254,208,119); }
div.DivClassName
{
background-color: #FED077;
}
.BgClassName
{
background-color: #FED077;
}
</style>
border-color css
<style>
span { border-color: #FED077; }
span { border-color: rgb(254,208,119); }
td.TdClassName
{
border-color: #FED077;
}
.TagClassName
{
border-color: #FED077;
}
</style>