Shades of Gorse #FBE525
Tints of Gorse #FBE525
RGB
CMYK
RGB Variations
Color information
#FBE525 (or 0xFBE525) is known color: Gorse. HEX triplet: FB, E5 and 25. RGB value is (251,229,37). Sum of RGB (Red+Green+Blue) = 251+229+37=517 (68% of max value = 765). Red value is 251 (98.44% from 255 or 48.55% from 517); Green value is 229 (89.84% from 255 or 44.29% from 517); Blue value is 37 (14.84% from 255 or 7.16% from 517); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE525 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBE525 is #041ADA. Grayscale: #D6D6D6. Windows color (decimal): -269019 or 2483707. OLE color: 2483707.
HSL color Cylindrical-coordinate representation of color #FBE525: hue angle of 53.83º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FBE525 is Cyan = 0, Magento = 0.09, Yellow = 0.85 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 229 | 37 | - |
| CMYK | 0 | 0.09 | 0.85 | 0.02 |
| HSL | 53.83º | 0.96% | 0.56% | - |
| HSV(B) | 53.83º | 0.85% | 0.98% | - |
| XYZ | 68.14 | 76.68 | 12.96 | - |
| YUV | 213.69 | 28.29 | 154.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 229 | 37 | 0 | 0.09 | 0.85 | 0.02 | 53.83 | 0.96 | 0.56 |
| Hex | FB | E5 | 25 | 0 | 9 | 55 | 2 | 36 | 60 | 38 |
| Octal | 373 | 345 | 45 | 0 | 11 | 125 | 2 | 66 | 140 | 70 |
| Binary | 11111011 | 11100101 | 100101 | 0 | 1001 | 1010101 | 10 | 110110 | 1100000 | 111000 |
Color Harmonies of #FBE525
Complementary color
Monochromatic Colors of #FBE525
Black with #FBE525
Text Example
Text Example
White with #FBE525
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBE525; }
p { color: rgb(251,229,37); }
H1.HeaderClassName
{
color: #FBE525;
}
.AnyTagClassName
{
color: #FBE525;
}
</style>
background-color css
<style>
a { background-color: #FBE525; }
a { background-color: rgb(251,229,37); }
div.DivClassName
{
background-color: #FBE525;
}
.BgClassName
{
background-color: #FBE525;
}
</style>
border-color css
<style>
span { border-color: #FBE525; }
span { border-color: rgb(251,229,37); }
td.TdClassName
{
border-color: #FBE525;
}
.TagClassName
{
border-color: #FBE525;
}
</style>