Shades of Gorse #FEE92F
Tints of Gorse #FEE92F
RGB
CMYK
RGB Variations
Color information
#FEE92F (or 0xFEE92F) is known color: Gorse. HEX triplet: FE, E9 and 2F. RGB value is (254,233,47). Sum of RGB (Red+Green+Blue) = 254+233+47=534 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.57% from 534); Green value is 233 (91.41% from 255 or 43.63% from 534); Blue value is 47 (18.75% from 255 or 8.80% from 534); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE92F is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEE92F is #0116D0. Grayscale: #DADADA. Windows color (decimal): -71377 or 3140094. OLE color: 3140094.
HSL color Cylindrical-coordinate representation of color #FEE92F: hue angle of 53.91º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FEE92F is Cyan = 0, Magento = 0.08, Yellow = 0.81 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 233 | 47 | - |
| CMYK | 0 | 0.08 | 0.81 | 0.00 |
| HSL | 53.91º | 0.99% | 0.59% | - |
| HSV(B) | 53.91º | 0.81% | 1% | - |
| XYZ | 70.53 | 79.55 | 14.33 | - |
| YUV | 218.08 | 31.46 | 153.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 233 | 47 | 0 | 0.08 | 0.81 | 0.00 | 53.91 | 0.99 | 0.59 |
| Hex | FE | E9 | 2F | 0 | 8 | 51 | 0 | 36 | 63 | 3B |
| Octal | 376 | 351 | 57 | 0 | 10 | 121 | 0 | 66 | 143 | 73 |
| Binary | 11111110 | 11101001 | 101111 | 0 | 1000 | 1010001 | 0 | 110110 | 1100011 | 111011 |
Color Harmonies of #FEE92F
Complementary color
Monochromatic Colors of #FEE92F
Black with #FEE92F
Text Example
Text Example
White with #FEE92F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE92F; }
p { color: rgb(254,233,47); }
H1.HeaderClassName
{
color: #FEE92F;
}
.AnyTagClassName
{
color: #FEE92F;
}
</style>
background-color css
<style>
a { background-color: #FEE92F; }
a { background-color: rgb(254,233,47); }
div.DivClassName
{
background-color: #FEE92F;
}
.BgClassName
{
background-color: #FEE92F;
}
</style>
border-color css
<style>
span { border-color: #FEE92F; }
span { border-color: rgb(254,233,47); }
td.TdClassName
{
border-color: #FEE92F;
}
.TagClassName
{
border-color: #FEE92F;
}
</style>