Shades of Gorse #FBF529
Tints of Gorse #FBF529
RGB
CMYK
RGB Variations
Color information
#FBF529 (or 0xFBF529) is known color: Gorse. HEX triplet: FB, F5 and 29. RGB value is (251,245,41). Sum of RGB (Red+Green+Blue) = 251+245+41=537 (71% of max value = 765). Red value is 251 (98.44% from 255 or 46.74% from 537); Green value is 245 (96.09% from 255 or 45.62% from 537); Blue value is 41 (16.41% from 255 or 7.64% from 537); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF529 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FBF529 is #040AD6. Grayscale: #E0E0E0. Windows color (decimal): -264919 or 2749947. OLE color: 2749947.
HSL color Cylindrical-coordinate representation of color #FBF529: hue angle of 58.29º degrees, saturation: 0.96, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FBF529 is Cyan = 0, Magento = 0.02, Yellow = 0.84 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 245 | 41 | - |
| CMYK | 0 | 0.02 | 0.84 | 0.02 |
| HSL | 58.29º | 0.96% | 0.57% | - |
| HSV(B) | 58.29º | 0.84% | 0.98% | - |
| XYZ | 72.84 | 85.97 | 14.85 | - |
| YUV | 223.54 | 24.99 | 147.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 245 | 41 | 0 | 0.02 | 0.84 | 0.02 | 58.29 | 0.96 | 0.57 |
| Hex | FB | F5 | 29 | 0 | 2 | 54 | 2 | 3A | 60 | 39 |
| Octal | 373 | 365 | 51 | 0 | 2 | 124 | 2 | 72 | 140 | 71 |
| Binary | 11111011 | 11110101 | 101001 | 0 | 10 | 1010100 | 10 | 111010 | 1100000 | 111001 |
Color Harmonies of #FBF529
Complementary color
Monochromatic Colors of #FBF529
Black with #FBF529
Text Example
Text Example
White with #FBF529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBF529; }
p { color: rgb(251,245,41); }
H1.HeaderClassName
{
color: #FBF529;
}
.AnyTagClassName
{
color: #FBF529;
}
</style>
background-color css
<style>
a { background-color: #FBF529; }
a { background-color: rgb(251,245,41); }
div.DivClassName
{
background-color: #FBF529;
}
.BgClassName
{
background-color: #FBF529;
}
</style>
border-color css
<style>
span { border-color: #FBF529; }
span { border-color: rgb(251,245,41); }
td.TdClassName
{
border-color: #FBF529;
}
.TagClassName
{
border-color: #FBF529;
}
</style>