Shades of Gorse #FEE028
Tints of Gorse #FEE028
RGB
CMYK
RGB Variations
Color information
#FEE028 (or 0xFEE028) is known color: Gorse. HEX triplet: FE, E0 and 28. RGB value is (254,224,40). Sum of RGB (Red+Green+Blue) = 254+224+40=518 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.03% from 518); Green value is 224 (87.89% from 255 or 43.24% from 518); Blue value is 40 (16.02% from 255 or 7.72% from 518); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE028 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEE028 is #011FD7. Grayscale: #D4D4D4. Windows color (decimal): -73688 or 2679038. OLE color: 2679038.
HSL color Cylindrical-coordinate representation of color #FEE028: hue angle of 51.59º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FEE028 is Cyan = 0, Magento = 0.12, Yellow = 0.84 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 224 | 40 | - |
| CMYK | 0 | 0.12 | 0.84 | 0.00 |
| HSL | 51.59º | 0.99% | 0.58% | - |
| HSV(B) | 51.59º | 0.84% | 1% | - |
| XYZ | 67.91 | 74.54 | 12.81 | - |
| YUV | 211.99 | 30.94 | 157.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 224 | 40 | 0 | 0.12 | 0.84 | 0.00 | 51.59 | 0.99 | 0.58 |
| Hex | FE | E0 | 28 | 0 | C | 54 | 0 | 34 | 63 | 3A |
| Octal | 376 | 340 | 50 | 0 | 14 | 124 | 0 | 64 | 143 | 72 |
| Binary | 11111110 | 11100000 | 101000 | 0 | 1100 | 1010100 | 0 | 110100 | 1100011 | 111010 |
Color Harmonies of #FEE028
Complementary color
Monochromatic Colors of #FEE028
Black with #FEE028
Text Example
Text Example
White with #FEE028
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE028; }
p { color: rgb(254,224,40); }
H1.HeaderClassName
{
color: #FEE028;
}
.AnyTagClassName
{
color: #FEE028;
}
</style>
background-color css
<style>
a { background-color: #FEE028; }
a { background-color: rgb(254,224,40); }
div.DivClassName
{
background-color: #FEE028;
}
.BgClassName
{
background-color: #FEE028;
}
</style>
border-color css
<style>
span { border-color: #FEE028; }
span { border-color: rgb(254,224,40); }
td.TdClassName
{
border-color: #FEE028;
}
.TagClassName
{
border-color: #FEE028;
}
</style>