Shades of Gorse #FEE92A
Tints of Gorse #FEE92A
RGB
CMYK
RGB Variations
Color information
#FEE92A (or 0xFEE92A) is known color: Gorse. HEX triplet: FE, E9 and 2A. RGB value is (254,233,42). Sum of RGB (Red+Green+Blue) = 254+233+42=529 (70% of max value = 765). Red value is 254 (99.61% from 255 or 48.02% from 529); Green value is 233 (91.41% from 255 or 44.05% from 529); Blue value is 42 (16.80% from 255 or 7.94% from 529); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE92A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEE92A is #0116D5. Grayscale: #DADADA. Windows color (decimal): -71382 or 2812414. OLE color: 2812414.
HSL color Cylindrical-coordinate representation of color #FEE92A: hue angle of 54.06º 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 #FEE92A is Cyan = 0, Magento = 0.08, Yellow = 0.83 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 233 | 42 | - |
| CMYK | 0 | 0.08 | 0.83 | 0.00 |
| HSL | 54.06º | 0.99% | 0.58% | - |
| HSV(B) | 54.06º | 0.83% | 1% | - |
| XYZ | 70.43 | 79.52 | 13.83 | - |
| YUV | 217.51 | 28.96 | 154.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 233 | 42 | 0 | 0.08 | 0.83 | 0.00 | 54.06 | 0.99 | 0.58 |
| Hex | FE | E9 | 2A | 0 | 8 | 53 | 0 | 36 | 63 | 3A |
| Octal | 376 | 351 | 52 | 0 | 10 | 123 | 0 | 66 | 143 | 72 |
| Binary | 11111110 | 11101001 | 101010 | 0 | 1000 | 1010011 | 0 | 110110 | 1100011 | 111010 |
Color Harmonies of #FEE92A
Complementary color
Monochromatic Colors of #FEE92A
Black with #FEE92A
Text Example
Text Example
White with #FEE92A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE92A; }
p { color: rgb(254,233,42); }
H1.HeaderClassName
{
color: #FEE92A;
}
.AnyTagClassName
{
color: #FEE92A;
}
</style>
background-color css
<style>
a { background-color: #FEE92A; }
a { background-color: rgb(254,233,42); }
div.DivClassName
{
background-color: #FEE92A;
}
.BgClassName
{
background-color: #FEE92A;
}
</style>
border-color css
<style>
span { border-color: #FEE92A; }
span { border-color: rgb(254,233,42); }
td.TdClassName
{
border-color: #FEE92A;
}
.TagClassName
{
border-color: #FEE92A;
}
</style>