Shades of Gorse #FEDA37
Tints of Gorse #FEDA37
RGB
CMYK
RGB Variations
Color information
#FEDA37 (or 0xFEDA37) is known color: Gorse. HEX triplet: FE, DA and 37. RGB value is (254,218,55). Sum of RGB (Red+Green+Blue) = 254+218+55=527 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.20% from 527); Green value is 218 (85.55% from 255 or 41.37% from 527); Blue value is 55 (21.88% from 255 or 10.44% from 527); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDA37 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEDA37 is #0125C8. Grayscale: #D2D2D2. Windows color (decimal): -75209 or 3660542. OLE color: 3660542.
HSL color Cylindrical-coordinate representation of color #FEDA37: hue angle of 49.15º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #FEDA37 is Cyan = 0, Magento = 0.14, Yellow = 0.78 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 218 | 55 | - |
| CMYK | 0 | 0.14 | 0.78 | 0.00 |
| HSL | 49.15º | 0.99% | 0.61% | - |
| HSV(B) | 49.15º | 0.78% | 1% | - |
| XYZ | 66.63 | 71.49 | 13.9 | - |
| YUV | 210.18 | 40.43 | 159.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 218 | 55 | 0 | 0.14 | 0.78 | 0.00 | 49.15 | 0.99 | 0.61 |
| Hex | FE | DA | 37 | 0 | E | 4E | 0 | 31 | 63 | 3D |
| Octal | 376 | 332 | 67 | 0 | 16 | 116 | 0 | 61 | 143 | 75 |
| Binary | 11111110 | 11011010 | 110111 | 0 | 1110 | 1001110 | 0 | 110001 | 1100011 | 111101 |
Color Harmonies of #FEDA37
Complementary color
Monochromatic Colors of #FEDA37
Black with #FEDA37
Text Example
Text Example
White with #FEDA37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDA37; }
p { color: rgb(254,218,55); }
H1.HeaderClassName
{
color: #FEDA37;
}
.AnyTagClassName
{
color: #FEDA37;
}
</style>
background-color css
<style>
a { background-color: #FEDA37; }
a { background-color: rgb(254,218,55); }
div.DivClassName
{
background-color: #FEDA37;
}
.BgClassName
{
background-color: #FEDA37;
}
</style>
border-color css
<style>
span { border-color: #FEDA37; }
span { border-color: rgb(254,218,55); }
td.TdClassName
{
border-color: #FEDA37;
}
.TagClassName
{
border-color: #FEDA37;
}
</style>