Shades of Gorse #FBFF2B
Tints of Gorse #FBFF2B
RGB
CMYK
RGB Variations
Color information
#FBFF2B (or 0xFBFF2B) is known color: Gorse. HEX triplet: FB, FF and 2B. RGB value is (251,255,43). Sum of RGB (Red+Green+Blue) = 251+255+43=549 (72% of max value = 765). Red value is 251 (98.44% from 255 or 45.72% from 549); Green value is 255 (100% from 255 or 46.45% from 549); Blue value is 43 (17.19% from 255 or 7.83% from 549); Max value from RGB is 255 - color contains mainly: green. Hex color #FBFF2B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FBFF2B is #0400D4. Grayscale: #E6E6E6. Windows color (decimal): -262357 or 2883579. OLE color: 2883579.
HSL color Cylindrical-coordinate representation of color #FBFF2B: hue angle of 61.13º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FBFF2B is Cyan = 0.02, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.
Color convert
| RGB | 251 | 255 | 43 | - |
| CMYK | 0.02 | 0 | 0.83 | 0 |
| HSL | 61.13º | 1% | 0.58% | - |
| HSV(B) | 61.13º | 0.83% | 1% | - |
| XYZ | 75.98 | 92.2 | 16.08 | - |
| YUV | 229.64 | 22.67 | 143.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 255 | 43 | 0.02 | 0 | 0.83 | 0 | 61.13 | 1 | 0.58 |
| Hex | FB | FF | 2B | 2 | 0 | 53 | 0 | 3D | 64 | 3A |
| Octal | 373 | 377 | 53 | 2 | 0 | 123 | 0 | 75 | 144 | 72 |
| Binary | 11111011 | 11111111 | 101011 | 10 | 0 | 1010011 | 0 | 111101 | 1100100 | 111010 |
Color Harmonies of #FBFF2B
Complementary color
Monochromatic Colors of #FBFF2B
Black with #FBFF2B
Text Example
Text Example
White with #FBFF2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBFF2B; }
p { color: rgb(251,255,43); }
H1.HeaderClassName
{
color: #FBFF2B;
}
.AnyTagClassName
{
color: #FBFF2B;
}
</style>
background-color css
<style>
a { background-color: #FBFF2B; }
a { background-color: rgb(251,255,43); }
div.DivClassName
{
background-color: #FBFF2B;
}
.BgClassName
{
background-color: #FBFF2B;
}
</style>
border-color css
<style>
span { border-color: #FBFF2B; }
span { border-color: rgb(251,255,43); }
td.TdClassName
{
border-color: #FBFF2B;
}
.TagClassName
{
border-color: #FBFF2B;
}
</style>