Shades of Gorse #FBE529
Tints of Gorse #FBE529
RGB
CMYK
RGB Variations
Color information
#FBE529 (or 0xFBE529) is known color: Gorse. HEX triplet: FB, E5 and 29. RGB value is (251,229,41). Sum of RGB (Red+Green+Blue) = 251+229+41=521 (69% of max value = 765). Red value is 251 (98.44% from 255 or 48.18% from 521); Green value is 229 (89.84% from 255 or 43.95% from 521); Blue value is 41 (16.41% from 255 or 7.87% from 521); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE529 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBE529 is #041AD6. Grayscale: #D6D6D6. Windows color (decimal): -269015 or 2745851. OLE color: 2745851.
HSL color Cylindrical-coordinate representation of color #FBE529: hue angle of 53.71º 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 #FBE529 is Cyan = 0, Magento = 0.09, Yellow = 0.84 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 229 | 41 | - |
| CMYK | 0 | 0.09 | 0.84 | 0.02 |
| HSL | 53.71º | 0.96% | 0.57% | - |
| HSV(B) | 53.71º | 0.84% | 0.98% | - |
| XYZ | 68.2 | 76.71 | 13.31 | - |
| YUV | 214.15 | 30.29 | 154.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 229 | 41 | 0 | 0.09 | 0.84 | 0.02 | 53.71 | 0.96 | 0.57 |
| Hex | FB | E5 | 29 | 0 | 9 | 54 | 2 | 36 | 60 | 39 |
| Octal | 373 | 345 | 51 | 0 | 11 | 124 | 2 | 66 | 140 | 71 |
| Binary | 11111011 | 11100101 | 101001 | 0 | 1001 | 1010100 | 10 | 110110 | 1100000 | 111001 |
Color Harmonies of #FBE529
Complementary color
Monochromatic Colors of #FBE529
Black with #FBE529
Text Example
Text Example
White with #FBE529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBE529; }
p { color: rgb(251,229,41); }
H1.HeaderClassName
{
color: #FBE529;
}
.AnyTagClassName
{
color: #FBE529;
}
</style>
background-color css
<style>
a { background-color: #FBE529; }
a { background-color: rgb(251,229,41); }
div.DivClassName
{
background-color: #FBE529;
}
.BgClassName
{
background-color: #FBE529;
}
</style>
border-color css
<style>
span { border-color: #FBE529; }
span { border-color: rgb(251,229,41); }
td.TdClassName
{
border-color: #FBE529;
}
.TagClassName
{
border-color: #FBE529;
}
</style>