Shades of Gorse #FEEF31
Tints of Gorse #FEEF31
RGB
CMYK
RGB Variations
Color information
#FEEF31 (or 0xFEEF31) is known color: Gorse. HEX triplet: FE, EF and 31. RGB value is (254,239,49). Sum of RGB (Red+Green+Blue) = 254+239+49=542 (71% of max value = 765). Red value is 254 (99.61% from 255 or 46.86% from 542); Green value is 239 (93.75% from 255 or 44.10% from 542); Blue value is 49 (19.53% from 255 or 9.04% from 542); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEF31 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEEF31 is #0110CE. Grayscale: #DEDEDE. Windows color (decimal): -69839 or 3272702. OLE color: 3272702.
HSL color Cylindrical-coordinate representation of color #FEEF31: hue angle of 55.61º 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 #FEEF31 is Cyan = 0, Magento = 0.06, Yellow = 0.81 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 239 | 49 | - |
| CMYK | 0 | 0.06 | 0.81 | 0.00 |
| HSL | 55.61º | 0.99% | 0.59% | - |
| HSV(B) | 55.61º | 0.81% | 1% | - |
| XYZ | 72.29 | 83.03 | 15.12 | - |
| YUV | 221.83 | 30.47 | 150.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 239 | 49 | 0 | 0.06 | 0.81 | 0.00 | 55.61 | 0.99 | 0.59 |
| Hex | FE | EF | 31 | 0 | 6 | 51 | 0 | 38 | 63 | 3B |
| Octal | 376 | 357 | 61 | 0 | 6 | 121 | 0 | 70 | 143 | 73 |
| Binary | 11111110 | 11101111 | 110001 | 0 | 110 | 1010001 | 0 | 111000 | 1100011 | 111011 |
Color Harmonies of #FEEF31
Complementary color
Monochromatic Colors of #FEEF31
Black with #FEEF31
Text Example
Text Example
White with #FEEF31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEEF31; }
p { color: rgb(254,239,49); }
H1.HeaderClassName
{
color: #FEEF31;
}
.AnyTagClassName
{
color: #FEEF31;
}
</style>
background-color css
<style>
a { background-color: #FEEF31; }
a { background-color: rgb(254,239,49); }
div.DivClassName
{
background-color: #FEEF31;
}
.BgClassName
{
background-color: #FEEF31;
}
</style>
border-color css
<style>
span { border-color: #FEEF31; }
span { border-color: rgb(254,239,49); }
td.TdClassName
{
border-color: #FEEF31;
}
.TagClassName
{
border-color: #FEEF31;
}
</style>