Shades of Gorse #FEDA3D
Tints of Gorse #FEDA3D
RGB
CMYK
RGB Variations
Color information
#FEDA3D (or 0xFEDA3D) is known color: Gorse. HEX triplet: FE, DA and 3D. RGB value is (254,218,61). Sum of RGB (Red+Green+Blue) = 254+218+61=533 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.65% from 533); Green value is 218 (85.55% from 255 or 40.90% from 533); Blue value is 61 (24.22% from 255 or 11.44% from 533); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDA3D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEDA3D is #0125C2. Grayscale: #D3D3D3. Windows color (decimal): -75203 or 4053758. OLE color: 4053758.
HSL color Cylindrical-coordinate representation of color #FEDA3D: hue angle of 48.81º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FEDA3D is Cyan = 0, Magento = 0.14, Yellow = 0.76 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 218 | 61 | - |
| CMYK | 0 | 0.14 | 0.76 | 0.00 |
| HSL | 48.81º | 0.99% | 0.62% | - |
| HSV(B) | 48.81º | 0.76% | 1% | - |
| XYZ | 66.79 | 71.55 | 14.71 | - |
| YUV | 210.87 | 43.43 | 158.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 218 | 61 | 0 | 0.14 | 0.76 | 0.00 | 48.81 | 0.99 | 0.62 |
| Hex | FE | DA | 3D | 0 | E | 4C | 0 | 31 | 63 | 3E |
| Octal | 376 | 332 | 75 | 0 | 16 | 114 | 0 | 61 | 143 | 76 |
| Binary | 11111110 | 11011010 | 111101 | 0 | 1110 | 1001100 | 0 | 110001 | 1100011 | 111110 |
Color Harmonies of #FEDA3D
Complementary color
Monochromatic Colors of #FEDA3D
Black with #FEDA3D
Text Example
Text Example
White with #FEDA3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDA3D; }
p { color: rgb(254,218,61); }
H1.HeaderClassName
{
color: #FEDA3D;
}
.AnyTagClassName
{
color: #FEDA3D;
}
</style>
background-color css
<style>
a { background-color: #FEDA3D; }
a { background-color: rgb(254,218,61); }
div.DivClassName
{
background-color: #FEDA3D;
}
.BgClassName
{
background-color: #FEDA3D;
}
</style>
border-color css
<style>
span { border-color: #FEDA3D; }
span { border-color: rgb(254,218,61); }
td.TdClassName
{
border-color: #FEDA3D;
}
.TagClassName
{
border-color: #FEDA3D;
}
</style>