Shades of Gorse #FBFB3A
Tints of Gorse #FBFB3A
RGB
CMYK
RGB Variations
Color information
#FBFB3A (or 0xFBFB3A) is known color: Gorse. HEX triplet: FB, FB and 3A. RGB value is (251,251,58). Sum of RGB (Red+Green+Blue) = 251+251+58=560 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.82% from 560); Green value is 251 (98.44% from 255 or 44.82% from 560); Blue value is 58 (23.05% from 255 or 10.36% from 560); Max value from RGB is 251 - color contains mainly: red, green. Hex color #FBFB3A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FBFB3A is #0404C5. Grayscale: #E5E5E5. Windows color (decimal): -263366 or 3865595. OLE color: 3865595.
HSL color Cylindrical-coordinate representation of color #FBFB3A: hue angle of 60º degrees, saturation: 0.96, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FBFB3A is Cyan = 0, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 251 | 58 | - |
| CMYK | 0 | 0 | 0.77 | 0.02 |
| HSL | 60º | 0.96% | 0.61% | - |
| HSV(B) | 60º | 0.77% | 0.98% | - |
| XYZ | 75.04 | 89.81 | 17.38 | - |
| YUV | 229 | 31.5 | 143.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 251 | 58 | 0 | 0 | 0.77 | 0.02 | 60 | 0.96 | 0.61 |
| Hex | FB | FB | 3A | 0 | 0 | 4D | 2 | 3C | 60 | 3D |
| Octal | 373 | 373 | 72 | 0 | 0 | 115 | 2 | 74 | 140 | 75 |
| Binary | 11111011 | 11111011 | 111010 | 0 | 0 | 1001101 | 10 | 111100 | 1100000 | 111101 |
Color Harmonies of #FBFB3A
Complementary color
Monochromatic Colors of #FBFB3A
Black with #FBFB3A
Text Example
Text Example
White with #FBFB3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBFB3A; }
p { color: rgb(251,251,58); }
H1.HeaderClassName
{
color: #FBFB3A;
}
.AnyTagClassName
{
color: #FBFB3A;
}
</style>
background-color css
<style>
a { background-color: #FBFB3A; }
a { background-color: rgb(251,251,58); }
div.DivClassName
{
background-color: #FBFB3A;
}
.BgClassName
{
background-color: #FBFB3A;
}
</style>
border-color css
<style>
span { border-color: #FBFB3A; }
span { border-color: rgb(251,251,58); }
td.TdClassName
{
border-color: #FBFB3A;
}
.TagClassName
{
border-color: #FBFB3A;
}
</style>