Shades of Gorse #FEDE24
Tints of Gorse #FEDE24
RGB
CMYK
RGB Variations
Color information
#FEDE24 (or 0xFEDE24) is known color: Gorse. HEX triplet: FE, DE and 24. RGB value is (254,222,36). Sum of RGB (Red+Green+Blue) = 254+222+36=512 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.61% from 512); Green value is 222 (87.11% from 255 or 43.36% from 512); Blue value is 36 (14.45% from 255 or 7.03% from 512); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDE24 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEDE24 is #0121DB. Grayscale: #D3D3D3. Windows color (decimal): -74204 or 2416382. OLE color: 2416382.
HSL color Cylindrical-coordinate representation of color #FEDE24: hue angle of 51.19º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FEDE24 is Cyan = 0, Magento = 0.13, Yellow = 0.86 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 222 | 36 | - |
| CMYK | 0 | 0.13 | 0.86 | 0.00 |
| HSL | 51.19º | 0.99% | 0.57% | - |
| HSV(B) | 51.19º | 0.86% | 1% | - |
| XYZ | 67.31 | 73.44 | 12.3 | - |
| YUV | 210.36 | 29.6 | 159.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 222 | 36 | 0 | 0.13 | 0.86 | 0.00 | 51.19 | 0.99 | 0.57 |
| Hex | FE | DE | 24 | 0 | D | 56 | 0 | 33 | 63 | 39 |
| Octal | 376 | 336 | 44 | 0 | 15 | 126 | 0 | 63 | 143 | 71 |
| Binary | 11111110 | 11011110 | 100100 | 0 | 1101 | 1010110 | 0 | 110011 | 1100011 | 111001 |
Color Harmonies of #FEDE24
Complementary color
Monochromatic Colors of #FEDE24
Black with #FEDE24
Text Example
Text Example
White with #FEDE24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDE24; }
p { color: rgb(254,222,36); }
H1.HeaderClassName
{
color: #FEDE24;
}
.AnyTagClassName
{
color: #FEDE24;
}
</style>
background-color css
<style>
a { background-color: #FEDE24; }
a { background-color: rgb(254,222,36); }
div.DivClassName
{
background-color: #FEDE24;
}
.BgClassName
{
background-color: #FEDE24;
}
</style>
border-color css
<style>
span { border-color: #FEDE24; }
span { border-color: rgb(254,222,36); }
td.TdClassName
{
border-color: #FEDE24;
}
.TagClassName
{
border-color: #FEDE24;
}
</style>