Shades of Gorse #FEF032
Tints of Gorse #FEF032
RGB
CMYK
RGB Variations
Color information
#FEF032 (or 0xFEF032) is known color: Gorse. HEX triplet: FE, F0 and 32. RGB value is (254,240,50). Sum of RGB (Red+Green+Blue) = 254+240+50=544 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.69% from 544); Green value is 240 (94.14% from 255 or 44.12% from 544); Blue value is 50 (19.92% from 255 or 9.19% from 544); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF032 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEF032 is #010FCD. Grayscale: #DFDFDF. Windows color (decimal): -69582 or 3338494. OLE color: 3338494.
HSL color Cylindrical-coordinate representation of color #FEF032: hue angle of 55.88º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FEF032 is Cyan = 0, Magento = 0.06, Yellow = 0.80 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 240 | 50 | - |
| CMYK | 0 | 0.06 | 0.80 | 0.00 |
| HSL | 55.88º | 0.99% | 0.6% | - |
| HSV(B) | 55.88º | 0.8% | 1% | - |
| XYZ | 72.61 | 83.62 | 15.33 | - |
| YUV | 222.53 | 30.64 | 150.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 240 | 50 | 0 | 0.06 | 0.80 | 0.00 | 55.88 | 0.99 | 0.6 |
| Hex | FE | F0 | 32 | 0 | 6 | 50 | 0 | 38 | 63 | 3C |
| Octal | 376 | 360 | 62 | 0 | 6 | 120 | 0 | 70 | 143 | 74 |
| Binary | 11111110 | 11110000 | 110010 | 0 | 110 | 1010000 | 0 | 111000 | 1100011 | 111100 |
Color Harmonies of #FEF032
Complementary color
Monochromatic Colors of #FEF032
Black with #FEF032
Text Example
Text Example
White with #FEF032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF032; }
p { color: rgb(254,240,50); }
H1.HeaderClassName
{
color: #FEF032;
}
.AnyTagClassName
{
color: #FEF032;
}
</style>
background-color css
<style>
a { background-color: #FEF032; }
a { background-color: rgb(254,240,50); }
div.DivClassName
{
background-color: #FEF032;
}
.BgClassName
{
background-color: #FEF032;
}
</style>
border-color css
<style>
span { border-color: #FEF032; }
span { border-color: rgb(254,240,50); }
td.TdClassName
{
border-color: #FEF032;
}
.TagClassName
{
border-color: #FEF032;
}
</style>