Shades of Lemon #FBED02
Tints of Lemon #FBED02
RGB
CMYK
RGB Variations
Color information
#FBED02 (or 0xFBED02) is known color: Lemon. HEX triplet: FB, ED and 02. RGB value is (251,237,2). Sum of RGB (Red+Green+Blue) = 251+237+2=490 (64% of max value = 765). Red value is 251 (98.44% from 255 or 51.22% from 490); Green value is 237 (92.97% from 255 or 48.37% from 490); Blue value is 2 (1.17% from 255 or 0.41% from 490); Max value from RGB is 251 - color contains mainly: red. Hex color #FBED02 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FBED02 is #0412FD. Grayscale: #D7D7D7. Windows color (decimal): -267006 or 191995. OLE color: 191995.
HSL color Cylindrical-coordinate representation of color #FBED02: hue angle of 56.63º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FBED02 is Cyan = 0, Magento = 0.06, Yellow = 0.99 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 237 | 2 | - |
| CMYK | 0 | 0.06 | 0.99 | 0.02 |
| HSL | 56.63º | 0.98% | 0.5% | - |
| HSV(B) | 56.63º | 0.99% | 0.98% | - |
| XYZ | 70.08 | 81.08 | 12.01 | - |
| YUV | 214.4 | 8.14 | 154.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 237 | 2 | 0 | 0.06 | 0.99 | 0.02 | 56.63 | 0.98 | 0.5 |
| Hex | FB | ED | 2 | 0 | 6 | 63 | 2 | 39 | 62 | 32 |
| Octal | 373 | 355 | 2 | 0 | 6 | 143 | 2 | 71 | 142 | 62 |
| Binary | 11111011 | 11101101 | 10 | 0 | 110 | 1100011 | 10 | 111001 | 1100010 | 110010 |
Color Harmonies of #FBED02
Complementary color
Monochromatic Colors of #FBED02
Black with #FBED02
Text Example
Text Example
White with #FBED02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBED02; }
p { color: rgb(251,237,2); }
H1.HeaderClassName
{
color: #FBED02;
}
.AnyTagClassName
{
color: #FBED02;
}
</style>
background-color css
<style>
a { background-color: #FBED02; }
a { background-color: rgb(251,237,2); }
div.DivClassName
{
background-color: #FBED02;
}
.BgClassName
{
background-color: #FBED02;
}
</style>
border-color css
<style>
span { border-color: #FBED02; }
span { border-color: rgb(251,237,2); }
td.TdClassName
{
border-color: #FBED02;
}
.TagClassName
{
border-color: #FBED02;
}
</style>