Shades of Gorse #FED92E
Tints of Gorse #FED92E
RGB
CMYK
RGB Variations
Color information
#FED92E (or 0xFED92E) is known color: Gorse. HEX triplet: FE, D9 and 2E. RGB value is (254,217,46). Sum of RGB (Red+Green+Blue) = 254+217+46=517 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.13% from 517); Green value is 217 (85.16% from 255 or 41.97% from 517); Blue value is 46 (18.36% from 255 or 8.90% from 517); Max value from RGB is 254 - color contains mainly: red. Hex color #FED92E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FED92E is #0126D1. Grayscale: #D1D1D1. Windows color (decimal): -75474 or 3070462. OLE color: 3070462.
HSL color Cylindrical-coordinate representation of color #FED92E: hue angle of 49.33º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FED92E is Cyan = 0, Magento = 0.15, Yellow = 0.82 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 217 | 46 | - |
| CMYK | 0 | 0.15 | 0.82 | 0.00 |
| HSL | 49.33º | 0.99% | 0.59% | - |
| HSV(B) | 49.33º | 0.82% | 1% | - |
| XYZ | 66.18 | 70.89 | 12.78 | - |
| YUV | 208.57 | 36.26 | 160.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 217 | 46 | 0 | 0.15 | 0.82 | 0.00 | 49.33 | 0.99 | 0.59 |
| Hex | FE | D9 | 2E | 0 | F | 52 | 0 | 31 | 63 | 3B |
| Octal | 376 | 331 | 56 | 0 | 17 | 122 | 0 | 61 | 143 | 73 |
| Binary | 11111110 | 11011001 | 101110 | 0 | 1111 | 1010010 | 0 | 110001 | 1100011 | 111011 |
Color Harmonies of #FED92E
Complementary color
Monochromatic Colors of #FED92E
Black with #FED92E
Text Example
Text Example
White with #FED92E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED92E; }
p { color: rgb(254,217,46); }
H1.HeaderClassName
{
color: #FED92E;
}
.AnyTagClassName
{
color: #FED92E;
}
</style>
background-color css
<style>
a { background-color: #FED92E; }
a { background-color: rgb(254,217,46); }
div.DivClassName
{
background-color: #FED92E;
}
.BgClassName
{
background-color: #FED92E;
}
</style>
border-color css
<style>
span { border-color: #FED92E; }
span { border-color: rgb(254,217,46); }
td.TdClassName
{
border-color: #FED92E;
}
.TagClassName
{
border-color: #FED92E;
}
</style>