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