Shades of Gorse #FEDA28
Tints of Gorse #FEDA28
RGB
CMYK
RGB Variations
Color information
#FEDA28 (or 0xFEDA28) is known color: Gorse. HEX triplet: FE, DA and 28. RGB value is (254,218,40). Sum of RGB (Red+Green+Blue) = 254+218+40=512 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.61% from 512); Green value is 218 (85.55% from 255 or 42.58% from 512); Blue value is 40 (16.02% from 255 or 7.81% from 512); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDA28 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEDA28 is #0125D7. Grayscale: #D1D1D1. Windows color (decimal): -75224 or 2677502. OLE color: 2677502.
HSL color Cylindrical-coordinate representation of color #FEDA28: hue angle of 49.91º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FEDA28 is Cyan = 0, Magento = 0.14, Yellow = 0.84 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 218 | 40 | - |
| CMYK | 0 | 0.14 | 0.84 | 0.00 |
| HSL | 49.91º | 0.99% | 0.58% | - |
| HSV(B) | 49.91º | 0.84% | 1% | - |
| XYZ | 66.33 | 71.37 | 12.29 | - |
| YUV | 208.47 | 32.93 | 160.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 218 | 40 | 0 | 0.14 | 0.84 | 0.00 | 49.91 | 0.99 | 0.58 |
| Hex | FE | DA | 28 | 0 | E | 54 | 0 | 32 | 63 | 3A |
| Octal | 376 | 332 | 50 | 0 | 16 | 124 | 0 | 62 | 143 | 72 |
| Binary | 11111110 | 11011010 | 101000 | 0 | 1110 | 1010100 | 0 | 110010 | 1100011 | 111010 |
Color Harmonies of #FEDA28
Complementary color
Monochromatic Colors of #FEDA28
Black with #FEDA28
Text Example
Text Example
White with #FEDA28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDA28; }
p { color: rgb(254,218,40); }
H1.HeaderClassName
{
color: #FEDA28;
}
.AnyTagClassName
{
color: #FEDA28;
}
</style>
background-color css
<style>
a { background-color: #FEDA28; }
a { background-color: rgb(254,218,40); }
div.DivClassName
{
background-color: #FEDA28;
}
.BgClassName
{
background-color: #FEDA28;
}
</style>
border-color css
<style>
span { border-color: #FEDA28; }
span { border-color: rgb(254,218,40); }
td.TdClassName
{
border-color: #FEDA28;
}
.TagClassName
{
border-color: #FEDA28;
}
</style>