Shades of Gorse #FEDB31
Tints of Gorse #FEDB31
RGB
CMYK
RGB Variations
Color information
#FEDB31 (or 0xFEDB31) is known color: Gorse. HEX triplet: FE, DB and 31. RGB value is (254,219,49). Sum of RGB (Red+Green+Blue) = 254+219+49=522 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.66% from 522); Green value is 219 (85.94% from 255 or 41.95% from 522); Blue value is 49 (19.53% from 255 or 9.39% from 522); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDB31 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEDB31 is #0124CE. Grayscale: #D2D2D2. Windows color (decimal): -74959 or 3267582. OLE color: 3267582.
HSL color Cylindrical-coordinate representation of color #FEDB31: hue angle of 49.76º 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 #FEDB31 is Cyan = 0, Magento = 0.14, Yellow = 0.81 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 219 | 49 | - |
| CMYK | 0 | 0.14 | 0.81 | 0.00 |
| HSL | 49.76º | 0.99% | 0.59% | - |
| HSV(B) | 49.76º | 0.81% | 1% | - |
| XYZ | 66.76 | 71.96 | 13.28 | - |
| YUV | 210.09 | 37.1 | 159.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 219 | 49 | 0 | 0.14 | 0.81 | 0.00 | 49.76 | 0.99 | 0.59 |
| Hex | FE | DB | 31 | 0 | E | 51 | 0 | 32 | 63 | 3B |
| Octal | 376 | 333 | 61 | 0 | 16 | 121 | 0 | 62 | 143 | 73 |
| Binary | 11111110 | 11011011 | 110001 | 0 | 1110 | 1010001 | 0 | 110010 | 1100011 | 111011 |
Color Harmonies of #FEDB31
Complementary color
Monochromatic Colors of #FEDB31
Black with #FEDB31
Text Example
Text Example
White with #FEDB31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDB31; }
p { color: rgb(254,219,49); }
H1.HeaderClassName
{
color: #FEDB31;
}
.AnyTagClassName
{
color: #FEDB31;
}
</style>
background-color css
<style>
a { background-color: #FEDB31; }
a { background-color: rgb(254,219,49); }
div.DivClassName
{
background-color: #FEDB31;
}
.BgClassName
{
background-color: #FEDB31;
}
</style>
border-color css
<style>
span { border-color: #FEDB31; }
span { border-color: rgb(254,219,49); }
td.TdClassName
{
border-color: #FEDB31;
}
.TagClassName
{
border-color: #FEDB31;
}
</style>