Shades of Gorse #FEF039
Tints of Gorse #FEF039
RGB
CMYK
RGB Variations
Color information
#FEF039 (or 0xFEF039) is known color: Gorse. HEX triplet: FE, F0 and 39. RGB value is (254,240,57). Sum of RGB (Red+Green+Blue) = 254+240+57=551 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.10% from 551); Green value is 240 (94.14% from 255 or 43.56% from 551); Blue value is 57 (22.66% from 255 or 10.34% from 551); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF039 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEF039 is #010FC6. Grayscale: #E0E0E0. Windows color (decimal): -69575 or 3797246. OLE color: 3797246.
HSL color Cylindrical-coordinate representation of color #FEF039: hue angle of 55.74º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #FEF039 is Cyan = 0, Magento = 0.06, Yellow = 0.78 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 240 | 57 | - |
| CMYK | 0 | 0.06 | 0.78 | 0.00 |
| HSL | 55.74º | 0.99% | 0.61% | - |
| HSV(B) | 55.74º | 0.78% | 1% | - |
| XYZ | 72.77 | 83.69 | 16.19 | - |
| YUV | 223.32 | 34.14 | 149.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 240 | 57 | 0 | 0.06 | 0.78 | 0.00 | 55.74 | 0.99 | 0.61 |
| Hex | FE | F0 | 39 | 0 | 6 | 4E | 0 | 38 | 63 | 3D |
| Octal | 376 | 360 | 71 | 0 | 6 | 116 | 0 | 70 | 143 | 75 |
| Binary | 11111110 | 11110000 | 111001 | 0 | 110 | 1001110 | 0 | 111000 | 1100011 | 111101 |
Color Harmonies of #FEF039
Complementary color
Monochromatic Colors of #FEF039
Black with #FEF039
Text Example
Text Example
White with #FEF039
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF039; }
p { color: rgb(254,240,57); }
H1.HeaderClassName
{
color: #FEF039;
}
.AnyTagClassName
{
color: #FEF039;
}
</style>
background-color css
<style>
a { background-color: #FEF039; }
a { background-color: rgb(254,240,57); }
div.DivClassName
{
background-color: #FEF039;
}
.BgClassName
{
background-color: #FEF039;
}
</style>
border-color css
<style>
span { border-color: #FEF039; }
span { border-color: rgb(254,240,57); }
td.TdClassName
{
border-color: #FEF039;
}
.TagClassName
{
border-color: #FEF039;
}
</style>