Shades of Gorse #FEF02E
Tints of Gorse #FEF02E
RGB
CMYK
RGB Variations
Color information
#FEF02E (or 0xFEF02E) is known color: Gorse. HEX triplet: FE, F0 and 2E. RGB value is (254,240,46). Sum of RGB (Red+Green+Blue) = 254+240+46=540 (71% of max value = 765). Red value is 254 (99.61% from 255 or 47.04% from 540); Green value is 240 (94.14% from 255 or 44.44% from 540); Blue value is 46 (18.36% from 255 or 8.52% from 540); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF02E is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEF02E is #010FD1. Grayscale: #DEDEDE. Windows color (decimal): -69586 or 3076350. OLE color: 3076350.
HSL color Cylindrical-coordinate representation of color #FEF02E: hue angle of 55.96º 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 #FEF02E is Cyan = 0, Magento = 0.06, Yellow = 0.82 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 240 | 46 | - |
| CMYK | 0 | 0.06 | 0.82 | 0.00 |
| HSL | 55.96º | 0.99% | 0.59% | - |
| HSV(B) | 55.96º | 0.82% | 1% | - |
| XYZ | 72.53 | 83.59 | 14.9 | - |
| YUV | 222.07 | 28.64 | 150.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 240 | 46 | 0 | 0.06 | 0.82 | 0.00 | 55.96 | 0.99 | 0.59 |
| Hex | FE | F0 | 2E | 0 | 6 | 52 | 0 | 38 | 63 | 3B |
| Octal | 376 | 360 | 56 | 0 | 6 | 122 | 0 | 70 | 143 | 73 |
| Binary | 11111110 | 11110000 | 101110 | 0 | 110 | 1010010 | 0 | 111000 | 1100011 | 111011 |
Color Harmonies of #FEF02E
Complementary color
Monochromatic Colors of #FEF02E
Black with #FEF02E
Text Example
Text Example
White with #FEF02E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF02E; }
p { color: rgb(254,240,46); }
H1.HeaderClassName
{
color: #FEF02E;
}
.AnyTagClassName
{
color: #FEF02E;
}
</style>
background-color css
<style>
a { background-color: #FEF02E; }
a { background-color: rgb(254,240,46); }
div.DivClassName
{
background-color: #FEF02E;
}
.BgClassName
{
background-color: #FEF02E;
}
</style>
border-color css
<style>
span { border-color: #FEF02E; }
span { border-color: rgb(254,240,46); }
td.TdClassName
{
border-color: #FEF02E;
}
.TagClassName
{
border-color: #FEF02E;
}
</style>