Shades of Gorse #FEDC2C
Tints of Gorse #FEDC2C
RGB
CMYK
RGB Variations
Color information
#FEDC2C (or 0xFEDC2C) is known color: Gorse. HEX triplet: FE, DC and 2C. RGB value is (254,220,44). Sum of RGB (Red+Green+Blue) = 254+220+44=518 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.03% from 518); Green value is 220 (86.33% from 255 or 42.47% from 518); Blue value is 44 (17.58% from 255 or 8.49% from 518); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDC2C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEDC2C is #0123D3. Grayscale: #D2D2D2. Windows color (decimal): -74708 or 2940158. OLE color: 2940158.
HSL color Cylindrical-coordinate representation of color #FEDC2C: hue angle of 50.29º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FEDC2C is Cyan = 0, Magento = 0.13, Yellow = 0.83 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 220 | 44 | - |
| CMYK | 0 | 0.13 | 0.83 | 0.00 |
| HSL | 50.29º | 0.99% | 0.58% | - |
| HSV(B) | 50.29º | 0.83% | 1% | - |
| XYZ | 66.92 | 72.44 | 12.84 | - |
| YUV | 210.1 | 34.26 | 159.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 220 | 44 | 0 | 0.13 | 0.83 | 0.00 | 50.29 | 0.99 | 0.58 |
| Hex | FE | DC | 2C | 0 | D | 53 | 0 | 32 | 63 | 3A |
| Octal | 376 | 334 | 54 | 0 | 15 | 123 | 0 | 62 | 143 | 72 |
| Binary | 11111110 | 11011100 | 101100 | 0 | 1101 | 1010011 | 0 | 110010 | 1100011 | 111010 |
Color Harmonies of #FEDC2C
Complementary color
Monochromatic Colors of #FEDC2C
Black with #FEDC2C
Text Example
Text Example
White with #FEDC2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDC2C; }
p { color: rgb(254,220,44); }
H1.HeaderClassName
{
color: #FEDC2C;
}
.AnyTagClassName
{
color: #FEDC2C;
}
</style>
background-color css
<style>
a { background-color: #FEDC2C; }
a { background-color: rgb(254,220,44); }
div.DivClassName
{
background-color: #FEDC2C;
}
.BgClassName
{
background-color: #FEDC2C;
}
</style>
border-color css
<style>
span { border-color: #FEDC2C; }
span { border-color: rgb(254,220,44); }
td.TdClassName
{
border-color: #FEDC2C;
}
.TagClassName
{
border-color: #FEDC2C;
}
</style>