Shades of Gorse #FBE540
Tints of Gorse #FBE540
RGB
CMYK
RGB Variations
Color information
#FBE540 (or 0xFBE540) is known color: Gorse. HEX triplet: FB, E5 and 40. RGB value is (251,229,64). Sum of RGB (Red+Green+Blue) = 251+229+64=544 (72% of max value = 765). Red value is 251 (98.44% from 255 or 46.14% from 544); Green value is 229 (89.84% from 255 or 42.10% from 544); Blue value is 64 (25.39% from 255 or 11.76% from 544); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE540 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBE540 is #041ABF. Grayscale: #D9D9D9. Windows color (decimal): -268992 or 4253179. OLE color: 4253179.
HSL color Cylindrical-coordinate representation of color #FBE540: hue angle of 52.94º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FBE540 is Cyan = 0, Magento = 0.09, Yellow = 0.75 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 229 | 64 | - |
| CMYK | 0 | 0.09 | 0.75 | 0.02 |
| HSL | 52.94º | 0.96% | 0.62% | - |
| HSV(B) | 52.94º | 0.75% | 0.98% | - |
| XYZ | 68.73 | 76.92 | 16.07 | - |
| YUV | 216.77 | 41.79 | 152.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 229 | 64 | 0 | 0.09 | 0.75 | 0.02 | 52.94 | 0.96 | 0.62 |
| Hex | FB | E5 | 40 | 0 | 9 | 4B | 2 | 35 | 60 | 3E |
| Octal | 373 | 345 | 100 | 0 | 11 | 113 | 2 | 65 | 140 | 76 |
| Binary | 11111011 | 11100101 | 1000000 | 0 | 1001 | 1001011 | 10 | 110101 | 1100000 | 111110 |
Color Harmonies of #FBE540
Complementary color
Monochromatic Colors of #FBE540
Black with #FBE540
Text Example
Text Example
White with #FBE540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBE540; }
p { color: rgb(251,229,64); }
H1.HeaderClassName
{
color: #FBE540;
}
.AnyTagClassName
{
color: #FBE540;
}
</style>
background-color css
<style>
a { background-color: #FBE540; }
a { background-color: rgb(251,229,64); }
div.DivClassName
{
background-color: #FBE540;
}
.BgClassName
{
background-color: #FBE540;
}
</style>
border-color css
<style>
span { border-color: #FBE540; }
span { border-color: rgb(251,229,64); }
td.TdClassName
{
border-color: #FBE540;
}
.TagClassName
{
border-color: #FBE540;
}
</style>