Shades of Gorse #FEDA36
Tints of Gorse #FEDA36
RGB
CMYK
RGB Variations
Color information
#FEDA36 (or 0xFEDA36) is known color: Gorse. HEX triplet: FE, DA and 36. RGB value is (254,218,54). Sum of RGB (Red+Green+Blue) = 254+218+54=526 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.29% from 526); Green value is 218 (85.55% from 255 or 41.44% from 526); Blue value is 54 (21.48% from 255 or 10.27% from 526); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDA36 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEDA36 is #0125C9. Grayscale: #D2D2D2. Windows color (decimal): -75210 or 3595006. OLE color: 3595006.
HSL color Cylindrical-coordinate representation of color #FEDA36: hue angle of 49.2º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #FEDA36 is Cyan = 0, Magento = 0.14, Yellow = 0.79 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 218 | 54 | - |
| CMYK | 0 | 0.14 | 0.79 | 0.00 |
| HSL | 49.2º | 0.99% | 0.6% | - |
| HSV(B) | 49.2º | 0.79% | 1% | - |
| XYZ | 66.61 | 71.48 | 13.78 | - |
| YUV | 210.07 | 39.93 | 159.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 218 | 54 | 0 | 0.14 | 0.79 | 0.00 | 49.2 | 0.99 | 0.6 |
| Hex | FE | DA | 36 | 0 | E | 4F | 0 | 31 | 63 | 3C |
| Octal | 376 | 332 | 66 | 0 | 16 | 117 | 0 | 61 | 143 | 74 |
| Binary | 11111110 | 11011010 | 110110 | 0 | 1110 | 1001111 | 0 | 110001 | 1100011 | 111100 |
Color Harmonies of #FEDA36
Complementary color
Monochromatic Colors of #FEDA36
Black with #FEDA36
Text Example
Text Example
White with #FEDA36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDA36; }
p { color: rgb(254,218,54); }
H1.HeaderClassName
{
color: #FEDA36;
}
.AnyTagClassName
{
color: #FEDA36;
}
</style>
background-color css
<style>
a { background-color: #FEDA36; }
a { background-color: rgb(254,218,54); }
div.DivClassName
{
background-color: #FEDA36;
}
.BgClassName
{
background-color: #FEDA36;
}
</style>
border-color css
<style>
span { border-color: #FEDA36; }
span { border-color: rgb(254,218,54); }
td.TdClassName
{
border-color: #FEDA36;
}
.TagClassName
{
border-color: #FEDA36;
}
</style>