Shades of Gorse #FDFB32
Tints of Gorse #FDFB32
RGB
CMYK
RGB Variations
Color information
#FDFB32 (or 0xFDFB32) is known color: Gorse. HEX triplet: FD, FB and 32. RGB value is (253,251,50). Sum of RGB (Red+Green+Blue) = 253+251+50=554 (73% of max value = 765). Red value is 253 (99.22% from 255 or 45.67% from 554); Green value is 251 (98.44% from 255 or 45.31% from 554); Blue value is 50 (19.92% from 255 or 9.03% from 554); Max value from RGB is 253 - color contains mainly: red. Hex color #FDFB32 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDFB32 is #0204CD. Grayscale: #E5E5E5. Windows color (decimal): -132302 or 3341309. OLE color: 3341309.
HSL color Cylindrical-coordinate representation of color #FDFB32: hue angle of 59.41º 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 #FDFB32 is Cyan = 0, Magento = 0.01, Yellow = 0.80 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 251 | 50 | - |
| CMYK | 0 | 0.01 | 0.80 | 0.01 |
| HSL | 59.41º | 0.98% | 0.59% | - |
| HSV(B) | 59.41º | 0.8% | 0.99% | - |
| XYZ | 75.58 | 90.11 | 16.43 | - |
| YUV | 228.68 | 27.16 | 145.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 251 | 50 | 0 | 0.01 | 0.80 | 0.01 | 59.41 | 0.98 | 0.59 |
| Hex | FD | FB | 32 | 0 | 1 | 50 | 1 | 3B | 62 | 3B |
| Octal | 375 | 373 | 62 | 0 | 1 | 120 | 1 | 73 | 142 | 73 |
| Binary | 11111101 | 11111011 | 110010 | 0 | 1 | 1010000 | 1 | 111011 | 1100010 | 111011 |
Color Harmonies of #FDFB32
Complementary color
Monochromatic Colors of #FDFB32
Black with #FDFB32
Text Example
Text Example
White with #FDFB32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDFB32; }
p { color: rgb(253,251,50); }
H1.HeaderClassName
{
color: #FDFB32;
}
.AnyTagClassName
{
color: #FDFB32;
}
</style>
background-color css
<style>
a { background-color: #FDFB32; }
a { background-color: rgb(253,251,50); }
div.DivClassName
{
background-color: #FDFB32;
}
.BgClassName
{
background-color: #FDFB32;
}
</style>
border-color css
<style>
span { border-color: #FDFB32; }
span { border-color: rgb(253,251,50); }
td.TdClassName
{
border-color: #FDFB32;
}
.TagClassName
{
border-color: #FDFB32;
}
</style>