Shades of Gorse #FEEF3A
Tints of Gorse #FEEF3A
RGB
CMYK
RGB Variations
Color information
#FEEF3A (or 0xFEEF3A) is known color: Gorse. HEX triplet: FE, EF and 3A. RGB value is (254,239,58). Sum of RGB (Red+Green+Blue) = 254+239+58=551 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.10% from 551); Green value is 239 (93.75% from 255 or 43.38% from 551); Blue value is 58 (23.05% from 255 or 10.53% from 551); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEF3A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEEF3A is #0110C5. Grayscale: #DFDFDF. Windows color (decimal): -69830 or 3862526. OLE color: 3862526.
HSL color Cylindrical-coordinate representation of color #FEEF3A: hue angle of 55.41º 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 #FEEF3A is Cyan = 0, Magento = 0.06, Yellow = 0.77 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 239 | 58 | - |
| CMYK | 0 | 0.06 | 0.77 | 0.00 |
| HSL | 55.41º | 0.99% | 0.61% | - |
| HSV(B) | 55.41º | 0.77% | 1% | - |
| XYZ | 72.5 | 83.11 | 16.22 | - |
| YUV | 222.85 | 34.97 | 150.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 239 | 58 | 0 | 0.06 | 0.77 | 0.00 | 55.41 | 0.99 | 0.61 |
| Hex | FE | EF | 3A | 0 | 6 | 4D | 0 | 37 | 63 | 3D |
| Octal | 376 | 357 | 72 | 0 | 6 | 115 | 0 | 67 | 143 | 75 |
| Binary | 11111110 | 11101111 | 111010 | 0 | 110 | 1001101 | 0 | 110111 | 1100011 | 111101 |
Color Harmonies of #FEEF3A
Complementary color
Monochromatic Colors of #FEEF3A
Black with #FEEF3A
Text Example
Text Example
White with #FEEF3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEEF3A; }
p { color: rgb(254,239,58); }
H1.HeaderClassName
{
color: #FEEF3A;
}
.AnyTagClassName
{
color: #FEEF3A;
}
</style>
background-color css
<style>
a { background-color: #FEEF3A; }
a { background-color: rgb(254,239,58); }
div.DivClassName
{
background-color: #FEEF3A;
}
.BgClassName
{
background-color: #FEEF3A;
}
</style>
border-color css
<style>
span { border-color: #FEEF3A; }
span { border-color: rgb(254,239,58); }
td.TdClassName
{
border-color: #FEEF3A;
}
.TagClassName
{
border-color: #FEEF3A;
}
</style>