Shades of Gorse #FEDA3A
Tints of Gorse #FEDA3A
RGB
CMYK
RGB Variations
Color information
#FEDA3A (or 0xFEDA3A) is known color: Gorse. HEX triplet: FE, DA and 3A. RGB value is (254,218,58). Sum of RGB (Red+Green+Blue) = 254+218+58=530 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.92% from 530); Green value is 218 (85.55% from 255 or 41.13% from 530); Blue value is 58 (23.05% from 255 or 10.94% from 530); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDA3A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEDA3A is #0125C5. Grayscale: #D3D3D3. Windows color (decimal): -75206 or 3857150. OLE color: 3857150.
HSL color Cylindrical-coordinate representation of color #FEDA3A: hue angle of 48.98º 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 #FEDA3A is Cyan = 0, Magento = 0.14, Yellow = 0.77 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 218 | 58 | - |
| CMYK | 0 | 0.14 | 0.77 | 0.00 |
| HSL | 48.98º | 0.99% | 0.61% | - |
| HSV(B) | 48.98º | 0.77% | 1% | - |
| XYZ | 66.71 | 71.52 | 14.29 | - |
| YUV | 210.52 | 41.93 | 159.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 218 | 58 | 0 | 0.14 | 0.77 | 0.00 | 48.98 | 0.99 | 0.61 |
| Hex | FE | DA | 3A | 0 | E | 4D | 0 | 31 | 63 | 3D |
| Octal | 376 | 332 | 72 | 0 | 16 | 115 | 0 | 61 | 143 | 75 |
| Binary | 11111110 | 11011010 | 111010 | 0 | 1110 | 1001101 | 0 | 110001 | 1100011 | 111101 |
Color Harmonies of #FEDA3A
Complementary color
Monochromatic Colors of #FEDA3A
Black with #FEDA3A
Text Example
Text Example
White with #FEDA3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDA3A; }
p { color: rgb(254,218,58); }
H1.HeaderClassName
{
color: #FEDA3A;
}
.AnyTagClassName
{
color: #FEDA3A;
}
</style>
background-color css
<style>
a { background-color: #FEDA3A; }
a { background-color: rgb(254,218,58); }
div.DivClassName
{
background-color: #FEDA3A;
}
.BgClassName
{
background-color: #FEDA3A;
}
</style>
border-color css
<style>
span { border-color: #FEDA3A; }
span { border-color: rgb(254,218,58); }
td.TdClassName
{
border-color: #FEDA3A;
}
.TagClassName
{
border-color: #FEDA3A;
}
</style>