Shades of Lemon #FBED03
Tints of Lemon #FBED03
RGB
CMYK
RGB Variations
Color information
#FBED03 (or 0xFBED03) is known color: Lemon. HEX triplet: FB, ED and 03. RGB value is (251,237,3). Sum of RGB (Red+Green+Blue) = 251+237+3=491 (65% of max value = 765). Red value is 251 (98.44% from 255 or 51.12% from 491); Green value is 237 (92.97% from 255 or 48.27% from 491); Blue value is 3 (1.56% from 255 or 0.61% from 491); Max value from RGB is 251 - color contains mainly: red. Hex color #FBED03 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FBED03 is #0412FC. Grayscale: #D7D7D7. Windows color (decimal): -267005 or 257531. OLE color: 257531.
HSL color Cylindrical-coordinate representation of color #FBED03: hue angle of 56.61º 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 #FBED03 is Cyan = 0, Magento = 0.06, Yellow = 0.99 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 237 | 3 | - |
| CMYK | 0 | 0.06 | 0.99 | 0.02 |
| HSL | 56.61º | 0.98% | 0.5% | - |
| HSV(B) | 56.61º | 0.99% | 0.98% | - |
| XYZ | 70.08 | 81.08 | 12.04 | - |
| YUV | 214.51 | 8.64 | 154.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 237 | 3 | 0 | 0.06 | 0.99 | 0.02 | 56.61 | 0.98 | 0.5 |
| Hex | FB | ED | 3 | 0 | 6 | 63 | 2 | 39 | 62 | 32 |
| Octal | 373 | 355 | 3 | 0 | 6 | 143 | 2 | 71 | 142 | 62 |
| Binary | 11111011 | 11101101 | 11 | 0 | 110 | 1100011 | 10 | 111001 | 1100010 | 110010 |
Color Harmonies of #FBED03
Complementary color
Monochromatic Colors of #FBED03
Black with #FBED03
Text Example
Text Example
White with #FBED03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBED03; }
p { color: rgb(251,237,3); }
H1.HeaderClassName
{
color: #FBED03;
}
.AnyTagClassName
{
color: #FBED03;
}
</style>
background-color css
<style>
a { background-color: #FBED03; }
a { background-color: rgb(251,237,3); }
div.DivClassName
{
background-color: #FBED03;
}
.BgClassName
{
background-color: #FBED03;
}
</style>
border-color css
<style>
span { border-color: #FBED03; }
span { border-color: rgb(251,237,3); }
td.TdClassName
{
border-color: #FBED03;
}
.TagClassName
{
border-color: #FBED03;
}
</style>