Shades of Gorse #FEF139
Tints of Gorse #FEF139
RGB
CMYK
RGB Variations
Color information
#FEF139 (or 0xFEF139) is known color: Gorse. HEX triplet: FE, F1 and 39. RGB value is (254,241,57). Sum of RGB (Red+Green+Blue) = 254+241+57=552 (73% of max value = 765). Red value is 254 (99.61% from 255 or 46.01% from 552); Green value is 241 (94.53% from 255 or 43.66% from 552); Blue value is 57 (22.66% from 255 or 10.33% from 552); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF139 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEF139 is #010EC6. Grayscale: #E0E0E0. Windows color (decimal): -69319 or 3797502. OLE color: 3797502.
HSL color Cylindrical-coordinate representation of color #FEF139: hue angle of 56.04º 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 #FEF139 is Cyan = 0, Magento = 0.05, Yellow = 0.78 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 241 | 57 | - |
| CMYK | 0 | 0.05 | 0.78 | 0.00 |
| HSL | 56.04º | 0.99% | 0.61% | - |
| HSV(B) | 56.04º | 0.78% | 1% | - |
| XYZ | 73.07 | 84.28 | 16.29 | - |
| YUV | 223.91 | 33.81 | 149.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 241 | 57 | 0 | 0.05 | 0.78 | 0.00 | 56.04 | 0.99 | 0.61 |
| Hex | FE | F1 | 39 | 0 | 5 | 4E | 0 | 38 | 63 | 3D |
| Octal | 376 | 361 | 71 | 0 | 5 | 116 | 0 | 70 | 143 | 75 |
| Binary | 11111110 | 11110001 | 111001 | 0 | 101 | 1001110 | 0 | 111000 | 1100011 | 111101 |
Color Harmonies of #FEF139
Complementary color
Monochromatic Colors of #FEF139
Black with #FEF139
Text Example
Text Example
White with #FEF139
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF139; }
p { color: rgb(254,241,57); }
H1.HeaderClassName
{
color: #FEF139;
}
.AnyTagClassName
{
color: #FEF139;
}
</style>
background-color css
<style>
a { background-color: #FEF139; }
a { background-color: rgb(254,241,57); }
div.DivClassName
{
background-color: #FEF139;
}
.BgClassName
{
background-color: #FEF139;
}
</style>
border-color css
<style>
span { border-color: #FEF139; }
span { border-color: rgb(254,241,57); }
td.TdClassName
{
border-color: #FEF139;
}
.TagClassName
{
border-color: #FEF139;
}
</style>