Shades of Lemon #FBE117
Tints of Lemon #FBE117
RGB
CMYK
RGB Variations
Color information
#FBE117 (or 0xFBE117) is known color: Lemon. HEX triplet: FB, E1 and 17. RGB value is (251,225,23). Sum of RGB (Red+Green+Blue) = 251+225+23=499 (66% of max value = 765). Red value is 251 (98.44% from 255 or 50.30% from 499); Green value is 225 (88.28% from 255 or 45.09% from 499); Blue value is 23 (9.38% from 255 or 4.61% from 499); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE117 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FBE117 is #041EE8. Grayscale: #D2D2D2. Windows color (decimal): -270057 or 1565179. OLE color: 1565179.
HSL color Cylindrical-coordinate representation of color #FBE117: hue angle of 53.16º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FBE117 is Cyan = 0, Magento = 0.10, Yellow = 0.91 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 225 | 23 | - |
| CMYK | 0 | 0.10 | 0.91 | 0.02 |
| HSL | 53.16º | 0.97% | 0.54% | - |
| HSV(B) | 53.16º | 0.91% | 0.98% | - |
| XYZ | 66.86 | 74.42 | 11.65 | - |
| YUV | 209.75 | 22.61 | 157.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 225 | 23 | 0 | 0.10 | 0.91 | 0.02 | 53.16 | 0.97 | 0.54 |
| Hex | FB | E1 | 17 | 0 | A | 5B | 2 | 35 | 61 | 36 |
| Octal | 373 | 341 | 27 | 0 | 12 | 133 | 2 | 65 | 141 | 66 |
| Binary | 11111011 | 11100001 | 10111 | 0 | 1010 | 1011011 | 10 | 110101 | 1100001 | 110110 |
Color Harmonies of #FBE117
Complementary color
Monochromatic Colors of #FBE117
Black with #FBE117
Text Example
Text Example
White with #FBE117
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBE117; }
p { color: rgb(251,225,23); }
H1.HeaderClassName
{
color: #FBE117;
}
.AnyTagClassName
{
color: #FBE117;
}
</style>
background-color css
<style>
a { background-color: #FBE117; }
a { background-color: rgb(251,225,23); }
div.DivClassName
{
background-color: #FBE117;
}
.BgClassName
{
background-color: #FBE117;
}
</style>
border-color css
<style>
span { border-color: #FBE117; }
span { border-color: rgb(251,225,23); }
td.TdClassName
{
border-color: #FBE117;
}
.TagClassName
{
border-color: #FBE117;
}
</style>