Shades of Gorse #FEE825
Tints of Gorse #FEE825
RGB
CMYK
RGB Variations
Color information
#FEE825 (or 0xFEE825) is known color: Gorse. HEX triplet: FE, E8 and 25. RGB value is (254,232,37). Sum of RGB (Red+Green+Blue) = 254+232+37=523 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.57% from 523); Green value is 232 (91.02% from 255 or 44.36% from 523); Blue value is 37 (14.84% from 255 or 7.07% from 523); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE825 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEE825 is #0117DA. Grayscale: #D9D9D9. Windows color (decimal): -71643 or 2484478. OLE color: 2484478.
HSL color Cylindrical-coordinate representation of color #FEE825: hue angle of 53.92º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FEE825 is Cyan = 0, Magento = 0.09, Yellow = 0.85 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 232 | 37 | - |
| CMYK | 0 | 0.09 | 0.85 | 0.00 |
| HSL | 53.92º | 0.99% | 0.57% | - |
| HSV(B) | 53.92º | 0.85% | 1% | - |
| XYZ | 70.06 | 78.92 | 13.29 | - |
| YUV | 216.35 | 26.79 | 154.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 232 | 37 | 0 | 0.09 | 0.85 | 0.00 | 53.92 | 0.99 | 0.57 |
| Hex | FE | E8 | 25 | 0 | 9 | 55 | 0 | 36 | 63 | 39 |
| Octal | 376 | 350 | 45 | 0 | 11 | 125 | 0 | 66 | 143 | 71 |
| Binary | 11111110 | 11101000 | 100101 | 0 | 1001 | 1010101 | 0 | 110110 | 1100011 | 111001 |
Color Harmonies of #FEE825
Complementary color
Monochromatic Colors of #FEE825
Black with #FEE825
Text Example
Text Example
White with #FEE825
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE825; }
p { color: rgb(254,232,37); }
H1.HeaderClassName
{
color: #FEE825;
}
.AnyTagClassName
{
color: #FEE825;
}
</style>
background-color css
<style>
a { background-color: #FEE825; }
a { background-color: rgb(254,232,37); }
div.DivClassName
{
background-color: #FEE825;
}
.BgClassName
{
background-color: #FEE825;
}
</style>
border-color css
<style>
span { border-color: #FEE825; }
span { border-color: rgb(254,232,37); }
td.TdClassName
{
border-color: #FEE825;
}
.TagClassName
{
border-color: #FEE825;
}
</style>