Shades of Gorse #FFFD32
Tints of Gorse #FFFD32
RGB
CMYK
RGB Variations
Color information
#FFFD32 (or 0xFFFD32) is known color: Gorse. HEX triplet: FF, FD and 32. RGB value is (255,253,50). Sum of RGB (Red+Green+Blue) = 255+253+50=558 (73% of max value = 765). Red value is 255 (100% from 255 or 45.70% from 558); Green value is 253 (99.22% from 255 or 45.34% from 558); Blue value is 50 (19.92% from 255 or 8.96% from 558); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFD32 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFFD32 is #0002CD. Grayscale: #E7E7E7. Windows color (decimal): -718 or 3341823. OLE color: 3341823.
HSL color Cylindrical-coordinate representation of color #FFFD32: hue angle of 59.41º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FFFD32 is Cyan = 0, Magento = 0.01, Yellow = 0.80 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 253 | 50 | - |
| CMYK | 0 | 0.01 | 0.80 | 0 |
| HSL | 59.41º | 1% | 0.6% | - |
| HSV(B) | 59.41º | 0.8% | 1% | - |
| XYZ | 76.94 | 91.74 | 16.67 | - |
| YUV | 230.46 | 26.16 | 145.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 253 | 50 | 0 | 0.01 | 0.80 | 0 | 59.41 | 1 | 0.6 |
| Hex | FF | FD | 32 | 0 | 1 | 50 | 0 | 3B | 64 | 3C |
| Octal | 377 | 375 | 62 | 0 | 1 | 120 | 0 | 73 | 144 | 74 |
| Binary | 11111111 | 11111101 | 110010 | 0 | 1 | 1010000 | 0 | 111011 | 1100100 | 111100 |
Color Harmonies of #FFFD32
Complementary color
Monochromatic Colors of #FFFD32
Black with #FFFD32
Text Example
Text Example
White with #FFFD32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFD32; }
p { color: rgb(255,253,50); }
H1.HeaderClassName
{
color: #FFFD32;
}
.AnyTagClassName
{
color: #FFFD32;
}
</style>
background-color css
<style>
a { background-color: #FFFD32; }
a { background-color: rgb(255,253,50); }
div.DivClassName
{
background-color: #FFFD32;
}
.BgClassName
{
background-color: #FFFD32;
}
</style>
border-color css
<style>
span { border-color: #FFFD32; }
span { border-color: rgb(255,253,50); }
td.TdClassName
{
border-color: #FFFD32;
}
.TagClassName
{
border-color: #FFFD32;
}
</style>