Shades of Gorse #FEDC2D
Tints of Gorse #FEDC2D
RGB
CMYK
RGB Variations
Color information
#FEDC2D (or 0xFEDC2D) is known color: Gorse. HEX triplet: FE, DC and 2D. RGB value is (254,220,45). Sum of RGB (Red+Green+Blue) = 254+220+45=519 (68% of max value = 765). Red value is 254 (99.61% from 255 or 48.94% from 519); Green value is 220 (86.33% from 255 or 42.39% from 519); Blue value is 45 (17.97% from 255 or 8.67% from 519); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDC2D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEDC2D is #0123D2. Grayscale: #D2D2D2. Windows color (decimal): -74707 or 3005694. OLE color: 3005694.
HSL color Cylindrical-coordinate representation of color #FEDC2D: hue angle of 50.24º 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 #FEDC2D is Cyan = 0, Magento = 0.13, Yellow = 0.82 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 220 | 45 | - |
| CMYK | 0 | 0.13 | 0.82 | 0.00 |
| HSL | 50.24º | 0.99% | 0.59% | - |
| HSV(B) | 50.24º | 0.82% | 1% | - |
| XYZ | 66.94 | 72.45 | 12.94 | - |
| YUV | 210.22 | 34.76 | 159.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 220 | 45 | 0 | 0.13 | 0.82 | 0.00 | 50.24 | 0.99 | 0.59 |
| Hex | FE | DC | 2D | 0 | D | 52 | 0 | 32 | 63 | 3B |
| Octal | 376 | 334 | 55 | 0 | 15 | 122 | 0 | 62 | 143 | 73 |
| Binary | 11111110 | 11011100 | 101101 | 0 | 1101 | 1010010 | 0 | 110010 | 1100011 | 111011 |
Color Harmonies of #FEDC2D
Complementary color
Monochromatic Colors of #FEDC2D
Black with #FEDC2D
Text Example
Text Example
White with #FEDC2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDC2D; }
p { color: rgb(254,220,45); }
H1.HeaderClassName
{
color: #FEDC2D;
}
.AnyTagClassName
{
color: #FEDC2D;
}
</style>
background-color css
<style>
a { background-color: #FEDC2D; }
a { background-color: rgb(254,220,45); }
div.DivClassName
{
background-color: #FEDC2D;
}
.BgClassName
{
background-color: #FEDC2D;
}
</style>
border-color css
<style>
span { border-color: #FEDC2D; }
span { border-color: rgb(254,220,45); }
td.TdClassName
{
border-color: #FEDC2D;
}
.TagClassName
{
border-color: #FEDC2D;
}
</style>