Shades of Gorse #FEFD29
Tints of Gorse #FEFD29
RGB
CMYK
RGB Variations
Color information
#FEFD29 (or 0xFEFD29) is known color: Gorse. HEX triplet: FE, FD and 29. RGB value is (254,253,41). Sum of RGB (Red+Green+Blue) = 254+253+41=548 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.35% from 548); Green value is 253 (99.22% from 255 or 46.17% from 548); Blue value is 41 (16.41% from 255 or 7.48% from 548); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFD29 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEFD29 is #0102D6. Grayscale: #E5E5E5. Windows color (decimal): -66263 or 2751998. OLE color: 2751998.
HSL color Cylindrical-coordinate representation of color #FEFD29: hue angle of 59.72º 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 #FEFD29 is Cyan = 0, Magento = 0.00, Yellow = 0.84 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 253 | 41 | - |
| CMYK | 0 | 0.00 | 0.84 | 0.00 |
| HSL | 59.72º | 0.99% | 0.58% | - |
| HSV(B) | 59.72º | 0.84% | 1% | - |
| XYZ | 76.4 | 91.48 | 15.73 | - |
| YUV | 229.13 | 21.83 | 145.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 253 | 41 | 0 | 0.00 | 0.84 | 0.00 | 59.72 | 0.99 | 0.58 |
| Hex | FE | FD | 29 | 0 | 0 | 54 | 0 | 3C | 63 | 3A |
| Octal | 376 | 375 | 51 | 0 | 0 | 124 | 0 | 74 | 143 | 72 |
| Binary | 11111110 | 11111101 | 101001 | 0 | 0 | 1010100 | 0 | 111100 | 1100011 | 111010 |
Color Harmonies of #FEFD29
Complementary color
Monochromatic Colors of #FEFD29
Black with #FEFD29
Text Example
Text Example
White with #FEFD29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEFD29; }
p { color: rgb(254,253,41); }
H1.HeaderClassName
{
color: #FEFD29;
}
.AnyTagClassName
{
color: #FEFD29;
}
</style>
background-color css
<style>
a { background-color: #FEFD29; }
a { background-color: rgb(254,253,41); }
div.DivClassName
{
background-color: #FEFD29;
}
.BgClassName
{
background-color: #FEFD29;
}
</style>
border-color css
<style>
span { border-color: #FEFD29; }
span { border-color: rgb(254,253,41); }
td.TdClassName
{
border-color: #FEFD29;
}
.TagClassName
{
border-color: #FEFD29;
}
</style>