Shades of Gorse #FEE43E
Tints of Gorse #FEE43E
RGB
CMYK
RGB Variations
Color information
#FEE43E (or 0xFEE43E) is known color: Gorse. HEX triplet: FE, E4 and 3E. RGB value is (254,228,62). Sum of RGB (Red+Green+Blue) = 254+228+62=544 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.69% from 544); Green value is 228 (89.45% from 255 or 41.91% from 544); Blue value is 62 (24.61% from 255 or 11.40% from 544); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE43E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEE43E is #011BC1. Grayscale: #D9D9D9. Windows color (decimal): -72642 or 4121854. OLE color: 4121854.
HSL color Cylindrical-coordinate representation of color #FEE43E: hue angle of 51.88º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FEE43E is Cyan = 0, Magento = 0.10, Yellow = 0.76 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 228 | 62 | - |
| CMYK | 0 | 0.10 | 0.76 | 0.00 |
| HSL | 51.88º | 0.99% | 0.62% | - |
| HSV(B) | 51.88º | 0.76% | 1% | - |
| XYZ | 69.49 | 76.91 | 15.74 | - |
| YUV | 216.85 | 40.61 | 154.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 228 | 62 | 0 | 0.10 | 0.76 | 0.00 | 51.88 | 0.99 | 0.62 |
| Hex | FE | E4 | 3E | 0 | A | 4C | 0 | 34 | 63 | 3E |
| Octal | 376 | 344 | 76 | 0 | 12 | 114 | 0 | 64 | 143 | 76 |
| Binary | 11111110 | 11100100 | 111110 | 0 | 1010 | 1001100 | 0 | 110100 | 1100011 | 111110 |
Color Harmonies of #FEE43E
Complementary color
Monochromatic Colors of #FEE43E
Black with #FEE43E
Text Example
Text Example
White with #FEE43E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE43E; }
p { color: rgb(254,228,62); }
H1.HeaderClassName
{
color: #FEE43E;
}
.AnyTagClassName
{
color: #FEE43E;
}
</style>
background-color css
<style>
a { background-color: #FEE43E; }
a { background-color: rgb(254,228,62); }
div.DivClassName
{
background-color: #FEE43E;
}
.BgClassName
{
background-color: #FEE43E;
}
</style>
border-color css
<style>
span { border-color: #FEE43E; }
span { border-color: rgb(254,228,62); }
td.TdClassName
{
border-color: #FEE43E;
}
.TagClassName
{
border-color: #FEE43E;
}
</style>