Shades of Gorse #FEDB2E
Tints of Gorse #FEDB2E
RGB
CMYK
RGB Variations
Color information
#FEDB2E (or 0xFEDB2E) is known color: Gorse. HEX triplet: FE, DB and 2E. RGB value is (254,219,46). Sum of RGB (Red+Green+Blue) = 254+219+46=519 (68% of max value = 765). Red value is 254 (99.61% from 255 or 48.94% from 519); Green value is 219 (85.94% from 255 or 42.20% from 519); Blue value is 46 (18.36% from 255 or 8.86% from 519); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDB2E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEDB2E is #0124D1. Grayscale: #D2D2D2. Windows color (decimal): -74962 or 3070974. OLE color: 3070974.
HSL color Cylindrical-coordinate representation of color #FEDB2E: hue angle of 49.9º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FEDB2E is Cyan = 0, Magento = 0.14, Yellow = 0.82 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 219 | 46 | - |
| CMYK | 0 | 0.14 | 0.82 | 0.00 |
| HSL | 49.9º | 0.99% | 0.59% | - |
| HSV(B) | 49.9º | 0.82% | 1% | - |
| XYZ | 66.7 | 71.93 | 12.95 | - |
| YUV | 209.74 | 35.6 | 159.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 219 | 46 | 0 | 0.14 | 0.82 | 0.00 | 49.9 | 0.99 | 0.59 |
| Hex | FE | DB | 2E | 0 | E | 52 | 0 | 32 | 63 | 3B |
| Octal | 376 | 333 | 56 | 0 | 16 | 122 | 0 | 62 | 143 | 73 |
| Binary | 11111110 | 11011011 | 101110 | 0 | 1110 | 1010010 | 0 | 110010 | 1100011 | 111011 |
Color Harmonies of #FEDB2E
Complementary color
Monochromatic Colors of #FEDB2E
Black with #FEDB2E
Text Example
Text Example
White with #FEDB2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDB2E; }
p { color: rgb(254,219,46); }
H1.HeaderClassName
{
color: #FEDB2E;
}
.AnyTagClassName
{
color: #FEDB2E;
}
</style>
background-color css
<style>
a { background-color: #FEDB2E; }
a { background-color: rgb(254,219,46); }
div.DivClassName
{
background-color: #FEDB2E;
}
.BgClassName
{
background-color: #FEDB2E;
}
</style>
border-color css
<style>
span { border-color: #FEDB2E; }
span { border-color: rgb(254,219,46); }
td.TdClassName
{
border-color: #FEDB2E;
}
.TagClassName
{
border-color: #FEDB2E;
}
</style>