Shades of Gorse #FBEC28
Tints of Gorse #FBEC28
RGB
CMYK
RGB Variations
Color information
#FBEC28 (or 0xFBEC28) is known color: Gorse. HEX triplet: FB, EC and 28. RGB value is (251,236,40). Sum of RGB (Red+Green+Blue) = 251+236+40=527 (69% of max value = 765). Red value is 251 (98.44% from 255 or 47.63% from 527); Green value is 236 (92.58% from 255 or 44.78% from 527); Blue value is 40 (16.02% from 255 or 7.59% from 527); Max value from RGB is 251 - color contains mainly: red. Hex color #FBEC28 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FBEC28 is #0413D7. Grayscale: #DADADA. Windows color (decimal): -267224 or 2682107. OLE color: 2682107.
HSL color Cylindrical-coordinate representation of color #FBEC28: hue angle of 55.73º 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 #FBEC28 is Cyan = 0, Magento = 0.06, Yellow = 0.84 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 236 | 40 | - |
| CMYK | 0 | 0.06 | 0.84 | 0.02 |
| HSL | 55.73º | 0.96% | 0.57% | - |
| HSV(B) | 55.73º | 0.84% | 0.98% | - |
| XYZ | 70.16 | 80.65 | 13.88 | - |
| YUV | 218.14 | 27.47 | 151.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 236 | 40 | 0 | 0.06 | 0.84 | 0.02 | 55.73 | 0.96 | 0.57 |
| Hex | FB | EC | 28 | 0 | 6 | 54 | 2 | 38 | 60 | 39 |
| Octal | 373 | 354 | 50 | 0 | 6 | 124 | 2 | 70 | 140 | 71 |
| Binary | 11111011 | 11101100 | 101000 | 0 | 110 | 1010100 | 10 | 111000 | 1100000 | 111001 |
Color Harmonies of #FBEC28
Complementary color
Monochromatic Colors of #FBEC28
Black with #FBEC28
Text Example
Text Example
White with #FBEC28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBEC28; }
p { color: rgb(251,236,40); }
H1.HeaderClassName
{
color: #FBEC28;
}
.AnyTagClassName
{
color: #FBEC28;
}
</style>
background-color css
<style>
a { background-color: #FBEC28; }
a { background-color: rgb(251,236,40); }
div.DivClassName
{
background-color: #FBEC28;
}
.BgClassName
{
background-color: #FBEC28;
}
</style>
border-color css
<style>
span { border-color: #FBEC28; }
span { border-color: rgb(251,236,40); }
td.TdClassName
{
border-color: #FBEC28;
}
.TagClassName
{
border-color: #FBEC28;
}
</style>