Shades of Lemon #FBDB18
Tints of Lemon #FBDB18
RGB
CMYK
RGB Variations
Color information
#FBDB18 (or 0xFBDB18) is known color: Lemon. HEX triplet: FB, DB and 18. RGB value is (251,219,24). Sum of RGB (Red+Green+Blue) = 251+219+24=494 (65% of max value = 765). Red value is 251 (98.44% from 255 or 50.81% from 494); Green value is 219 (85.94% from 255 or 44.33% from 494); Blue value is 24 (9.77% from 255 or 4.86% from 494); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDB18 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FBDB18 is #0424E7. Grayscale: #CFCFCF. Windows color (decimal): -271592 or 1629179. OLE color: 1629179.
HSL color Cylindrical-coordinate representation of color #FBDB18: hue angle of 51.54º 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 #FBDB18 is Cyan = 0, Magento = 0.13, Yellow = 0.90 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 219 | 24 | - |
| CMYK | 0 | 0.13 | 0.90 | 0.02 |
| HSL | 51.54º | 0.97% | 0.54% | - |
| HSV(B) | 51.54º | 0.9% | 0.98% | - |
| XYZ | 65.28 | 71.24 | 11.17 | - |
| YUV | 206.34 | 25.1 | 159.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 219 | 24 | 0 | 0.13 | 0.90 | 0.02 | 51.54 | 0.97 | 0.54 |
| Hex | FB | DB | 18 | 0 | D | 5A | 2 | 34 | 61 | 36 |
| Octal | 373 | 333 | 30 | 0 | 15 | 132 | 2 | 64 | 141 | 66 |
| Binary | 11111011 | 11011011 | 11000 | 0 | 1101 | 1011010 | 10 | 110100 | 1100001 | 110110 |
Color Harmonies of #FBDB18
Complementary color
Monochromatic Colors of #FBDB18
Black with #FBDB18
Text Example
Text Example
White with #FBDB18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBDB18; }
p { color: rgb(251,219,24); }
H1.HeaderClassName
{
color: #FBDB18;
}
.AnyTagClassName
{
color: #FBDB18;
}
</style>
background-color css
<style>
a { background-color: #FBDB18; }
a { background-color: rgb(251,219,24); }
div.DivClassName
{
background-color: #FBDB18;
}
.BgClassName
{
background-color: #FBDB18;
}
</style>
border-color css
<style>
span { border-color: #FBDB18; }
span { border-color: rgb(251,219,24); }
td.TdClassName
{
border-color: #FBDB18;
}
.TagClassName
{
border-color: #FBDB18;
}
</style>