Shades of Gorse #FBE534
Tints of Gorse #FBE534
RGB
CMYK
RGB Variations
Color information
#FBE534 (or 0xFBE534) is known color: Gorse. HEX triplet: FB, E5 and 34. RGB value is (251,229,52). Sum of RGB (Red+Green+Blue) = 251+229+52=532 (70% of max value = 765). Red value is 251 (98.44% from 255 or 47.18% from 532); Green value is 229 (89.84% from 255 or 43.05% from 532); Blue value is 52 (20.70% from 255 or 9.77% from 532); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE534 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBE534 is #041ACB. Grayscale: #D8D8D8. Windows color (decimal): -269004 or 3466747. OLE color: 3466747.
HSL color Cylindrical-coordinate representation of color #FBE534: hue angle of 53.37º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #FBE534 is Cyan = 0, Magento = 0.09, Yellow = 0.79 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 229 | 52 | - |
| CMYK | 0 | 0.09 | 0.79 | 0.02 |
| HSL | 53.37º | 0.96% | 0.59% | - |
| HSV(B) | 53.37º | 0.79% | 0.98% | - |
| XYZ | 68.42 | 76.8 | 14.47 | - |
| YUV | 215.4 | 35.79 | 153.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 229 | 52 | 0 | 0.09 | 0.79 | 0.02 | 53.37 | 0.96 | 0.59 |
| Hex | FB | E5 | 34 | 0 | 9 | 4F | 2 | 35 | 60 | 3B |
| Octal | 373 | 345 | 64 | 0 | 11 | 117 | 2 | 65 | 140 | 73 |
| Binary | 11111011 | 11100101 | 110100 | 0 | 1001 | 1001111 | 10 | 110101 | 1100000 | 111011 |
Color Harmonies of #FBE534
Complementary color
Monochromatic Colors of #FBE534
Black with #FBE534
Text Example
Text Example
White with #FBE534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBE534; }
p { color: rgb(251,229,52); }
H1.HeaderClassName
{
color: #FBE534;
}
.AnyTagClassName
{
color: #FBE534;
}
</style>
background-color css
<style>
a { background-color: #FBE534; }
a { background-color: rgb(251,229,52); }
div.DivClassName
{
background-color: #FBE534;
}
.BgClassName
{
background-color: #FBE534;
}
</style>
border-color css
<style>
span { border-color: #FBE534; }
span { border-color: rgb(251,229,52); }
td.TdClassName
{
border-color: #FBE534;
}
.TagClassName
{
border-color: #FBE534;
}
</style>