Shades of Gorse #FEE02A
Tints of Gorse #FEE02A
RGB
CMYK
RGB Variations
Color information
#FEE02A (or 0xFEE02A) is known color: Gorse. HEX triplet: FE, E0 and 2A. RGB value is (254,224,42). Sum of RGB (Red+Green+Blue) = 254+224+42=520 (68% of max value = 765). Red value is 254 (99.61% from 255 or 48.85% from 520); Green value is 224 (87.89% from 255 or 43.08% from 520); Blue value is 42 (16.80% from 255 or 8.08% from 520); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE02A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEE02A is #011FD5. Grayscale: #D4D4D4. Windows color (decimal): -73686 or 2810110. OLE color: 2810110.
HSL color Cylindrical-coordinate representation of color #FEE02A: hue angle of 51.51º 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 #FEE02A is Cyan = 0, Magento = 0.12, Yellow = 0.83 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 224 | 42 | - |
| CMYK | 0 | 0.12 | 0.83 | 0.00 |
| HSL | 51.51º | 0.99% | 0.58% | - |
| HSV(B) | 51.51º | 0.83% | 1% | - |
| XYZ | 67.95 | 74.55 | 13 | - |
| YUV | 212.22 | 31.94 | 157.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 224 | 42 | 0 | 0.12 | 0.83 | 0.00 | 51.51 | 0.99 | 0.58 |
| Hex | FE | E0 | 2A | 0 | C | 53 | 0 | 34 | 63 | 3A |
| Octal | 376 | 340 | 52 | 0 | 14 | 123 | 0 | 64 | 143 | 72 |
| Binary | 11111110 | 11100000 | 101010 | 0 | 1100 | 1010011 | 0 | 110100 | 1100011 | 111010 |
Color Harmonies of #FEE02A
Complementary color
Monochromatic Colors of #FEE02A
Black with #FEE02A
Text Example
Text Example
White with #FEE02A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE02A; }
p { color: rgb(254,224,42); }
H1.HeaderClassName
{
color: #FEE02A;
}
.AnyTagClassName
{
color: #FEE02A;
}
</style>
background-color css
<style>
a { background-color: #FEE02A; }
a { background-color: rgb(254,224,42); }
div.DivClassName
{
background-color: #FEE02A;
}
.BgClassName
{
background-color: #FEE02A;
}
</style>
border-color css
<style>
span { border-color: #FEE02A; }
span { border-color: rgb(254,224,42); }
td.TdClassName
{
border-color: #FEE02A;
}
.TagClassName
{
border-color: #FEE02A;
}
</style>