Shades of Lemon #FBE610
Tints of Lemon #FBE610
RGB
CMYK
RGB Variations
Color information
#FBE610 (or 0xFBE610) is known color: Lemon. HEX triplet: FB, E6 and 10. RGB value is (251,230,16). Sum of RGB (Red+Green+Blue) = 251+230+16=497 (65% of max value = 765). Red value is 251 (98.44% from 255 or 50.50% from 497); Green value is 230 (90.23% from 255 or 46.28% from 497); Blue value is 16 (6.64% from 255 or 3.22% from 497); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE610 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FBE610 is #0419EF. Grayscale: #D4D4D4. Windows color (decimal): -268784 or 1107707. OLE color: 1107707.
HSL color Cylindrical-coordinate representation of color #FBE610: hue angle of 54.64º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FBE610 is Cyan = 0, Magento = 0.08, Yellow = 0.94 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 230 | 16 | - |
| CMYK | 0 | 0.08 | 0.94 | 0.02 |
| HSL | 54.64º | 0.97% | 0.52% | - |
| HSV(B) | 54.64º | 0.94% | 0.98% | - |
| XYZ | 68.17 | 77.14 | 11.79 | - |
| YUV | 211.88 | 17.46 | 155.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 230 | 16 | 0 | 0.08 | 0.94 | 0.02 | 54.64 | 0.97 | 0.52 |
| Hex | FB | E6 | 10 | 0 | 8 | 5E | 2 | 37 | 61 | 34 |
| Octal | 373 | 346 | 20 | 0 | 10 | 136 | 2 | 67 | 141 | 64 |
| Binary | 11111011 | 11100110 | 10000 | 0 | 1000 | 1011110 | 10 | 110111 | 1100001 | 110100 |
Color Harmonies of #FBE610
Complementary color
Monochromatic Colors of #FBE610
Black with #FBE610
Text Example
Text Example
White with #FBE610
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBE610; }
p { color: rgb(251,230,16); }
H1.HeaderClassName
{
color: #FBE610;
}
.AnyTagClassName
{
color: #FBE610;
}
</style>
background-color css
<style>
a { background-color: #FBE610; }
a { background-color: rgb(251,230,16); }
div.DivClassName
{
background-color: #FBE610;
}
.BgClassName
{
background-color: #FBE610;
}
</style>
border-color css
<style>
span { border-color: #FBE610; }
span { border-color: rgb(251,230,16); }
td.TdClassName
{
border-color: #FBE610;
}
.TagClassName
{
border-color: #FBE610;
}
</style>