Shades of Gorse #FEE03A
Tints of Gorse #FEE03A
RGB
CMYK
RGB Variations
Color information
#FEE03A (or 0xFEE03A) is known color: Gorse. HEX triplet: FE, E0 and 3A. RGB value is (254,224,58). Sum of RGB (Red+Green+Blue) = 254+224+58=536 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.39% from 536); Green value is 224 (87.89% from 255 or 41.79% from 536); Blue value is 58 (23.05% from 255 or 10.82% from 536); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE03A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEE03A is #011FC5. Grayscale: #D6D6D6. Windows color (decimal): -73670 or 3858686. OLE color: 3858686.
HSL color Cylindrical-coordinate representation of color #FEE03A: hue angle of 50.82º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FEE03A is Cyan = 0, Magento = 0.12, Yellow = 0.77 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 224 | 58 | - |
| CMYK | 0 | 0.12 | 0.77 | 0.00 |
| HSL | 50.82º | 0.99% | 0.61% | - |
| HSV(B) | 50.82º | 0.77% | 1% | - |
| XYZ | 68.29 | 74.69 | 14.82 | - |
| YUV | 214.05 | 39.94 | 156.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 224 | 58 | 0 | 0.12 | 0.77 | 0.00 | 50.82 | 0.99 | 0.61 |
| Hex | FE | E0 | 3A | 0 | C | 4D | 0 | 33 | 63 | 3D |
| Octal | 376 | 340 | 72 | 0 | 14 | 115 | 0 | 63 | 143 | 75 |
| Binary | 11111110 | 11100000 | 111010 | 0 | 1100 | 1001101 | 0 | 110011 | 1100011 | 111101 |
Color Harmonies of #FEE03A
Complementary color
Monochromatic Colors of #FEE03A
Black with #FEE03A
Text Example
Text Example
White with #FEE03A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE03A; }
p { color: rgb(254,224,58); }
H1.HeaderClassName
{
color: #FEE03A;
}
.AnyTagClassName
{
color: #FEE03A;
}
</style>
background-color css
<style>
a { background-color: #FEE03A; }
a { background-color: rgb(254,224,58); }
div.DivClassName
{
background-color: #FEE03A;
}
.BgClassName
{
background-color: #FEE03A;
}
</style>
border-color css
<style>
span { border-color: #FEE03A; }
span { border-color: rgb(254,224,58); }
td.TdClassName
{
border-color: #FEE03A;
}
.TagClassName
{
border-color: #FEE03A;
}
</style>