Shades of Gorse #FEDA31
Tints of Gorse #FEDA31
RGB
CMYK
RGB Variations
Color information
#FEDA31 (or 0xFEDA31) is known color: Gorse. HEX triplet: FE, DA and 31. RGB value is (254,218,49). Sum of RGB (Red+Green+Blue) = 254+218+49=521 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.75% from 521); Green value is 218 (85.55% from 255 or 41.84% from 521); Blue value is 49 (19.53% from 255 or 9.40% from 521); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDA31 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEDA31 is #0125CE. Grayscale: #D2D2D2. Windows color (decimal): -75215 or 3267326. OLE color: 3267326.
HSL color Cylindrical-coordinate representation of color #FEDA31: hue angle of 49.46º 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 #FEDA31 is Cyan = 0, Magento = 0.14, Yellow = 0.81 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 218 | 49 | - |
| CMYK | 0 | 0.14 | 0.81 | 0.00 |
| HSL | 49.46º | 0.99% | 0.59% | - |
| HSV(B) | 49.46º | 0.81% | 1% | - |
| XYZ | 66.5 | 71.44 | 13.19 | - |
| YUV | 209.5 | 37.43 | 159.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 218 | 49 | 0 | 0.14 | 0.81 | 0.00 | 49.46 | 0.99 | 0.59 |
| Hex | FE | DA | 31 | 0 | E | 51 | 0 | 31 | 63 | 3B |
| Octal | 376 | 332 | 61 | 0 | 16 | 121 | 0 | 61 | 143 | 73 |
| Binary | 11111110 | 11011010 | 110001 | 0 | 1110 | 1010001 | 0 | 110001 | 1100011 | 111011 |
Color Harmonies of #FEDA31
Complementary color
Monochromatic Colors of #FEDA31
Black with #FEDA31
Text Example
Text Example
White with #FEDA31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDA31; }
p { color: rgb(254,218,49); }
H1.HeaderClassName
{
color: #FEDA31;
}
.AnyTagClassName
{
color: #FEDA31;
}
</style>
background-color css
<style>
a { background-color: #FEDA31; }
a { background-color: rgb(254,218,49); }
div.DivClassName
{
background-color: #FEDA31;
}
.BgClassName
{
background-color: #FEDA31;
}
</style>
border-color css
<style>
span { border-color: #FEDA31; }
span { border-color: rgb(254,218,49); }
td.TdClassName
{
border-color: #FEDA31;
}
.TagClassName
{
border-color: #FEDA31;
}
</style>