Shades of Gorse #FEEA2A
Tints of Gorse #FEEA2A
RGB
CMYK
RGB Variations
Color information
#FEEA2A (or 0xFEEA2A) is known color: Gorse. HEX triplet: FE, EA and 2A. RGB value is (254,234,42). Sum of RGB (Red+Green+Blue) = 254+234+42=530 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.92% from 530); Green value is 234 (91.80% from 255 or 44.15% from 530); Blue value is 42 (16.80% from 255 or 7.92% from 530); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEA2A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEEA2A is #0115D5. Grayscale: #DADADA. Windows color (decimal): -71126 or 2812670. OLE color: 2812670.
HSL color Cylindrical-coordinate representation of color #FEEA2A: hue angle of 54.34º 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 #FEEA2A is Cyan = 0, Magento = 0.08, Yellow = 0.83 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 234 | 42 | - |
| CMYK | 0 | 0.08 | 0.83 | 0.00 |
| HSL | 54.34º | 0.99% | 0.58% | - |
| HSV(B) | 54.34º | 0.83% | 1% | - |
| XYZ | 70.71 | 80.08 | 13.92 | - |
| YUV | 218.09 | 28.63 | 153.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 234 | 42 | 0 | 0.08 | 0.83 | 0.00 | 54.34 | 0.99 | 0.58 |
| Hex | FE | EA | 2A | 0 | 8 | 53 | 0 | 36 | 63 | 3A |
| Octal | 376 | 352 | 52 | 0 | 10 | 123 | 0 | 66 | 143 | 72 |
| Binary | 11111110 | 11101010 | 101010 | 0 | 1000 | 1010011 | 0 | 110110 | 1100011 | 111010 |
Color Harmonies of #FEEA2A
Complementary color
Monochromatic Colors of #FEEA2A
Black with #FEEA2A
Text Example
Text Example
White with #FEEA2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEEA2A; }
p { color: rgb(254,234,42); }
H1.HeaderClassName
{
color: #FEEA2A;
}
.AnyTagClassName
{
color: #FEEA2A;
}
</style>
background-color css
<style>
a { background-color: #FEEA2A; }
a { background-color: rgb(254,234,42); }
div.DivClassName
{
background-color: #FEEA2A;
}
.BgClassName
{
background-color: #FEEA2A;
}
</style>
border-color css
<style>
span { border-color: #FEEA2A; }
span { border-color: rgb(254,234,42); }
td.TdClassName
{
border-color: #FEEA2A;
}
.TagClassName
{
border-color: #FEEA2A;
}
</style>