Shades of Gorse #FBFF2A
Tints of Gorse #FBFF2A
RGB
CMYK
RGB Variations
Color information
#FBFF2A (or 0xFBFF2A) is known color: Gorse. HEX triplet: FB, FF and 2A. RGB value is (251,255,42). Sum of RGB (Red+Green+Blue) = 251+255+42=548 (72% of max value = 765). Red value is 251 (98.44% from 255 or 45.80% from 548); Green value is 255 (100% from 255 or 46.53% from 548); Blue value is 42 (16.80% from 255 or 7.66% from 548); Max value from RGB is 255 - color contains mainly: green. Hex color #FBFF2A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FBFF2A is #0400D5. Grayscale: #E6E6E6. Windows color (decimal): -262358 or 2818043. OLE color: 2818043.
HSL color Cylindrical-coordinate representation of color #FBFF2A: hue angle of 61.13º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FBFF2A is Cyan = 0.02, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.
Color convert
| RGB | 251 | 255 | 42 | - |
| CMYK | 0.02 | 0 | 0.84 | 0 |
| HSL | 61.13º | 1% | 0.58% | - |
| HSV(B) | 61.13º | 0.84% | 1% | - |
| XYZ | 75.96 | 92.2 | 15.98 | - |
| YUV | 229.52 | 22.17 | 143.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 255 | 42 | 0.02 | 0 | 0.84 | 0 | 61.13 | 1 | 0.58 |
| Hex | FB | FF | 2A | 2 | 0 | 54 | 0 | 3D | 64 | 3A |
| Octal | 373 | 377 | 52 | 2 | 0 | 124 | 0 | 75 | 144 | 72 |
| Binary | 11111011 | 11111111 | 101010 | 10 | 0 | 1010100 | 0 | 111101 | 1100100 | 111010 |
Color Harmonies of #FBFF2A
Complementary color
Monochromatic Colors of #FBFF2A
Black with #FBFF2A
Text Example
Text Example
White with #FBFF2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBFF2A; }
p { color: rgb(251,255,42); }
H1.HeaderClassName
{
color: #FBFF2A;
}
.AnyTagClassName
{
color: #FBFF2A;
}
</style>
background-color css
<style>
a { background-color: #FBFF2A; }
a { background-color: rgb(251,255,42); }
div.DivClassName
{
background-color: #FBFF2A;
}
.BgClassName
{
background-color: #FBFF2A;
}
</style>
border-color css
<style>
span { border-color: #FBFF2A; }
span { border-color: rgb(251,255,42); }
td.TdClassName
{
border-color: #FBFF2A;
}
.TagClassName
{
border-color: #FBFF2A;
}
</style>