Shades of Gorse #FED931
Tints of Gorse #FED931
RGB
CMYK
RGB Variations
Color information
#FED931 (or 0xFED931) is known color: Gorse. HEX triplet: FE, D9 and 31. RGB value is (254,217,49). Sum of RGB (Red+Green+Blue) = 254+217+49=520 (68% of max value = 765). Red value is 254 (99.61% from 255 or 48.85% from 520); Green value is 217 (85.16% from 255 or 41.73% from 520); Blue value is 49 (19.53% from 255 or 9.42% from 520); Max value from RGB is 254 - color contains mainly: red. Hex color #FED931 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FED931 is #0126CE. Grayscale: #D1D1D1. Windows color (decimal): -75471 or 3267070. OLE color: 3267070.
HSL color Cylindrical-coordinate representation of color #FED931: hue angle of 49.17º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FED931 is Cyan = 0, Magento = 0.15, Yellow = 0.81 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 217 | 49 | - |
| CMYK | 0 | 0.15 | 0.81 | 0.00 |
| HSL | 49.17º | 0.99% | 0.59% | - |
| HSV(B) | 49.17º | 0.81% | 1% | - |
| XYZ | 66.24 | 70.92 | 13.1 | - |
| YUV | 208.91 | 37.76 | 160.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 217 | 49 | 0 | 0.15 | 0.81 | 0.00 | 49.17 | 0.99 | 0.59 |
| Hex | FE | D9 | 31 | 0 | F | 51 | 0 | 31 | 63 | 3B |
| Octal | 376 | 331 | 61 | 0 | 17 | 121 | 0 | 61 | 143 | 73 |
| Binary | 11111110 | 11011001 | 110001 | 0 | 1111 | 1010001 | 0 | 110001 | 1100011 | 111011 |
Color Harmonies of #FED931
Complementary color
Monochromatic Colors of #FED931
Black with #FED931
Text Example
Text Example
White with #FED931
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED931; }
p { color: rgb(254,217,49); }
H1.HeaderClassName
{
color: #FED931;
}
.AnyTagClassName
{
color: #FED931;
}
</style>
background-color css
<style>
a { background-color: #FED931; }
a { background-color: rgb(254,217,49); }
div.DivClassName
{
background-color: #FED931;
}
.BgClassName
{
background-color: #FED931;
}
</style>
border-color css
<style>
span { border-color: #FED931; }
span { border-color: rgb(254,217,49); }
td.TdClassName
{
border-color: #FED931;
}
.TagClassName
{
border-color: #FED931;
}
</style>