Shades of Gorse #FEF131
Tints of Gorse #FEF131
RGB
CMYK
RGB Variations
Color information
#FEF131 (or 0xFEF131) is known color: Gorse. HEX triplet: FE, F1 and 31. RGB value is (254,241,49). Sum of RGB (Red+Green+Blue) = 254+241+49=544 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.69% from 544); Green value is 241 (94.53% from 255 or 44.30% from 544); Blue value is 49 (19.53% from 255 or 9.01% from 544); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF131 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEF131 is #010ECE. Grayscale: #DFDFDF. Windows color (decimal): -69327 or 3273214. OLE color: 3273214.
HSL color Cylindrical-coordinate representation of color #FEF131: hue angle of 56.2º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FEF131 is Cyan = 0, Magento = 0.05, Yellow = 0.81 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 241 | 49 | - |
| CMYK | 0 | 0.05 | 0.81 | 0.00 |
| HSL | 56.2º | 0.99% | 0.59% | - |
| HSV(B) | 56.2º | 0.81% | 1% | - |
| XYZ | 72.88 | 84.2 | 15.32 | - |
| YUV | 223 | 29.81 | 150.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 241 | 49 | 0 | 0.05 | 0.81 | 0.00 | 56.2 | 0.99 | 0.59 |
| Hex | FE | F1 | 31 | 0 | 5 | 51 | 0 | 38 | 63 | 3B |
| Octal | 376 | 361 | 61 | 0 | 5 | 121 | 0 | 70 | 143 | 73 |
| Binary | 11111110 | 11110001 | 110001 | 0 | 101 | 1010001 | 0 | 111000 | 1100011 | 111011 |
Color Harmonies of #FEF131
Complementary color
Monochromatic Colors of #FEF131
Black with #FEF131
Text Example
Text Example
White with #FEF131
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF131; }
p { color: rgb(254,241,49); }
H1.HeaderClassName
{
color: #FEF131;
}
.AnyTagClassName
{
color: #FEF131;
}
</style>
background-color css
<style>
a { background-color: #FEF131; }
a { background-color: rgb(254,241,49); }
div.DivClassName
{
background-color: #FEF131;
}
.BgClassName
{
background-color: #FEF131;
}
</style>
border-color css
<style>
span { border-color: #FEF131; }
span { border-color: rgb(254,241,49); }
td.TdClassName
{
border-color: #FEF131;
}
.TagClassName
{
border-color: #FEF131;
}
</style>