Shades of Gorse #FEE32A
Tints of Gorse #FEE32A
RGB
CMYK
RGB Variations
Color information
#FEE32A (or 0xFEE32A) is known color: Gorse. HEX triplet: FE, E3 and 2A. RGB value is (254,227,42). Sum of RGB (Red+Green+Blue) = 254+227+42=523 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.57% from 523); Green value is 227 (89.06% from 255 or 43.40% from 523); Blue value is 42 (16.80% from 255 or 8.03% from 523); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE32A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEE32A is #011CD5. Grayscale: #D6D6D6. Windows color (decimal): -72918 or 2810878. OLE color: 2810878.
HSL color Cylindrical-coordinate representation of color #FEE32A: hue angle of 52.36º 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 #FEE32A is Cyan = 0, Magento = 0.11, Yellow = 0.83 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 227 | 42 | - |
| CMYK | 0 | 0.11 | 0.83 | 0.00 |
| HSL | 52.36º | 0.99% | 0.58% | - |
| HSV(B) | 52.36º | 0.83% | 1% | - |
| XYZ | 68.76 | 76.18 | 13.27 | - |
| YUV | 213.98 | 30.95 | 156.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 227 | 42 | 0 | 0.11 | 0.83 | 0.00 | 52.36 | 0.99 | 0.58 |
| Hex | FE | E3 | 2A | 0 | B | 53 | 0 | 34 | 63 | 3A |
| Octal | 376 | 343 | 52 | 0 | 13 | 123 | 0 | 64 | 143 | 72 |
| Binary | 11111110 | 11100011 | 101010 | 0 | 1011 | 1010011 | 0 | 110100 | 1100011 | 111010 |
Color Harmonies of #FEE32A
Complementary color
Monochromatic Colors of #FEE32A
Black with #FEE32A
Text Example
Text Example
White with #FEE32A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE32A; }
p { color: rgb(254,227,42); }
H1.HeaderClassName
{
color: #FEE32A;
}
.AnyTagClassName
{
color: #FEE32A;
}
</style>
background-color css
<style>
a { background-color: #FEE32A; }
a { background-color: rgb(254,227,42); }
div.DivClassName
{
background-color: #FEE32A;
}
.BgClassName
{
background-color: #FEE32A;
}
</style>
border-color css
<style>
span { border-color: #FEE32A; }
span { border-color: rgb(254,227,42); }
td.TdClassName
{
border-color: #FEE32A;
}
.TagClassName
{
border-color: #FEE32A;
}
</style>