Shades of Gorse #FDFC32
Tints of Gorse #FDFC32
RGB
CMYK
RGB Variations
Color information
#FDFC32 (or 0xFDFC32) is known color: Gorse. HEX triplet: FD, FC and 32. RGB value is (253,252,50). Sum of RGB (Red+Green+Blue) = 253+252+50=555 (73% of max value = 765). Red value is 253 (99.22% from 255 or 45.59% from 555); Green value is 252 (98.83% from 255 or 45.41% from 555); Blue value is 50 (19.92% from 255 or 9.01% from 555); Max value from RGB is 253 - color contains mainly: red. Hex color #FDFC32 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDFC32 is #0203CD. Grayscale: #E6E6E6. Windows color (decimal): -132046 or 3341565. OLE color: 3341565.
HSL color Cylindrical-coordinate representation of color #FDFC32: hue angle of 59.7º 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 #FDFC32 is Cyan = 0, Magento = 0.00, Yellow = 0.80 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 252 | 50 | - |
| CMYK | 0 | 0.00 | 0.80 | 0.01 |
| HSL | 59.7º | 0.98% | 0.59% | - |
| HSV(B) | 59.7º | 0.8% | 0.99% | - |
| XYZ | 75.89 | 90.73 | 16.53 | - |
| YUV | 229.27 | 26.83 | 144.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 252 | 50 | 0 | 0.00 | 0.80 | 0.01 | 59.7 | 0.98 | 0.59 |
| Hex | FD | FC | 32 | 0 | 0 | 50 | 1 | 3C | 62 | 3B |
| Octal | 375 | 374 | 62 | 0 | 0 | 120 | 1 | 74 | 142 | 73 |
| Binary | 11111101 | 11111100 | 110010 | 0 | 0 | 1010000 | 1 | 111100 | 1100010 | 111011 |
Color Harmonies of #FDFC32
Complementary color
Monochromatic Colors of #FDFC32
Black with #FDFC32
Text Example
Text Example
White with #FDFC32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDFC32; }
p { color: rgb(253,252,50); }
H1.HeaderClassName
{
color: #FDFC32;
}
.AnyTagClassName
{
color: #FDFC32;
}
</style>
background-color css
<style>
a { background-color: #FDFC32; }
a { background-color: rgb(253,252,50); }
div.DivClassName
{
background-color: #FDFC32;
}
.BgClassName
{
background-color: #FDFC32;
}
</style>
border-color css
<style>
span { border-color: #FDFC32; }
span { border-color: rgb(253,252,50); }
td.TdClassName
{
border-color: #FDFC32;
}
.TagClassName
{
border-color: #FDFC32;
}
</style>