Shades of Gorse #FDFC29
Tints of Gorse #FDFC29
RGB
CMYK
RGB Variations
Color information
#FDFC29 (or 0xFDFC29) is known color: Gorse. HEX triplet: FD, FC and 29. RGB value is (253,252,41). Sum of RGB (Red+Green+Blue) = 253+252+41=546 (72% of max value = 765). Red value is 253 (99.22% from 255 or 46.34% from 546); Green value is 252 (98.83% from 255 or 46.15% from 546); Blue value is 41 (16.41% from 255 or 7.51% from 546); Max value from RGB is 253 - color contains mainly: red. Hex color #FDFC29 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDFC29 is #0203D6. Grayscale: #E5E5E5. Windows color (decimal): -132055 or 2751741. OLE color: 2751741.
HSL color Cylindrical-coordinate representation of color #FDFC29: hue angle of 59.72º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FDFC29 is Cyan = 0, Magento = 0.00, Yellow = 0.84 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 252 | 41 | - |
| CMYK | 0 | 0.00 | 0.84 | 0.01 |
| HSL | 59.72º | 0.98% | 0.58% | - |
| HSV(B) | 59.72º | 0.84% | 0.99% | - |
| XYZ | 75.72 | 90.66 | 15.61 | - |
| YUV | 228.25 | 22.33 | 145.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 252 | 41 | 0 | 0.00 | 0.84 | 0.01 | 59.72 | 0.98 | 0.58 |
| Hex | FD | FC | 29 | 0 | 0 | 54 | 1 | 3C | 62 | 3A |
| Octal | 375 | 374 | 51 | 0 | 0 | 124 | 1 | 74 | 142 | 72 |
| Binary | 11111101 | 11111100 | 101001 | 0 | 0 | 1010100 | 1 | 111100 | 1100010 | 111010 |
Color Harmonies of #FDFC29
Complementary color
Monochromatic Colors of #FDFC29
Black with #FDFC29
Text Example
Text Example
White with #FDFC29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDFC29; }
p { color: rgb(253,252,41); }
H1.HeaderClassName
{
color: #FDFC29;
}
.AnyTagClassName
{
color: #FDFC29;
}
</style>
background-color css
<style>
a { background-color: #FDFC29; }
a { background-color: rgb(253,252,41); }
div.DivClassName
{
background-color: #FDFC29;
}
.BgClassName
{
background-color: #FDFC29;
}
</style>
border-color css
<style>
span { border-color: #FDFC29; }
span { border-color: rgb(253,252,41); }
td.TdClassName
{
border-color: #FDFC29;
}
.TagClassName
{
border-color: #FDFC29;
}
</style>