Shades of Lemon #FBED1E
Tints of Lemon #FBED1E
RGB
CMYK
RGB Variations
Color information
#FBED1E (or 0xFBED1E) is known color: Lemon. HEX triplet: FB, ED and 1E. RGB value is (251,237,30). Sum of RGB (Red+Green+Blue) = 251+237+30=518 (68% of max value = 765). Red value is 251 (98.44% from 255 or 48.46% from 518); Green value is 237 (92.97% from 255 or 45.75% from 518); Blue value is 30 (12.11% from 255 or 5.79% from 518); Max value from RGB is 251 - color contains mainly: red. Hex color #FBED1E is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FBED1E is #0412E1. Grayscale: #DADADA. Windows color (decimal): -266978 or 2027003. OLE color: 2027003.
HSL color Cylindrical-coordinate representation of color #FBED1E: hue angle of 56.2º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FBED1E is Cyan = 0, Magento = 0.06, Yellow = 0.88 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 237 | 30 | - |
| CMYK | 0 | 0.06 | 0.88 | 0.02 |
| HSL | 56.2º | 0.97% | 0.55% | - |
| HSV(B) | 56.2º | 0.88% | 0.98% | - |
| XYZ | 70.3 | 81.17 | 13.19 | - |
| YUV | 217.59 | 22.14 | 151.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 237 | 30 | 0 | 0.06 | 0.88 | 0.02 | 56.2 | 0.97 | 0.55 |
| Hex | FB | ED | 1E | 0 | 6 | 58 | 2 | 38 | 61 | 37 |
| Octal | 373 | 355 | 36 | 0 | 6 | 130 | 2 | 70 | 141 | 67 |
| Binary | 11111011 | 11101101 | 11110 | 0 | 110 | 1011000 | 10 | 111000 | 1100001 | 110111 |
Color Harmonies of #FBED1E
Complementary color
Monochromatic Colors of #FBED1E
Black with #FBED1E
Text Example
Text Example
White with #FBED1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBED1E; }
p { color: rgb(251,237,30); }
H1.HeaderClassName
{
color: #FBED1E;
}
.AnyTagClassName
{
color: #FBED1E;
}
</style>
background-color css
<style>
a { background-color: #FBED1E; }
a { background-color: rgb(251,237,30); }
div.DivClassName
{
background-color: #FBED1E;
}
.BgClassName
{
background-color: #FBED1E;
}
</style>
border-color css
<style>
span { border-color: #FBED1E; }
span { border-color: rgb(251,237,30); }
td.TdClassName
{
border-color: #FBED1E;
}
.TagClassName
{
border-color: #FBED1E;
}
</style>