Shades of Gorse #FEDC3A
Tints of Gorse #FEDC3A
RGB
CMYK
RGB Variations
Color information
#FEDC3A (or 0xFEDC3A) is known color: Gorse. HEX triplet: FE, DC and 3A. RGB value is (254,220,58). Sum of RGB (Red+Green+Blue) = 254+220+58=532 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.74% from 532); Green value is 220 (86.33% from 255 or 41.35% from 532); Blue value is 58 (23.05% from 255 or 10.90% from 532); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDC3A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEDC3A is #0123C5. Grayscale: #D4D4D4. Windows color (decimal): -74694 or 3857662. OLE color: 3857662.
HSL color Cylindrical-coordinate representation of color #FEDC3A: hue angle of 49.59º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FEDC3A is Cyan = 0, Magento = 0.13, Yellow = 0.77 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 220 | 58 | - |
| CMYK | 0 | 0.13 | 0.77 | 0.00 |
| HSL | 49.59º | 0.99% | 0.61% | - |
| HSV(B) | 49.59º | 0.77% | 1% | - |
| XYZ | 67.23 | 72.56 | 14.47 | - |
| YUV | 211.7 | 41.26 | 158.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 220 | 58 | 0 | 0.13 | 0.77 | 0.00 | 49.59 | 0.99 | 0.61 |
| Hex | FE | DC | 3A | 0 | D | 4D | 0 | 32 | 63 | 3D |
| Octal | 376 | 334 | 72 | 0 | 15 | 115 | 0 | 62 | 143 | 75 |
| Binary | 11111110 | 11011100 | 111010 | 0 | 1101 | 1001101 | 0 | 110010 | 1100011 | 111101 |
Color Harmonies of #FEDC3A
Complementary color
Monochromatic Colors of #FEDC3A
Black with #FEDC3A
Text Example
Text Example
White with #FEDC3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDC3A; }
p { color: rgb(254,220,58); }
H1.HeaderClassName
{
color: #FEDC3A;
}
.AnyTagClassName
{
color: #FEDC3A;
}
</style>
background-color css
<style>
a { background-color: #FEDC3A; }
a { background-color: rgb(254,220,58); }
div.DivClassName
{
background-color: #FEDC3A;
}
.BgClassName
{
background-color: #FEDC3A;
}
</style>
border-color css
<style>
span { border-color: #FEDC3A; }
span { border-color: rgb(254,220,58); }
td.TdClassName
{
border-color: #FEDC3A;
}
.TagClassName
{
border-color: #FEDC3A;
}
</style>