Shades of Gorse #FEDB2F
Tints of Gorse #FEDB2F
RGB
CMYK
RGB Variations
Color information
#FEDB2F (or 0xFEDB2F) is known color: Gorse. HEX triplet: FE, DB and 2F. RGB value is (254,219,47). Sum of RGB (Red+Green+Blue) = 254+219+47=520 (68% of max value = 765). Red value is 254 (99.61% from 255 or 48.85% from 520); Green value is 219 (85.94% from 255 or 42.12% from 520); Blue value is 47 (18.75% from 255 or 9.04% from 520); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDB2F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEDB2F is #0124D0. Grayscale: #D2D2D2. Windows color (decimal): -74961 or 3136510. OLE color: 3136510.
HSL color Cylindrical-coordinate representation of color #FEDB2F: hue angle of 49.86º 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 #FEDB2F is Cyan = 0, Magento = 0.14, Yellow = 0.81 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 219 | 47 | - |
| CMYK | 0 | 0.14 | 0.81 | 0.00 |
| HSL | 49.86º | 0.99% | 0.59% | - |
| HSV(B) | 49.86º | 0.81% | 1% | - |
| XYZ | 66.72 | 71.94 | 13.06 | - |
| YUV | 209.86 | 36.1 | 159.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 219 | 47 | 0 | 0.14 | 0.81 | 0.00 | 49.86 | 0.99 | 0.59 |
| Hex | FE | DB | 2F | 0 | E | 51 | 0 | 32 | 63 | 3B |
| Octal | 376 | 333 | 57 | 0 | 16 | 121 | 0 | 62 | 143 | 73 |
| Binary | 11111110 | 11011011 | 101111 | 0 | 1110 | 1010001 | 0 | 110010 | 1100011 | 111011 |
Color Harmonies of #FEDB2F
Complementary color
Monochromatic Colors of #FEDB2F
Black with #FEDB2F
Text Example
Text Example
White with #FEDB2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDB2F; }
p { color: rgb(254,219,47); }
H1.HeaderClassName
{
color: #FEDB2F;
}
.AnyTagClassName
{
color: #FEDB2F;
}
</style>
background-color css
<style>
a { background-color: #FEDB2F; }
a { background-color: rgb(254,219,47); }
div.DivClassName
{
background-color: #FEDB2F;
}
.BgClassName
{
background-color: #FEDB2F;
}
</style>
border-color css
<style>
span { border-color: #FEDB2F; }
span { border-color: rgb(254,219,47); }
td.TdClassName
{
border-color: #FEDB2F;
}
.TagClassName
{
border-color: #FEDB2F;
}
</style>