Shades of Lemon #FBDD18
Tints of Lemon #FBDD18
RGB
CMYK
RGB Variations
Color information
#FBDD18 (or 0xFBDD18) is known color: Lemon. HEX triplet: FB, DD and 18. RGB value is (251,221,24). Sum of RGB (Red+Green+Blue) = 251+221+24=496 (65% of max value = 765). Red value is 251 (98.44% from 255 or 50.60% from 496); Green value is 221 (86.72% from 255 or 44.56% from 496); Blue value is 24 (9.77% from 255 or 4.84% from 496); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDD18 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FBDD18 is #0422E7. Grayscale: #D0D0D0. Windows color (decimal): -271080 or 1629691. OLE color: 1629691.
HSL color Cylindrical-coordinate representation of color #FBDD18: hue angle of 52.07º 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 #FBDD18 is Cyan = 0, Magento = 0.12, Yellow = 0.90 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 221 | 24 | - |
| CMYK | 0 | 0.12 | 0.90 | 0.02 |
| HSL | 52.07º | 0.97% | 0.54% | - |
| HSV(B) | 52.07º | 0.9% | 0.98% | - |
| XYZ | 65.8 | 72.29 | 11.35 | - |
| YUV | 207.51 | 24.44 | 159.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 221 | 24 | 0 | 0.12 | 0.90 | 0.02 | 52.07 | 0.97 | 0.54 |
| Hex | FB | DD | 18 | 0 | C | 5A | 2 | 34 | 61 | 36 |
| Octal | 373 | 335 | 30 | 0 | 14 | 132 | 2 | 64 | 141 | 66 |
| Binary | 11111011 | 11011101 | 11000 | 0 | 1100 | 1011010 | 10 | 110100 | 1100001 | 110110 |
Color Harmonies of #FBDD18
Complementary color
Monochromatic Colors of #FBDD18
Black with #FBDD18
Text Example
Text Example
White with #FBDD18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBDD18; }
p { color: rgb(251,221,24); }
H1.HeaderClassName
{
color: #FBDD18;
}
.AnyTagClassName
{
color: #FBDD18;
}
</style>
background-color css
<style>
a { background-color: #FBDD18; }
a { background-color: rgb(251,221,24); }
div.DivClassName
{
background-color: #FBDD18;
}
.BgClassName
{
background-color: #FBDD18;
}
</style>
border-color css
<style>
span { border-color: #FBDD18; }
span { border-color: rgb(251,221,24); }
td.TdClassName
{
border-color: #FBDD18;
}
.TagClassName
{
border-color: #FBDD18;
}
</style>