Shades of Gorse #FEDA2B
Tints of Gorse #FEDA2B
RGB
CMYK
RGB Variations
Color information
#FEDA2B (or 0xFEDA2B) is known color: Gorse. HEX triplet: FE, DA and 2B. RGB value is (254,218,43). Sum of RGB (Red+Green+Blue) = 254+218+43=515 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.32% from 515); Green value is 218 (85.55% from 255 or 42.33% from 515); Blue value is 43 (17.19% from 255 or 8.35% from 515); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDA2B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEDA2B is #0125D4. Grayscale: #D1D1D1. Windows color (decimal): -75221 or 2874110. OLE color: 2874110.
HSL color Cylindrical-coordinate representation of color #FEDA2B: hue angle of 49.76º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FEDA2B is Cyan = 0, Magento = 0.14, Yellow = 0.83 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 218 | 43 | - |
| CMYK | 0 | 0.14 | 0.83 | 0.00 |
| HSL | 49.76º | 0.99% | 0.58% | - |
| HSV(B) | 49.76º | 0.83% | 1% | - |
| XYZ | 66.38 | 71.39 | 12.57 | - |
| YUV | 208.81 | 34.43 | 160.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 218 | 43 | 0 | 0.14 | 0.83 | 0.00 | 49.76 | 0.99 | 0.58 |
| Hex | FE | DA | 2B | 0 | E | 53 | 0 | 32 | 63 | 3A |
| Octal | 376 | 332 | 53 | 0 | 16 | 123 | 0 | 62 | 143 | 72 |
| Binary | 11111110 | 11011010 | 101011 | 0 | 1110 | 1010011 | 0 | 110010 | 1100011 | 111010 |
Color Harmonies of #FEDA2B
Complementary color
Monochromatic Colors of #FEDA2B
Black with #FEDA2B
Text Example
Text Example
White with #FEDA2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDA2B; }
p { color: rgb(254,218,43); }
H1.HeaderClassName
{
color: #FEDA2B;
}
.AnyTagClassName
{
color: #FEDA2B;
}
</style>
background-color css
<style>
a { background-color: #FEDA2B; }
a { background-color: rgb(254,218,43); }
div.DivClassName
{
background-color: #FEDA2B;
}
.BgClassName
{
background-color: #FEDA2B;
}
</style>
border-color css
<style>
span { border-color: #FEDA2B; }
span { border-color: rgb(254,218,43); }
td.TdClassName
{
border-color: #FEDA2B;
}
.TagClassName
{
border-color: #FEDA2B;
}
</style>