Shades of Gorse #FEED29
Tints of Gorse #FEED29
RGB
CMYK
RGB Variations
Color information
#FEED29 (or 0xFEED29) is known color: Gorse. HEX triplet: FE, ED and 29. RGB value is (254,237,41). Sum of RGB (Red+Green+Blue) = 254+237+41=532 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.74% from 532); Green value is 237 (92.97% from 255 or 44.55% from 532); Blue value is 41 (16.41% from 255 or 7.71% from 532); Max value from RGB is 254 - color contains mainly: red. Hex color #FEED29 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEED29 is #0112D6. Grayscale: #DCDCDC. Windows color (decimal): -70359 or 2747902. OLE color: 2747902.
HSL color Cylindrical-coordinate representation of color #FEED29: hue angle of 55.21º 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 #FEED29 is Cyan = 0, Magento = 0.07, Yellow = 0.84 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 237 | 41 | - |
| CMYK | 0 | 0.07 | 0.84 | 0.00 |
| HSL | 55.21º | 0.99% | 0.58% | - |
| HSV(B) | 55.21º | 0.84% | 1% | - |
| XYZ | 71.56 | 81.8 | 14.12 | - |
| YUV | 219.74 | 27.13 | 152.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 237 | 41 | 0 | 0.07 | 0.84 | 0.00 | 55.21 | 0.99 | 0.58 |
| Hex | FE | ED | 29 | 0 | 7 | 54 | 0 | 37 | 63 | 3A |
| Octal | 376 | 355 | 51 | 0 | 7 | 124 | 0 | 67 | 143 | 72 |
| Binary | 11111110 | 11101101 | 101001 | 0 | 111 | 1010100 | 0 | 110111 | 1100011 | 111010 |
Color Harmonies of #FEED29
Complementary color
Monochromatic Colors of #FEED29
Black with #FEED29
Text Example
Text Example
White with #FEED29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEED29; }
p { color: rgb(254,237,41); }
H1.HeaderClassName
{
color: #FEED29;
}
.AnyTagClassName
{
color: #FEED29;
}
</style>
background-color css
<style>
a { background-color: #FEED29; }
a { background-color: rgb(254,237,41); }
div.DivClassName
{
background-color: #FEED29;
}
.BgClassName
{
background-color: #FEED29;
}
</style>
border-color css
<style>
span { border-color: #FEED29; }
span { border-color: rgb(254,237,41); }
td.TdClassName
{
border-color: #FEED29;
}
.TagClassName
{
border-color: #FEED29;
}
</style>