Shades of Gorse #FBF528
Tints of Gorse #FBF528
RGB
CMYK
RGB Variations
Color information
#FBF528 (or 0xFBF528) is known color: Gorse. HEX triplet: FB, F5 and 28. RGB value is (251,245,40). Sum of RGB (Red+Green+Blue) = 251+245+40=536 (70% of max value = 765). Red value is 251 (98.44% from 255 or 46.83% from 536); Green value is 245 (96.09% from 255 or 45.71% from 536); Blue value is 40 (16.02% from 255 or 7.46% from 536); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF528 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FBF528 is #040AD7. Grayscale: #E0E0E0. Windows color (decimal): -264920 or 2684411. OLE color: 2684411.
HSL color Cylindrical-coordinate representation of color #FBF528: 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 #FBF528 is Cyan = 0, Magento = 0.02, Yellow = 0.84 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 245 | 40 | - |
| 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.82 | 85.97 | 14.76 | - |
| YUV | 223.42 | 24.49 | 147.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 245 | 40 | 0 | 0.02 | 0.84 | 0.02 | 58.29 | 0.96 | 0.57 |
| Hex | FB | F5 | 28 | 0 | 2 | 54 | 2 | 3A | 60 | 39 |
| Octal | 373 | 365 | 50 | 0 | 2 | 124 | 2 | 72 | 140 | 71 |
| Binary | 11111011 | 11110101 | 101000 | 0 | 10 | 1010100 | 10 | 111010 | 1100000 | 111001 |
Color Harmonies of #FBF528
Complementary color
Monochromatic Colors of #FBF528
Black with #FBF528
Text Example
Text Example
White with #FBF528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBF528; }
p { color: rgb(251,245,40); }
H1.HeaderClassName
{
color: #FBF528;
}
.AnyTagClassName
{
color: #FBF528;
}
</style>
background-color css
<style>
a { background-color: #FBF528; }
a { background-color: rgb(251,245,40); }
div.DivClassName
{
background-color: #FBF528;
}
.BgClassName
{
background-color: #FBF528;
}
</style>
border-color css
<style>
span { border-color: #FBF528; }
span { border-color: rgb(251,245,40); }
td.TdClassName
{
border-color: #FBF528;
}
.TagClassName
{
border-color: #FBF528;
}
</style>