Shades of Lemon #FBED21
Tints of Lemon #FBED21
RGB
CMYK
RGB Variations
Color information
#FBED21 (or 0xFBED21) is known color: Lemon. HEX triplet: FB, ED and 21. RGB value is (251,237,33). Sum of RGB (Red+Green+Blue) = 251+237+33=521 (69% of max value = 765). Red value is 251 (98.44% from 255 or 48.18% from 521); Green value is 237 (92.97% from 255 or 45.49% from 521); Blue value is 33 (13.28% from 255 or 6.33% from 521); Max value from RGB is 251 - color contains mainly: red. Hex color #FBED21 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FBED21 is #0412DE. Grayscale: #DADADA. Windows color (decimal): -266975 or 2223611. OLE color: 2223611.
HSL color Cylindrical-coordinate representation of color #FBED21: hue angle of 56.15º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FBED21 is Cyan = 0, Magento = 0.06, Yellow = 0.87 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 237 | 33 | - |
| CMYK | 0 | 0.06 | 0.87 | 0.02 |
| HSL | 56.15º | 0.96% | 0.56% | - |
| HSV(B) | 56.15º | 0.87% | 0.98% | - |
| XYZ | 70.34 | 81.19 | 13.4 | - |
| YUV | 217.93 | 23.64 | 151.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 237 | 33 | 0 | 0.06 | 0.87 | 0.02 | 56.15 | 0.96 | 0.56 |
| Hex | FB | ED | 21 | 0 | 6 | 57 | 2 | 38 | 60 | 38 |
| Octal | 373 | 355 | 41 | 0 | 6 | 127 | 2 | 70 | 140 | 70 |
| Binary | 11111011 | 11101101 | 100001 | 0 | 110 | 1010111 | 10 | 111000 | 1100000 | 111000 |
Color Harmonies of #FBED21
Complementary color
Monochromatic Colors of #FBED21
Black with #FBED21
Text Example
Text Example
White with #FBED21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBED21; }
p { color: rgb(251,237,33); }
H1.HeaderClassName
{
color: #FBED21;
}
.AnyTagClassName
{
color: #FBED21;
}
</style>
background-color css
<style>
a { background-color: #FBED21; }
a { background-color: rgb(251,237,33); }
div.DivClassName
{
background-color: #FBED21;
}
.BgClassName
{
background-color: #FBED21;
}
</style>
border-color css
<style>
span { border-color: #FBED21; }
span { border-color: rgb(251,237,33); }
td.TdClassName
{
border-color: #FBED21;
}
.TagClassName
{
border-color: #FBED21;
}
</style>