Shades of Gorse #FEFD31
Tints of Gorse #FEFD31
RGB
CMYK
RGB Variations
Color information
#FEFD31 (or 0xFEFD31) is known color: Gorse. HEX triplet: FE, FD and 31. RGB value is (254,253,49). Sum of RGB (Red+Green+Blue) = 254+253+49=556 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.68% from 556); Green value is 253 (99.22% from 255 or 45.50% from 556); Blue value is 49 (19.53% from 255 or 8.81% from 556); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFD31 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEFD31 is #0102CE. Grayscale: #E6E6E6. Windows color (decimal): -66255 or 3276286. OLE color: 3276286.
HSL color Cylindrical-coordinate representation of color #FEFD31: hue angle of 59.71º 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 #FEFD31 is Cyan = 0, Magento = 0.00, Yellow = 0.81 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 253 | 49 | - |
| CMYK | 0 | 0.00 | 0.81 | 0.00 |
| HSL | 59.71º | 0.99% | 0.59% | - |
| HSV(B) | 59.71º | 0.81% | 1% | - |
| XYZ | 76.55 | 91.54 | 16.54 | - |
| YUV | 230.04 | 25.83 | 145.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 253 | 49 | 0 | 0.00 | 0.81 | 0.00 | 59.71 | 0.99 | 0.59 |
| Hex | FE | FD | 31 | 0 | 0 | 51 | 0 | 3C | 63 | 3B |
| Octal | 376 | 375 | 61 | 0 | 0 | 121 | 0 | 74 | 143 | 73 |
| Binary | 11111110 | 11111101 | 110001 | 0 | 0 | 1010001 | 0 | 111100 | 1100011 | 111011 |
Color Harmonies of #FEFD31
Complementary color
Monochromatic Colors of #FEFD31
Black with #FEFD31
Text Example
Text Example
White with #FEFD31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEFD31; }
p { color: rgb(254,253,49); }
H1.HeaderClassName
{
color: #FEFD31;
}
.AnyTagClassName
{
color: #FEFD31;
}
</style>
background-color css
<style>
a { background-color: #FEFD31; }
a { background-color: rgb(254,253,49); }
div.DivClassName
{
background-color: #FEFD31;
}
.BgClassName
{
background-color: #FEFD31;
}
</style>
border-color css
<style>
span { border-color: #FEFD31; }
span { border-color: rgb(254,253,49); }
td.TdClassName
{
border-color: #FEFD31;
}
.TagClassName
{
border-color: #FEFD31;
}
</style>