Shades of Gorse #FBFE32
Tints of Gorse #FBFE32
RGB
CMYK
RGB Variations
Color information
#FBFE32 (or 0xFBFE32) is known color: Gorse. HEX triplet: FB, FE and 32. RGB value is (251,254,50). Sum of RGB (Red+Green+Blue) = 251+254+50=555 (73% of max value = 765). Red value is 251 (98.44% from 255 or 45.23% from 555); Green value is 254 (99.61% from 255 or 45.77% from 555); Blue value is 50 (19.92% from 255 or 9.01% from 555); Max value from RGB is 254 - color contains mainly: green. Hex color #FBFE32 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FBFE32 is #0401CD. Grayscale: #E6E6E6. Windows color (decimal): -262606 or 3342075. OLE color: 3342075.
HSL color Cylindrical-coordinate representation of color #FBFE32: hue angle of 60.88º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FBFE32 is Cyan = 0.01, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 251 | 254 | 50 | - |
| CMYK | 0.01 | 0 | 0.80 | 0.00 |
| HSL | 60.88º | 0.99% | 0.6% | - |
| HSV(B) | 60.88º | 0.8% | 1% | - |
| XYZ | 75.8 | 91.62 | 16.71 | - |
| YUV | 229.85 | 26.51 | 143.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 254 | 50 | 0.01 | 0 | 0.80 | 0.00 | 60.88 | 0.99 | 0.6 |
| Hex | FB | FE | 32 | 1 | 0 | 50 | 0 | 3D | 63 | 3C |
| Octal | 373 | 376 | 62 | 1 | 0 | 120 | 0 | 75 | 143 | 74 |
| Binary | 11111011 | 11111110 | 110010 | 1 | 0 | 1010000 | 0 | 111101 | 1100011 | 111100 |
Color Harmonies of #FBFE32
Complementary color
Monochromatic Colors of #FBFE32
Black with #FBFE32
Text Example
Text Example
White with #FBFE32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBFE32; }
p { color: rgb(251,254,50); }
H1.HeaderClassName
{
color: #FBFE32;
}
.AnyTagClassName
{
color: #FBFE32;
}
</style>
background-color css
<style>
a { background-color: #FBFE32; }
a { background-color: rgb(251,254,50); }
div.DivClassName
{
background-color: #FBFE32;
}
.BgClassName
{
background-color: #FBFE32;
}
</style>
border-color css
<style>
span { border-color: #FBFE32; }
span { border-color: rgb(251,254,50); }
td.TdClassName
{
border-color: #FBFE32;
}
.TagClassName
{
border-color: #FBFE32;
}
</style>