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