Shades of Gorse #FEF930
Tints of Gorse #FEF930
RGB
CMYK
RGB Variations
Color information
#FEF930 (or 0xFEF930) is known color: Gorse. HEX triplet: FE, F9 and 30. RGB value is (254,249,48). Sum of RGB (Red+Green+Blue) = 254+249+48=551 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.10% from 551); Green value is 249 (97.66% from 255 or 45.19% from 551); Blue value is 48 (19.14% from 255 or 8.71% from 551); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF930 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEF930 is #0106CF. Grayscale: #E4E4E4. Windows color (decimal): -67280 or 3209726. OLE color: 3209726.
HSL color Cylindrical-coordinate representation of color #FEF930: hue angle of 58.54º 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 #FEF930 is Cyan = 0, Magento = 0.02, Yellow = 0.81 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 249 | 48 | - |
| CMYK | 0 | 0.02 | 0.81 | 0.00 |
| HSL | 58.54º | 0.99% | 0.59% | - |
| HSV(B) | 58.54º | 0.81% | 1% | - |
| XYZ | 75.28 | 89.04 | 16.01 | - |
| YUV | 227.58 | 26.66 | 146.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 249 | 48 | 0 | 0.02 | 0.81 | 0.00 | 58.54 | 0.99 | 0.59 |
| Hex | FE | F9 | 30 | 0 | 2 | 51 | 0 | 3B | 63 | 3B |
| Octal | 376 | 371 | 60 | 0 | 2 | 121 | 0 | 73 | 143 | 73 |
| Binary | 11111110 | 11111001 | 110000 | 0 | 10 | 1010001 | 0 | 111011 | 1100011 | 111011 |
Color Harmonies of #FEF930
Complementary color
Monochromatic Colors of #FEF930
Black with #FEF930
Text Example
Text Example
White with #FEF930
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF930; }
p { color: rgb(254,249,48); }
H1.HeaderClassName
{
color: #FEF930;
}
.AnyTagClassName
{
color: #FEF930;
}
</style>
background-color css
<style>
a { background-color: #FEF930; }
a { background-color: rgb(254,249,48); }
div.DivClassName
{
background-color: #FEF930;
}
.BgClassName
{
background-color: #FEF930;
}
</style>
border-color css
<style>
span { border-color: #FEF930; }
span { border-color: rgb(254,249,48); }
td.TdClassName
{
border-color: #FEF930;
}
.TagClassName
{
border-color: #FEF930;
}
</style>