Shades of Gorse #FFFD29
Tints of Gorse #FFFD29
RGB
CMYK
RGB Variations
Color information
#FFFD29 (or 0xFFFD29) is known color: Gorse. HEX triplet: FF, FD and 29. RGB value is (255,253,41). Sum of RGB (Red+Green+Blue) = 255+253+41=549 (72% of max value = 765). Red value is 255 (100% from 255 or 46.45% from 549); Green value is 253 (99.22% from 255 or 46.08% from 549); Blue value is 41 (16.41% from 255 or 7.47% from 549); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFD29 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFFD29 is #0002D6. Grayscale: #E6E6E6. Windows color (decimal): -727 or 2751999. OLE color: 2751999.
HSL color Cylindrical-coordinate representation of color #FFFD29: hue angle of 59.44º 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 #FFFD29 is Cyan = 0, Magento = 0.01, Yellow = 0.84 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 253 | 41 | - |
| CMYK | 0 | 0.01 | 0.84 | 0 |
| HSL | 59.44º | 1% | 0.58% | - |
| HSV(B) | 59.44º | 0.84% | 1% | - |
| XYZ | 76.77 | 91.67 | 15.75 | - |
| YUV | 229.43 | 21.66 | 146.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 253 | 41 | 0 | 0.01 | 0.84 | 0 | 59.44 | 1 | 0.58 |
| Hex | FF | FD | 29 | 0 | 1 | 54 | 0 | 3B | 64 | 3A |
| Octal | 377 | 375 | 51 | 0 | 1 | 124 | 0 | 73 | 144 | 72 |
| Binary | 11111111 | 11111101 | 101001 | 0 | 1 | 1010100 | 0 | 111011 | 1100100 | 111010 |
Color Harmonies of #FFFD29
Complementary color
Monochromatic Colors of #FFFD29
Black with #FFFD29
Text Example
Text Example
White with #FFFD29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFD29; }
p { color: rgb(255,253,41); }
H1.HeaderClassName
{
color: #FFFD29;
}
.AnyTagClassName
{
color: #FFFD29;
}
</style>
background-color css
<style>
a { background-color: #FFFD29; }
a { background-color: rgb(255,253,41); }
div.DivClassName
{
background-color: #FFFD29;
}
.BgClassName
{
background-color: #FFFD29;
}
</style>
border-color css
<style>
span { border-color: #FFFD29; }
span { border-color: rgb(255,253,41); }
td.TdClassName
{
border-color: #FFFD29;
}
.TagClassName
{
border-color: #FFFD29;
}
</style>