Shades of Gorse #FEDA2D
Tints of Gorse #FEDA2D
RGB
CMYK
RGB Variations
Color information
#FEDA2D (or 0xFEDA2D) is known color: Gorse. HEX triplet: FE, DA and 2D. RGB value is (254,218,45). Sum of RGB (Red+Green+Blue) = 254+218+45=517 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.13% from 517); Green value is 218 (85.55% from 255 or 42.17% from 517); Blue value is 45 (17.97% from 255 or 8.70% from 517); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDA2D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEDA2D is #0125D2. Grayscale: #D1D1D1. Windows color (decimal): -75219 or 3005182. OLE color: 3005182.
HSL color Cylindrical-coordinate representation of color #FEDA2D: hue angle of 49.67º 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 #FEDA2D is Cyan = 0, Magento = 0.14, Yellow = 0.82 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 218 | 45 | - |
| CMYK | 0 | 0.14 | 0.82 | 0.00 |
| HSL | 49.67º | 0.99% | 0.59% | - |
| HSV(B) | 49.67º | 0.82% | 1% | - |
| XYZ | 66.42 | 71.4 | 12.76 | - |
| YUV | 209.04 | 35.43 | 160.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 218 | 45 | 0 | 0.14 | 0.82 | 0.00 | 49.67 | 0.99 | 0.59 |
| Hex | FE | DA | 2D | 0 | E | 52 | 0 | 32 | 63 | 3B |
| Octal | 376 | 332 | 55 | 0 | 16 | 122 | 0 | 62 | 143 | 73 |
| Binary | 11111110 | 11011010 | 101101 | 0 | 1110 | 1010010 | 0 | 110010 | 1100011 | 111011 |
Color Harmonies of #FEDA2D
Complementary color
Monochromatic Colors of #FEDA2D
Black with #FEDA2D
Text Example
Text Example
White with #FEDA2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDA2D; }
p { color: rgb(254,218,45); }
H1.HeaderClassName
{
color: #FEDA2D;
}
.AnyTagClassName
{
color: #FEDA2D;
}
</style>
background-color css
<style>
a { background-color: #FEDA2D; }
a { background-color: rgb(254,218,45); }
div.DivClassName
{
background-color: #FEDA2D;
}
.BgClassName
{
background-color: #FEDA2D;
}
</style>
border-color css
<style>
span { border-color: #FEDA2D; }
span { border-color: rgb(254,218,45); }
td.TdClassName
{
border-color: #FEDA2D;
}
.TagClassName
{
border-color: #FEDA2D;
}
</style>