Shades of Lemon #FBED17
Tints of Lemon #FBED17
RGB
CMYK
RGB Variations
Color information
#FBED17 (or 0xFBED17) is known color: Lemon. HEX triplet: FB, ED and 17. RGB value is (251,237,23). Sum of RGB (Red+Green+Blue) = 251+237+23=511 (67% of max value = 765). Red value is 251 (98.44% from 255 or 49.12% from 511); Green value is 237 (92.97% from 255 or 46.38% from 511); Blue value is 23 (9.38% from 255 or 4.50% from 511); Max value from RGB is 251 - color contains mainly: red. Hex color #FBED17 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FBED17 is #0412E8. Grayscale: #D9D9D9. Windows color (decimal): -266985 or 1568251. OLE color: 1568251.
HSL color Cylindrical-coordinate representation of color #FBED17: hue angle of 56.32º 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 #FBED17 is Cyan = 0, Magento = 0.06, Yellow = 0.91 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 237 | 23 | - |
| CMYK | 0 | 0.06 | 0.91 | 0.02 |
| HSL | 56.32º | 0.97% | 0.54% | - |
| HSV(B) | 56.32º | 0.91% | 0.98% | - |
| XYZ | 70.22 | 81.14 | 12.77 | - |
| YUV | 216.79 | 18.64 | 152.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 237 | 23 | 0 | 0.06 | 0.91 | 0.02 | 56.32 | 0.97 | 0.54 |
| Hex | FB | ED | 17 | 0 | 6 | 5B | 2 | 38 | 61 | 36 |
| Octal | 373 | 355 | 27 | 0 | 6 | 133 | 2 | 70 | 141 | 66 |
| Binary | 11111011 | 11101101 | 10111 | 0 | 110 | 1011011 | 10 | 111000 | 1100001 | 110110 |
Color Harmonies of #FBED17
Complementary color
Monochromatic Colors of #FBED17
Black with #FBED17
Text Example
Text Example
White with #FBED17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBED17; }
p { color: rgb(251,237,23); }
H1.HeaderClassName
{
color: #FBED17;
}
.AnyTagClassName
{
color: #FBED17;
}
</style>
background-color css
<style>
a { background-color: #FBED17; }
a { background-color: rgb(251,237,23); }
div.DivClassName
{
background-color: #FBED17;
}
.BgClassName
{
background-color: #FBED17;
}
</style>
border-color css
<style>
span { border-color: #FBED17; }
span { border-color: rgb(251,237,23); }
td.TdClassName
{
border-color: #FBED17;
}
.TagClassName
{
border-color: #FBED17;
}
</style>