Shades of Gorse #FEEF30
Tints of Gorse #FEEF30
RGB
CMYK
RGB Variations
Color information
#FEEF30 (or 0xFEEF30) is known color: Gorse. HEX triplet: FE, EF and 30. RGB value is (254,239,48). Sum of RGB (Red+Green+Blue) = 254+239+48=541 (71% of max value = 765). Red value is 254 (99.61% from 255 or 46.95% from 541); Green value is 239 (93.75% from 255 or 44.18% from 541); Blue value is 48 (19.14% from 255 or 8.87% from 541); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEF30 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEEF30 is #0110CF. Grayscale: #DEDEDE. Windows color (decimal): -69840 or 3207166. OLE color: 3207166.
HSL color Cylindrical-coordinate representation of color #FEEF30: hue angle of 55.63º 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 #FEEF30 is Cyan = 0, Magento = 0.06, Yellow = 0.81 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 239 | 48 | - |
| CMYK | 0 | 0.06 | 0.81 | 0.00 |
| HSL | 55.63º | 0.99% | 0.59% | - |
| HSV(B) | 55.63º | 0.81% | 1% | - |
| XYZ | 72.27 | 83.02 | 15.01 | - |
| YUV | 221.71 | 29.97 | 151.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 239 | 48 | 0 | 0.06 | 0.81 | 0.00 | 55.63 | 0.99 | 0.59 |
| Hex | FE | EF | 30 | 0 | 6 | 51 | 0 | 38 | 63 | 3B |
| Octal | 376 | 357 | 60 | 0 | 6 | 121 | 0 | 70 | 143 | 73 |
| Binary | 11111110 | 11101111 | 110000 | 0 | 110 | 1010001 | 0 | 111000 | 1100011 | 111011 |
Color Harmonies of #FEEF30
Complementary color
Monochromatic Colors of #FEEF30
Black with #FEEF30
Text Example
Text Example
White with #FEEF30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEEF30; }
p { color: rgb(254,239,48); }
H1.HeaderClassName
{
color: #FEEF30;
}
.AnyTagClassName
{
color: #FEEF30;
}
</style>
background-color css
<style>
a { background-color: #FEEF30; }
a { background-color: rgb(254,239,48); }
div.DivClassName
{
background-color: #FEEF30;
}
.BgClassName
{
background-color: #FEEF30;
}
</style>
border-color css
<style>
span { border-color: #FEEF30; }
span { border-color: rgb(254,239,48); }
td.TdClassName
{
border-color: #FEEF30;
}
.TagClassName
{
border-color: #FEEF30;
}
</style>