Shades of Gorse #FFFE29
Tints of Gorse #FFFE29
RGB
CMYK
RGB Variations
Color information
#FFFE29 (or 0xFFFE29) is known color: Gorse. HEX triplet: FF, FE and 29. RGB value is (255,254,41). Sum of RGB (Red+Green+Blue) = 255+254+41=550 (72% of max value = 765). Red value is 255 (100% from 255 or 46.36% from 550); Green value is 254 (99.61% from 255 or 46.18% from 550); Blue value is 41 (16.41% from 255 or 7.45% from 550); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFE29 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFFE29 is #0001D6. Grayscale: #E6E6E6. Windows color (decimal): -471 or 2752255. OLE color: 2752255.
HSL color Cylindrical-coordinate representation of color #FFFE29: hue angle of 59.72º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FFFE29 is Cyan = 0, Magento = 0.00, Yellow = 0.84 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 254 | 41 | - |
| CMYK | 0 | 0.00 | 0.84 | 0 |
| HSL | 59.72º | 1% | 0.58% | - |
| HSV(B) | 59.72º | 0.84% | 1% | - |
| XYZ | 77.08 | 92.3 | 15.85 | - |
| YUV | 230.02 | 21.33 | 145.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 254 | 41 | 0 | 0.00 | 0.84 | 0 | 59.72 | 1 | 0.58 |
| Hex | FF | FE | 29 | 0 | 0 | 54 | 0 | 3C | 64 | 3A |
| Octal | 377 | 376 | 51 | 0 | 0 | 124 | 0 | 74 | 144 | 72 |
| Binary | 11111111 | 11111110 | 101001 | 0 | 0 | 1010100 | 0 | 111100 | 1100100 | 111010 |
Color Harmonies of #FFFE29
Complementary color
Monochromatic Colors of #FFFE29
Black with #FFFE29
Text Example
Text Example
White with #FFFE29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFE29; }
p { color: rgb(255,254,41); }
H1.HeaderClassName
{
color: #FFFE29;
}
.AnyTagClassName
{
color: #FFFE29;
}
</style>
background-color css
<style>
a { background-color: #FFFE29; }
a { background-color: rgb(255,254,41); }
div.DivClassName
{
background-color: #FFFE29;
}
.BgClassName
{
background-color: #FFFE29;
}
</style>
border-color css
<style>
span { border-color: #FFFE29; }
span { border-color: rgb(255,254,41); }
td.TdClassName
{
border-color: #FFFE29;
}
.TagClassName
{
border-color: #FFFE29;
}
</style>