Shades of Gorse #FBEC2E
Tints of Gorse #FBEC2E
RGB
CMYK
RGB Variations
Color information
#FBEC2E (or 0xFBEC2E) is known color: Gorse. HEX triplet: FB, EC and 2E. RGB value is (251,236,46). Sum of RGB (Red+Green+Blue) = 251+236+46=533 (70% of max value = 765). Red value is 251 (98.44% from 255 or 47.09% from 533); Green value is 236 (92.58% from 255 or 44.28% from 533); Blue value is 46 (18.36% from 255 or 8.63% from 533); Max value from RGB is 251 - color contains mainly: red. Hex color #FBEC2E is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FBEC2E is #0413D1. Grayscale: #DBDBDB. Windows color (decimal): -267218 or 3075323. OLE color: 3075323.
HSL color Cylindrical-coordinate representation of color #FBEC2E: hue angle of 55.61º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FBEC2E is Cyan = 0, Magento = 0.06, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 236 | 46 | - |
| CMYK | 0 | 0.06 | 0.82 | 0.02 |
| HSL | 55.61º | 0.96% | 0.58% | - |
| HSV(B) | 55.61º | 0.82% | 0.98% | - |
| XYZ | 70.27 | 80.7 | 14.46 | - |
| YUV | 218.83 | 30.47 | 150.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 236 | 46 | 0 | 0.06 | 0.82 | 0.02 | 55.61 | 0.96 | 0.58 |
| Hex | FB | EC | 2E | 0 | 6 | 52 | 2 | 38 | 60 | 3A |
| Octal | 373 | 354 | 56 | 0 | 6 | 122 | 2 | 70 | 140 | 72 |
| Binary | 11111011 | 11101100 | 101110 | 0 | 110 | 1010010 | 10 | 111000 | 1100000 | 111010 |
Color Harmonies of #FBEC2E
Complementary color
Monochromatic Colors of #FBEC2E
Black with #FBEC2E
Text Example
Text Example
White with #FBEC2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBEC2E; }
p { color: rgb(251,236,46); }
H1.HeaderClassName
{
color: #FBEC2E;
}
.AnyTagClassName
{
color: #FBEC2E;
}
</style>
background-color css
<style>
a { background-color: #FBEC2E; }
a { background-color: rgb(251,236,46); }
div.DivClassName
{
background-color: #FBEC2E;
}
.BgClassName
{
background-color: #FBEC2E;
}
</style>
border-color css
<style>
span { border-color: #FBEC2E; }
span { border-color: rgb(251,236,46); }
td.TdClassName
{
border-color: #FBEC2E;
}
.TagClassName
{
border-color: #FBEC2E;
}
</style>