Shades of Gorse #FEF02A
Tints of Gorse #FEF02A
RGB
CMYK
RGB Variations
Color information
#FEF02A (or 0xFEF02A) is known color: Gorse. HEX triplet: FE, F0 and 2A. RGB value is (254,240,42). Sum of RGB (Red+Green+Blue) = 254+240+42=536 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.39% from 536); Green value is 240 (94.14% from 255 or 44.78% from 536); Blue value is 42 (16.80% from 255 or 7.84% from 536); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF02A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEF02A is #010FD5. Grayscale: #DEDEDE. Windows color (decimal): -69590 or 2814206. OLE color: 2814206.
HSL color Cylindrical-coordinate representation of color #FEF02A: hue angle of 56.04º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FEF02A is Cyan = 0, Magento = 0.06, Yellow = 0.83 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 240 | 42 | - |
| CMYK | 0 | 0.06 | 0.83 | 0.00 |
| HSL | 56.04º | 0.99% | 0.58% | - |
| HSV(B) | 56.04º | 0.83% | 1% | - |
| XYZ | 72.45 | 83.56 | 14.5 | - |
| YUV | 221.61 | 26.64 | 151.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 240 | 42 | 0 | 0.06 | 0.83 | 0.00 | 56.04 | 0.99 | 0.58 |
| Hex | FE | F0 | 2A | 0 | 6 | 53 | 0 | 38 | 63 | 3A |
| Octal | 376 | 360 | 52 | 0 | 6 | 123 | 0 | 70 | 143 | 72 |
| Binary | 11111110 | 11110000 | 101010 | 0 | 110 | 1010011 | 0 | 111000 | 1100011 | 111010 |
Color Harmonies of #FEF02A
Complementary color
Monochromatic Colors of #FEF02A
Black with #FEF02A
Text Example
Text Example
White with #FEF02A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF02A; }
p { color: rgb(254,240,42); }
H1.HeaderClassName
{
color: #FEF02A;
}
.AnyTagClassName
{
color: #FEF02A;
}
</style>
background-color css
<style>
a { background-color: #FEF02A; }
a { background-color: rgb(254,240,42); }
div.DivClassName
{
background-color: #FEF02A;
}
.BgClassName
{
background-color: #FEF02A;
}
</style>
border-color css
<style>
span { border-color: #FEF02A; }
span { border-color: rgb(254,240,42); }
td.TdClassName
{
border-color: #FEF02A;
}
.TagClassName
{
border-color: #FEF02A;
}
</style>