Shades of Gorse #FEF53E
Tints of Gorse #FEF53E
RGB
CMYK
RGB Variations
Color information
#FEF53E (or 0xFEF53E) is known color: Gorse. HEX triplet: FE, F5 and 3E. RGB value is (254,245,62). Sum of RGB (Red+Green+Blue) = 254+245+62=561 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.28% from 561); Green value is 245 (96.09% from 255 or 43.67% from 561); Blue value is 62 (24.61% from 255 or 11.05% from 561); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF53E is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEF53E is #010AC1. Grayscale: #E3E3E3. Windows color (decimal): -68290 or 4126206. OLE color: 4126206.
HSL color Cylindrical-coordinate representation of color #FEF53E: hue angle of 57.19º 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 #FEF53E is Cyan = 0, Magento = 0.04, Yellow = 0.76 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 245 | 62 | - |
| CMYK | 0 | 0.04 | 0.76 | 0.00 |
| HSL | 57.19º | 0.99% | 0.62% | - |
| HSV(B) | 57.19º | 0.76% | 1% | - |
| XYZ | 74.39 | 86.72 | 17.38 | - |
| YUV | 226.83 | 34.98 | 147.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 245 | 62 | 0 | 0.04 | 0.76 | 0.00 | 57.19 | 0.99 | 0.62 |
| Hex | FE | F5 | 3E | 0 | 4 | 4C | 0 | 39 | 63 | 3E |
| Octal | 376 | 365 | 76 | 0 | 4 | 114 | 0 | 71 | 143 | 76 |
| Binary | 11111110 | 11110101 | 111110 | 0 | 100 | 1001100 | 0 | 111001 | 1100011 | 111110 |
Color Harmonies of #FEF53E
Complementary color
Monochromatic Colors of #FEF53E
Black with #FEF53E
Text Example
Text Example
White with #FEF53E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF53E; }
p { color: rgb(254,245,62); }
H1.HeaderClassName
{
color: #FEF53E;
}
.AnyTagClassName
{
color: #FEF53E;
}
</style>
background-color css
<style>
a { background-color: #FEF53E; }
a { background-color: rgb(254,245,62); }
div.DivClassName
{
background-color: #FEF53E;
}
.BgClassName
{
background-color: #FEF53E;
}
</style>
border-color css
<style>
span { border-color: #FEF53E; }
span { border-color: rgb(254,245,62); }
td.TdClassName
{
border-color: #FEF53E;
}
.TagClassName
{
border-color: #FEF53E;
}
</style>