Shades of Gorse #FBF537
Tints of Gorse #FBF537
RGB
CMYK
RGB Variations
Color information
#FBF537 (or 0xFBF537) is known color: Gorse. HEX triplet: FB, F5 and 37. RGB value is (251,245,55). Sum of RGB (Red+Green+Blue) = 251+245+55=551 (72% of max value = 765). Red value is 251 (98.44% from 255 or 45.55% from 551); Green value is 245 (96.09% from 255 or 44.46% from 551); Blue value is 55 (21.88% from 255 or 9.98% from 551); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF537 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FBF537 is #040AC8. Grayscale: #E1E1E1. Windows color (decimal): -264905 or 3667451. OLE color: 3667451.
HSL color Cylindrical-coordinate representation of color #FBF537: hue angle of 58.16º degrees, saturation: 0.96, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #FBF537 is Cyan = 0, Magento = 0.02, Yellow = 0.78 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 245 | 55 | - |
| CMYK | 0 | 0.02 | 0.78 | 0.02 |
| HSL | 58.16º | 0.96% | 0.6% | - |
| HSV(B) | 58.16º | 0.78% | 0.98% | - |
| XYZ | 73.13 | 86.09 | 16.38 | - |
| YUV | 225.13 | 31.99 | 146.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 245 | 55 | 0 | 0.02 | 0.78 | 0.02 | 58.16 | 0.96 | 0.6 |
| Hex | FB | F5 | 37 | 0 | 2 | 4E | 2 | 3A | 60 | 3C |
| Octal | 373 | 365 | 67 | 0 | 2 | 116 | 2 | 72 | 140 | 74 |
| Binary | 11111011 | 11110101 | 110111 | 0 | 10 | 1001110 | 10 | 111010 | 1100000 | 111100 |
Color Harmonies of #FBF537
Complementary color
Monochromatic Colors of #FBF537
Black with #FBF537
Text Example
Text Example
White with #FBF537
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBF537; }
p { color: rgb(251,245,55); }
H1.HeaderClassName
{
color: #FBF537;
}
.AnyTagClassName
{
color: #FBF537;
}
</style>
background-color css
<style>
a { background-color: #FBF537; }
a { background-color: rgb(251,245,55); }
div.DivClassName
{
background-color: #FBF537;
}
.BgClassName
{
background-color: #FBF537;
}
</style>
border-color css
<style>
span { border-color: #FBF537; }
span { border-color: rgb(251,245,55); }
td.TdClassName
{
border-color: #FBF537;
}
.TagClassName
{
border-color: #FBF537;
}
</style>