Shades of Gorse #FEEF3E
Tints of Gorse #FEEF3E
RGB
CMYK
RGB Variations
Color information
#FEEF3E (or 0xFEEF3E) is known color: Gorse. HEX triplet: FE, EF and 3E. RGB value is (254,239,62). Sum of RGB (Red+Green+Blue) = 254+239+62=555 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.77% from 555); Green value is 239 (93.75% from 255 or 43.06% from 555); Blue value is 62 (24.61% from 255 or 11.17% from 555); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEF3E is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEEF3E is #0110C1. Grayscale: #E0E0E0. Windows color (decimal): -69826 or 4124670. OLE color: 4124670.
HSL color Cylindrical-coordinate representation of color #FEEF3E: hue angle of 55.31º 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 #FEEF3E is Cyan = 0, Magento = 0.06, Yellow = 0.76 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 239 | 62 | - |
| CMYK | 0 | 0.06 | 0.76 | 0.00 |
| HSL | 55.31º | 0.99% | 0.62% | - |
| HSV(B) | 55.31º | 0.76% | 1% | - |
| XYZ | 72.61 | 83.15 | 16.78 | - |
| YUV | 223.31 | 36.97 | 149.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 239 | 62 | 0 | 0.06 | 0.76 | 0.00 | 55.31 | 0.99 | 0.62 |
| Hex | FE | EF | 3E | 0 | 6 | 4C | 0 | 37 | 63 | 3E |
| Octal | 376 | 357 | 76 | 0 | 6 | 114 | 0 | 67 | 143 | 76 |
| Binary | 11111110 | 11101111 | 111110 | 0 | 110 | 1001100 | 0 | 110111 | 1100011 | 111110 |
Color Harmonies of #FEEF3E
Complementary color
Monochromatic Colors of #FEEF3E
Black with #FEEF3E
Text Example
Text Example
White with #FEEF3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEEF3E; }
p { color: rgb(254,239,62); }
H1.HeaderClassName
{
color: #FEEF3E;
}
.AnyTagClassName
{
color: #FEEF3E;
}
</style>
background-color css
<style>
a { background-color: #FEEF3E; }
a { background-color: rgb(254,239,62); }
div.DivClassName
{
background-color: #FEEF3E;
}
.BgClassName
{
background-color: #FEEF3E;
}
</style>
border-color css
<style>
span { border-color: #FEEF3E; }
span { border-color: rgb(254,239,62); }
td.TdClassName
{
border-color: #FEEF3E;
}
.TagClassName
{
border-color: #FEEF3E;
}
</style>