Shades of Lemon #FBE90D
Tints of Lemon #FBE90D
RGB
CMYK
RGB Variations
Color information
#FBE90D (or 0xFBE90D) is known color: Lemon. HEX triplet: FB, E9 and 0D. RGB value is (251,233,13). Sum of RGB (Red+Green+Blue) = 251+233+13=497 (65% of max value = 765). Red value is 251 (98.44% from 255 or 50.50% from 497); Green value is 233 (91.41% from 255 or 46.88% from 497); Blue value is 13 (5.47% from 255 or 2.62% from 497); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE90D is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FBE90D is #0416F2. Grayscale: #D6D6D6. Windows color (decimal): -268019 or 911867. OLE color: 911867.
HSL color Cylindrical-coordinate representation of color #FBE90D: hue angle of 55.46º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FBE90D is Cyan = 0, Magento = 0.07, Yellow = 0.95 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 233 | 13 | - |
| CMYK | 0 | 0.07 | 0.95 | 0.02 |
| HSL | 55.46º | 0.97% | 0.52% | - |
| HSV(B) | 55.46º | 0.95% | 0.98% | - |
| XYZ | 69 | 78.82 | 11.96 | - |
| YUV | 213.3 | 14.96 | 154.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 233 | 13 | 0 | 0.07 | 0.95 | 0.02 | 55.46 | 0.97 | 0.52 |
| Hex | FB | E9 | D | 0 | 7 | 5F | 2 | 37 | 61 | 34 |
| Octal | 373 | 351 | 15 | 0 | 7 | 137 | 2 | 67 | 141 | 64 |
| Binary | 11111011 | 11101001 | 1101 | 0 | 111 | 1011111 | 10 | 110111 | 1100001 | 110100 |
Color Harmonies of #FBE90D
Complementary color
Monochromatic Colors of #FBE90D
Black with #FBE90D
Text Example
Text Example
White with #FBE90D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBE90D; }
p { color: rgb(251,233,13); }
H1.HeaderClassName
{
color: #FBE90D;
}
.AnyTagClassName
{
color: #FBE90D;
}
</style>
background-color css
<style>
a { background-color: #FBE90D; }
a { background-color: rgb(251,233,13); }
div.DivClassName
{
background-color: #FBE90D;
}
.BgClassName
{
background-color: #FBE90D;
}
</style>
border-color css
<style>
span { border-color: #FBE90D; }
span { border-color: rgb(251,233,13); }
td.TdClassName
{
border-color: #FBE90D;
}
.TagClassName
{
border-color: #FBE90D;
}
</style>