Shades of Lemon #FBDF18
Tints of Lemon #FBDF18
RGB
CMYK
RGB Variations
Color information
#FBDF18 (or 0xFBDF18) is known color: Lemon. HEX triplet: FB, DF and 18. RGB value is (251,223,24). Sum of RGB (Red+Green+Blue) = 251+223+24=498 (65% of max value = 765). Red value is 251 (98.44% from 255 or 50.40% from 498); Green value is 223 (87.5% from 255 or 44.78% from 498); Blue value is 24 (9.77% from 255 or 4.82% from 498); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDF18 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FBDF18 is #0420E7. Grayscale: #D1D1D1. Windows color (decimal): -270568 or 1630203. OLE color: 1630203.
HSL color Cylindrical-coordinate representation of color #FBDF18: hue angle of 52.6º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FBDF18 is Cyan = 0, Magento = 0.11, Yellow = 0.90 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 223 | 24 | - |
| CMYK | 0 | 0.11 | 0.90 | 0.02 |
| HSL | 52.6º | 0.97% | 0.54% | - |
| HSV(B) | 52.6º | 0.9% | 0.98% | - |
| XYZ | 66.34 | 73.35 | 11.53 | - |
| YUV | 208.69 | 23.78 | 158.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 223 | 24 | 0 | 0.11 | 0.90 | 0.02 | 52.6 | 0.97 | 0.54 |
| Hex | FB | DF | 18 | 0 | B | 5A | 2 | 35 | 61 | 36 |
| Octal | 373 | 337 | 30 | 0 | 13 | 132 | 2 | 65 | 141 | 66 |
| Binary | 11111011 | 11011111 | 11000 | 0 | 1011 | 1011010 | 10 | 110101 | 1100001 | 110110 |
Color Harmonies of #FBDF18
Complementary color
Monochromatic Colors of #FBDF18
Black with #FBDF18
Text Example
Text Example
White with #FBDF18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBDF18; }
p { color: rgb(251,223,24); }
H1.HeaderClassName
{
color: #FBDF18;
}
.AnyTagClassName
{
color: #FBDF18;
}
</style>
background-color css
<style>
a { background-color: #FBDF18; }
a { background-color: rgb(251,223,24); }
div.DivClassName
{
background-color: #FBDF18;
}
.BgClassName
{
background-color: #FBDF18;
}
</style>
border-color css
<style>
span { border-color: #FBDF18; }
span { border-color: rgb(251,223,24); }
td.TdClassName
{
border-color: #FBDF18;
}
.TagClassName
{
border-color: #FBDF18;
}
</style>