Shades of Gorse #FEDA2F
Tints of Gorse #FEDA2F
RGB
CMYK
RGB Variations
Color information
#FEDA2F (or 0xFEDA2F) is known color: Gorse. HEX triplet: FE, DA and 2F. RGB value is (254,218,47). Sum of RGB (Red+Green+Blue) = 254+218+47=519 (68% of max value = 765). Red value is 254 (99.61% from 255 or 48.94% from 519); Green value is 218 (85.55% from 255 or 42.00% from 519); Blue value is 47 (18.75% from 255 or 9.06% from 519); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDA2F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEDA2F is #0125D0. Grayscale: #D1D1D1. Windows color (decimal): -75217 or 3136254. OLE color: 3136254.
HSL color Cylindrical-coordinate representation of color #FEDA2F: hue angle of 49.57º 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 #FEDA2F is Cyan = 0, Magento = 0.14, Yellow = 0.81 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 218 | 47 | - |
| CMYK | 0 | 0.14 | 0.81 | 0.00 |
| HSL | 49.57º | 0.99% | 0.59% | - |
| HSV(B) | 49.57º | 0.81% | 1% | - |
| XYZ | 66.46 | 71.42 | 12.97 | - |
| YUV | 209.27 | 36.43 | 159.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 218 | 47 | 0 | 0.14 | 0.81 | 0.00 | 49.57 | 0.99 | 0.59 |
| Hex | FE | DA | 2F | 0 | E | 51 | 0 | 32 | 63 | 3B |
| Octal | 376 | 332 | 57 | 0 | 16 | 121 | 0 | 62 | 143 | 73 |
| Binary | 11111110 | 11011010 | 101111 | 0 | 1110 | 1010001 | 0 | 110010 | 1100011 | 111011 |
Color Harmonies of #FEDA2F
Complementary color
Monochromatic Colors of #FEDA2F
Black with #FEDA2F
Text Example
Text Example
White with #FEDA2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDA2F; }
p { color: rgb(254,218,47); }
H1.HeaderClassName
{
color: #FEDA2F;
}
.AnyTagClassName
{
color: #FEDA2F;
}
</style>
background-color css
<style>
a { background-color: #FEDA2F; }
a { background-color: rgb(254,218,47); }
div.DivClassName
{
background-color: #FEDA2F;
}
.BgClassName
{
background-color: #FEDA2F;
}
</style>
border-color css
<style>
span { border-color: #FEDA2F; }
span { border-color: rgb(254,218,47); }
td.TdClassName
{
border-color: #FEDA2F;
}
.TagClassName
{
border-color: #FEDA2F;
}
</style>