Shades of Lemon #FBE413
Tints of Lemon #FBE413
RGB
CMYK
RGB Variations
Color information
#FBE413 (or 0xFBE413) is known color: Lemon. HEX triplet: FB, E4 and 13. RGB value is (251,228,19). Sum of RGB (Red+Green+Blue) = 251+228+19=498 (65% of max value = 765). Red value is 251 (98.44% from 255 or 50.40% from 498); Green value is 228 (89.45% from 255 or 45.78% from 498); Blue value is 19 (7.81% from 255 or 3.82% from 498); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE413 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FBE413 is #041BEC. Grayscale: #D3D3D3. Windows color (decimal): -269293 or 1303803. OLE color: 1303803.
HSL color Cylindrical-coordinate representation of color #FBE413: hue angle of 54.05º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FBE413 is Cyan = 0, Magento = 0.09, Yellow = 0.92 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 228 | 19 | - |
| CMYK | 0 | 0.09 | 0.92 | 0.02 |
| HSL | 54.05º | 0.97% | 0.53% | - |
| HSV(B) | 54.05º | 0.92% | 0.98% | - |
| XYZ | 67.64 | 76.04 | 11.73 | - |
| YUV | 211.05 | 19.62 | 156.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 228 | 19 | 0 | 0.09 | 0.92 | 0.02 | 54.05 | 0.97 | 0.53 |
| Hex | FB | E4 | 13 | 0 | 9 | 5C | 2 | 36 | 61 | 35 |
| Octal | 373 | 344 | 23 | 0 | 11 | 134 | 2 | 66 | 141 | 65 |
| Binary | 11111011 | 11100100 | 10011 | 0 | 1001 | 1011100 | 10 | 110110 | 1100001 | 110101 |
Color Harmonies of #FBE413
Complementary color
Monochromatic Colors of #FBE413
Black with #FBE413
Text Example
Text Example
White with #FBE413
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBE413; }
p { color: rgb(251,228,19); }
H1.HeaderClassName
{
color: #FBE413;
}
.AnyTagClassName
{
color: #FBE413;
}
</style>
background-color css
<style>
a { background-color: #FBE413; }
a { background-color: rgb(251,228,19); }
div.DivClassName
{
background-color: #FBE413;
}
.BgClassName
{
background-color: #FBE413;
}
</style>
border-color css
<style>
span { border-color: #FBE413; }
span { border-color: rgb(251,228,19); }
td.TdClassName
{
border-color: #FBE413;
}
.TagClassName
{
border-color: #FBE413;
}
</style>