Shades of Gorse #FEE025
Tints of Gorse #FEE025
RGB
CMYK
RGB Variations
Color information
#FEE025 (or 0xFEE025) is known color: Gorse. HEX triplet: FE, E0 and 25. RGB value is (254,224,37). Sum of RGB (Red+Green+Blue) = 254+224+37=515 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.32% from 515); Green value is 224 (87.89% from 255 or 43.50% from 515); Blue value is 37 (14.84% from 255 or 7.18% from 515); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE025 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEE025 is #011FDA. Grayscale: #D4D4D4. Windows color (decimal): -73691 or 2482430. OLE color: 2482430.
HSL color Cylindrical-coordinate representation of color #FEE025: hue angle of 51.71º 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 #FEE025 is Cyan = 0, Magento = 0.12, Yellow = 0.85 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 224 | 37 | - |
| CMYK | 0 | 0.12 | 0.85 | 0.00 |
| HSL | 51.71º | 0.99% | 0.57% | - |
| HSV(B) | 51.71º | 0.85% | 1% | - |
| XYZ | 67.86 | 74.52 | 12.56 | - |
| YUV | 211.65 | 29.44 | 158.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 224 | 37 | 0 | 0.12 | 0.85 | 0.00 | 51.71 | 0.99 | 0.57 |
| Hex | FE | E0 | 25 | 0 | C | 55 | 0 | 34 | 63 | 39 |
| Octal | 376 | 340 | 45 | 0 | 14 | 125 | 0 | 64 | 143 | 71 |
| Binary | 11111110 | 11100000 | 100101 | 0 | 1100 | 1010101 | 0 | 110100 | 1100011 | 111001 |
Color Harmonies of #FEE025
Complementary color
Monochromatic Colors of #FEE025
Black with #FEE025
Text Example
Text Example
White with #FEE025
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE025; }
p { color: rgb(254,224,37); }
H1.HeaderClassName
{
color: #FEE025;
}
.AnyTagClassName
{
color: #FEE025;
}
</style>
background-color css
<style>
a { background-color: #FEE025; }
a { background-color: rgb(254,224,37); }
div.DivClassName
{
background-color: #FEE025;
}
.BgClassName
{
background-color: #FEE025;
}
</style>
border-color css
<style>
span { border-color: #FEE025; }
span { border-color: rgb(254,224,37); }
td.TdClassName
{
border-color: #FEE025;
}
.TagClassName
{
border-color: #FEE025;
}
</style>