Shades of Gorse #FEF43E
Tints of Gorse #FEF43E
RGB
CMYK
RGB Variations
Color information
#FEF43E (or 0xFEF43E) is known color: Gorse. HEX triplet: FE, F4 and 3E. RGB value is (254,244,62). Sum of RGB (Red+Green+Blue) = 254+244+62=560 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.36% from 560); Green value is 244 (95.70% from 255 or 43.57% from 560); Blue value is 62 (24.61% from 255 or 11.07% from 560); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF43E is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEF43E is #010BC1. Grayscale: #E2E2E2. Windows color (decimal): -68546 or 4125950. OLE color: 4125950.
HSL color Cylindrical-coordinate representation of color #FEF43E: hue angle of 56.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 #FEF43E is Cyan = 0, Magento = 0.04, Yellow = 0.76 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 244 | 62 | - |
| CMYK | 0 | 0.04 | 0.76 | 0.00 |
| HSL | 56.88º | 0.99% | 0.62% | - |
| HSV(B) | 56.88º | 0.76% | 1% | - |
| XYZ | 74.09 | 86.12 | 17.28 | - |
| YUV | 226.24 | 35.31 | 147.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 244 | 62 | 0 | 0.04 | 0.76 | 0.00 | 56.88 | 0.99 | 0.62 |
| Hex | FE | F4 | 3E | 0 | 4 | 4C | 0 | 39 | 63 | 3E |
| Octal | 376 | 364 | 76 | 0 | 4 | 114 | 0 | 71 | 143 | 76 |
| Binary | 11111110 | 11110100 | 111110 | 0 | 100 | 1001100 | 0 | 111001 | 1100011 | 111110 |
Color Harmonies of #FEF43E
Complementary color
Monochromatic Colors of #FEF43E
Black with #FEF43E
Text Example
Text Example
White with #FEF43E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF43E; }
p { color: rgb(254,244,62); }
H1.HeaderClassName
{
color: #FEF43E;
}
.AnyTagClassName
{
color: #FEF43E;
}
</style>
background-color css
<style>
a { background-color: #FEF43E; }
a { background-color: rgb(254,244,62); }
div.DivClassName
{
background-color: #FEF43E;
}
.BgClassName
{
background-color: #FEF43E;
}
</style>
border-color css
<style>
span { border-color: #FEF43E; }
span { border-color: rgb(254,244,62); }
td.TdClassName
{
border-color: #FEF43E;
}
.TagClassName
{
border-color: #FEF43E;
}
</style>