Shades of Gorse #FEE43A
Tints of Gorse #FEE43A
RGB
CMYK
RGB Variations
Color information
#FEE43A (or 0xFEE43A) is known color: Gorse. HEX triplet: FE, E4 and 3A. RGB value is (254,228,58). Sum of RGB (Red+Green+Blue) = 254+228+58=540 (71% of max value = 765). Red value is 254 (99.61% from 255 or 47.04% from 540); Green value is 228 (89.45% from 255 or 42.22% from 540); Blue value is 58 (23.05% from 255 or 10.74% from 540); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE43A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEE43A is #011BC5. Grayscale: #D9D9D9. Windows color (decimal): -72646 or 3859710. OLE color: 3859710.
HSL color Cylindrical-coordinate representation of color #FEE43A: hue angle of 52.04º 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 #FEE43A is Cyan = 0, Magento = 0.10, Yellow = 0.77 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 228 | 58 | - |
| CMYK | 0 | 0.10 | 0.77 | 0.00 |
| HSL | 52.04º | 0.99% | 0.61% | - |
| HSV(B) | 52.04º | 0.77% | 1% | - |
| XYZ | 69.38 | 76.86 | 15.18 | - |
| YUV | 216.39 | 38.61 | 154.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 228 | 58 | 0 | 0.10 | 0.77 | 0.00 | 52.04 | 0.99 | 0.61 |
| Hex | FE | E4 | 3A | 0 | A | 4D | 0 | 34 | 63 | 3D |
| Octal | 376 | 344 | 72 | 0 | 12 | 115 | 0 | 64 | 143 | 75 |
| Binary | 11111110 | 11100100 | 111010 | 0 | 1010 | 1001101 | 0 | 110100 | 1100011 | 111101 |
Color Harmonies of #FEE43A
Complementary color
Monochromatic Colors of #FEE43A
Black with #FEE43A
Text Example
Text Example
White with #FEE43A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE43A; }
p { color: rgb(254,228,58); }
H1.HeaderClassName
{
color: #FEE43A;
}
.AnyTagClassName
{
color: #FEE43A;
}
</style>
background-color css
<style>
a { background-color: #FEE43A; }
a { background-color: rgb(254,228,58); }
div.DivClassName
{
background-color: #FEE43A;
}
.BgClassName
{
background-color: #FEE43A;
}
</style>
border-color css
<style>
span { border-color: #FEE43A; }
span { border-color: rgb(254,228,58); }
td.TdClassName
{
border-color: #FEE43A;
}
.TagClassName
{
border-color: #FEE43A;
}
</style>