Shades of Gorse #FBFF3A
Tints of Gorse #FBFF3A
RGB
CMYK
RGB Variations
Color information
#FBFF3A (or 0xFBFF3A) is known color: Gorse. HEX triplet: FB, FF and 3A. RGB value is (251,255,58). Sum of RGB (Red+Green+Blue) = 251+255+58=564 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.50% from 564); Green value is 255 (100% from 255 or 45.21% from 564); Blue value is 58 (23.05% from 255 or 10.28% from 564); Max value from RGB is 255 - color contains mainly: green. Hex color #FBFF3A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FBFF3A is #0400C5. Grayscale: #E8E8E8. Windows color (decimal): -262342 or 3866619. OLE color: 3866619.
HSL color Cylindrical-coordinate representation of color #FBFF3A: hue angle of 61.22º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FBFF3A is Cyan = 0.02, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.
Color convert
| RGB | 251 | 255 | 58 | - |
| CMYK | 0.02 | 0 | 0.77 | 0 |
| HSL | 61.22º | 1% | 0.61% | - |
| HSV(B) | 61.22º | 0.77% | 1% | - |
| XYZ | 76.31 | 92.33 | 17.8 | - |
| YUV | 231.35 | 30.17 | 142.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 255 | 58 | 0.02 | 0 | 0.77 | 0 | 61.22 | 1 | 0.61 |
| Hex | FB | FF | 3A | 2 | 0 | 4D | 0 | 3D | 64 | 3D |
| Octal | 373 | 377 | 72 | 2 | 0 | 115 | 0 | 75 | 144 | 75 |
| Binary | 11111011 | 11111111 | 111010 | 10 | 0 | 1001101 | 0 | 111101 | 1100100 | 111101 |
Color Harmonies of #FBFF3A
Complementary color
Monochromatic Colors of #FBFF3A
Black with #FBFF3A
Text Example
Text Example
White with #FBFF3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBFF3A; }
p { color: rgb(251,255,58); }
H1.HeaderClassName
{
color: #FBFF3A;
}
.AnyTagClassName
{
color: #FBFF3A;
}
</style>
background-color css
<style>
a { background-color: #FBFF3A; }
a { background-color: rgb(251,255,58); }
div.DivClassName
{
background-color: #FBFF3A;
}
.BgClassName
{
background-color: #FBFF3A;
}
</style>
border-color css
<style>
span { border-color: #FBFF3A; }
span { border-color: rgb(251,255,58); }
td.TdClassName
{
border-color: #FBFF3A;
}
.TagClassName
{
border-color: #FBFF3A;
}
</style>