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