Shades of Lemon #FBE319
Tints of Lemon #FBE319
RGB
CMYK
RGB Variations
Color information
#FBE319 (or 0xFBE319) is known color: Lemon. HEX triplet: FB, E3 and 19. RGB value is (251,227,25). Sum of RGB (Red+Green+Blue) = 251+227+25=503 (66% of max value = 765). Red value is 251 (98.44% from 255 or 49.90% from 503); Green value is 227 (89.06% from 255 or 45.13% from 503); Blue value is 25 (10.16% from 255 or 4.97% from 503); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE319 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FBE319 is #041CE6. Grayscale: #D3D3D3. Windows color (decimal): -269543 or 1696763. OLE color: 1696763.
HSL color Cylindrical-coordinate representation of color #FBE319: hue angle of 53.63º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FBE319 is Cyan = 0, Magento = 0.10, Yellow = 0.90 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 227 | 25 | - |
| CMYK | 0 | 0.10 | 0.90 | 0.02 |
| HSL | 53.63º | 0.97% | 0.54% | - |
| HSV(B) | 53.63º | 0.9% | 0.98% | - |
| XYZ | 67.43 | 75.52 | 11.94 | - |
| YUV | 211.15 | 22.95 | 156.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 227 | 25 | 0 | 0.10 | 0.90 | 0.02 | 53.63 | 0.97 | 0.54 |
| Hex | FB | E3 | 19 | 0 | A | 5A | 2 | 36 | 61 | 36 |
| Octal | 373 | 343 | 31 | 0 | 12 | 132 | 2 | 66 | 141 | 66 |
| Binary | 11111011 | 11100011 | 11001 | 0 | 1010 | 1011010 | 10 | 110110 | 1100001 | 110110 |
Color Harmonies of #FBE319
Complementary color
Monochromatic Colors of #FBE319
Black with #FBE319
Text Example
Text Example
White with #FBE319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBE319; }
p { color: rgb(251,227,25); }
H1.HeaderClassName
{
color: #FBE319;
}
.AnyTagClassName
{
color: #FBE319;
}
</style>
background-color css
<style>
a { background-color: #FBE319; }
a { background-color: rgb(251,227,25); }
div.DivClassName
{
background-color: #FBE319;
}
.BgClassName
{
background-color: #FBE319;
}
</style>
border-color css
<style>
span { border-color: #FBE319; }
span { border-color: rgb(251,227,25); }
td.TdClassName
{
border-color: #FBE319;
}
.TagClassName
{
border-color: #FBE319;
}
</style>