Shades of Gorse #FEE131
Tints of Gorse #FEE131
RGB
CMYK
RGB Variations
Color information
#FEE131 (or 0xFEE131) is known color: Gorse. HEX triplet: FE, E1 and 31. RGB value is (254,225,49). Sum of RGB (Red+Green+Blue) = 254+225+49=528 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.11% from 528); Green value is 225 (88.28% from 255 or 42.61% from 528); Blue value is 49 (19.53% from 255 or 9.28% from 528); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE131 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEE131 is #011ECE. Grayscale: #D6D6D6. Windows color (decimal): -73423 or 3269118. OLE color: 3269118.
HSL color Cylindrical-coordinate representation of color #FEE131: hue angle of 51.51º 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 #FEE131 is Cyan = 0, Magento = 0.11, Yellow = 0.81 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 225 | 49 | - |
| CMYK | 0 | 0.11 | 0.81 | 0.00 |
| HSL | 51.51º | 0.99% | 0.59% | - |
| HSV(B) | 51.51º | 0.81% | 1% | - |
| XYZ | 68.35 | 75.14 | 13.81 | - |
| YUV | 213.61 | 35.11 | 156.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 225 | 49 | 0 | 0.11 | 0.81 | 0.00 | 51.51 | 0.99 | 0.59 |
| Hex | FE | E1 | 31 | 0 | B | 51 | 0 | 34 | 63 | 3B |
| Octal | 376 | 341 | 61 | 0 | 13 | 121 | 0 | 64 | 143 | 73 |
| Binary | 11111110 | 11100001 | 110001 | 0 | 1011 | 1010001 | 0 | 110100 | 1100011 | 111011 |
Color Harmonies of #FEE131
Complementary color
Monochromatic Colors of #FEE131
Black with #FEE131
Text Example
Text Example
White with #FEE131
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE131; }
p { color: rgb(254,225,49); }
H1.HeaderClassName
{
color: #FEE131;
}
.AnyTagClassName
{
color: #FEE131;
}
</style>
background-color css
<style>
a { background-color: #FEE131; }
a { background-color: rgb(254,225,49); }
div.DivClassName
{
background-color: #FEE131;
}
.BgClassName
{
background-color: #FEE131;
}
</style>
border-color css
<style>
span { border-color: #FEE131; }
span { border-color: rgb(254,225,49); }
td.TdClassName
{
border-color: #FEE131;
}
.TagClassName
{
border-color: #FEE131;
}
</style>