Shades of Gorse #FDFD32
Tints of Gorse #FDFD32
RGB
CMYK
RGB Variations
Color information
#FDFD32 (or 0xFDFD32) is known color: Gorse. HEX triplet: FD, FD and 32. RGB value is (253,253,50). Sum of RGB (Red+Green+Blue) = 253+253+50=556 (73% of max value = 765). Red value is 253 (99.22% from 255 or 45.50% from 556); Green value is 253 (99.22% from 255 or 45.50% from 556); Blue value is 50 (19.92% from 255 or 8.99% from 556); Max value from RGB is 253 - color contains mainly: red, green. Hex color #FDFD32 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDFD32 is #0202CD. Grayscale: #E6E6E6. Windows color (decimal): -131790 or 3341821. OLE color: 3341821.
HSL color Cylindrical-coordinate representation of color #FDFD32: hue angle of 60º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FDFD32 is Cyan = 0, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 253 | 50 | - |
| CMYK | 0 | 0 | 0.80 | 0.01 |
| HSL | 60º | 0.98% | 0.59% | - |
| HSV(B) | 60º | 0.8% | 0.99% | - |
| XYZ | 76.21 | 91.36 | 16.64 | - |
| YUV | 229.86 | 26.5 | 144.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 253 | 50 | 0 | 0 | 0.80 | 0.01 | 60 | 0.98 | 0.59 |
| Hex | FD | FD | 32 | 0 | 0 | 50 | 1 | 3C | 62 | 3B |
| Octal | 375 | 375 | 62 | 0 | 0 | 120 | 1 | 74 | 142 | 73 |
| Binary | 11111101 | 11111101 | 110010 | 0 | 0 | 1010000 | 1 | 111100 | 1100010 | 111011 |
Color Harmonies of #FDFD32
Complementary color
Monochromatic Colors of #FDFD32
Black with #FDFD32
Text Example
Text Example
White with #FDFD32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDFD32; }
p { color: rgb(253,253,50); }
H1.HeaderClassName
{
color: #FDFD32;
}
.AnyTagClassName
{
color: #FDFD32;
}
</style>
background-color css
<style>
a { background-color: #FDFD32; }
a { background-color: rgb(253,253,50); }
div.DivClassName
{
background-color: #FDFD32;
}
.BgClassName
{
background-color: #FDFD32;
}
</style>
border-color css
<style>
span { border-color: #FDFD32; }
span { border-color: rgb(253,253,50); }
td.TdClassName
{
border-color: #FDFD32;
}
.TagClassName
{
border-color: #FDFD32;
}
</style>