Shades of Gorse #FEFA31
Tints of Gorse #FEFA31
RGB
CMYK
RGB Variations
Color information
#FEFA31 (or 0xFEFA31) is known color: Gorse. HEX triplet: FE, FA and 31. RGB value is (254,250,49). Sum of RGB (Red+Green+Blue) = 254+250+49=553 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.93% from 553); Green value is 250 (98.05% from 255 or 45.21% from 553); Blue value is 49 (19.53% from 255 or 8.86% from 553); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFA31 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEFA31 is #0105CE. Grayscale: #E5E5E5. Windows color (decimal): -67023 or 3275518. OLE color: 3275518.
HSL color Cylindrical-coordinate representation of color #FEFA31: hue angle of 58.83º 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 #FEFA31 is Cyan = 0, Magento = 0.02, Yellow = 0.81 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 250 | 49 | - |
| CMYK | 0 | 0.02 | 0.81 | 0.00 |
| HSL | 58.83º | 0.99% | 0.59% | - |
| HSV(B) | 58.83º | 0.81% | 1% | - |
| XYZ | 75.61 | 89.66 | 16.23 | - |
| YUV | 228.28 | 26.83 | 146.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 250 | 49 | 0 | 0.02 | 0.81 | 0.00 | 58.83 | 0.99 | 0.59 |
| Hex | FE | FA | 31 | 0 | 2 | 51 | 0 | 3B | 63 | 3B |
| Octal | 376 | 372 | 61 | 0 | 2 | 121 | 0 | 73 | 143 | 73 |
| Binary | 11111110 | 11111010 | 110001 | 0 | 10 | 1010001 | 0 | 111011 | 1100011 | 111011 |
Color Harmonies of #FEFA31
Complementary color
Monochromatic Colors of #FEFA31
Black with #FEFA31
Text Example
Text Example
White with #FEFA31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEFA31; }
p { color: rgb(254,250,49); }
H1.HeaderClassName
{
color: #FEFA31;
}
.AnyTagClassName
{
color: #FEFA31;
}
</style>
background-color css
<style>
a { background-color: #FEFA31; }
a { background-color: rgb(254,250,49); }
div.DivClassName
{
background-color: #FEFA31;
}
.BgClassName
{
background-color: #FEFA31;
}
</style>
border-color css
<style>
span { border-color: #FEFA31; }
span { border-color: rgb(254,250,49); }
td.TdClassName
{
border-color: #FEFA31;
}
.TagClassName
{
border-color: #FEFA31;
}
</style>