Shades of Gorse #FBE028
Tints of Gorse #FBE028
RGB
CMYK
RGB Variations
Color information
#FBE028 (or 0xFBE028) is known color: Gorse. HEX triplet: FB, E0 and 28. RGB value is (251,224,40). Sum of RGB (Red+Green+Blue) = 251+224+40=515 (68% of max value = 765). Red value is 251 (98.44% from 255 or 48.74% from 515); Green value is 224 (87.89% from 255 or 43.50% from 515); Blue value is 40 (16.02% from 255 or 7.77% from 515); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE028 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBE028 is #041FD7. Grayscale: #D3D3D3. Windows color (decimal): -270296 or 2679035. OLE color: 2679035.
HSL color Cylindrical-coordinate representation of color #FBE028: hue angle of 52.32º 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 #FBE028 is Cyan = 0, Magento = 0.11, Yellow = 0.84 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 224 | 40 | - |
| CMYK | 0 | 0.11 | 0.84 | 0.02 |
| HSL | 52.32º | 0.96% | 0.57% | - |
| HSV(B) | 52.32º | 0.84% | 0.98% | - |
| XYZ | 66.82 | 73.97 | 12.76 | - |
| YUV | 211.1 | 31.45 | 156.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 224 | 40 | 0 | 0.11 | 0.84 | 0.02 | 52.32 | 0.96 | 0.57 |
| Hex | FB | E0 | 28 | 0 | B | 54 | 2 | 34 | 60 | 39 |
| Octal | 373 | 340 | 50 | 0 | 13 | 124 | 2 | 64 | 140 | 71 |
| Binary | 11111011 | 11100000 | 101000 | 0 | 1011 | 1010100 | 10 | 110100 | 1100000 | 111001 |
Color Harmonies of #FBE028
Complementary color
Monochromatic Colors of #FBE028
Black with #FBE028
Text Example
Text Example
White with #FBE028
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBE028; }
p { color: rgb(251,224,40); }
H1.HeaderClassName
{
color: #FBE028;
}
.AnyTagClassName
{
color: #FBE028;
}
</style>
background-color css
<style>
a { background-color: #FBE028; }
a { background-color: rgb(251,224,40); }
div.DivClassName
{
background-color: #FBE028;
}
.BgClassName
{
background-color: #FBE028;
}
</style>
border-color css
<style>
span { border-color: #FBE028; }
span { border-color: rgb(251,224,40); }
td.TdClassName
{
border-color: #FBE028;
}
.TagClassName
{
border-color: #FBE028;
}
</style>