Shades of Lemon #FBDB16
Tints of Lemon #FBDB16
RGB
CMYK
RGB Variations
Color information
#FBDB16 (or 0xFBDB16) is known color: Lemon. HEX triplet: FB, DB and 16. RGB value is (251,219,22). Sum of RGB (Red+Green+Blue) = 251+219+22=492 (65% of max value = 765). Red value is 251 (98.44% from 255 or 51.02% from 492); Green value is 219 (85.94% from 255 or 44.51% from 492); Blue value is 22 (8.98% from 255 or 4.47% from 492); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDB16 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FBDB16 is #0424E9. Grayscale: #CECECE. Windows color (decimal): -271594 or 1498107. OLE color: 1498107.
HSL color Cylindrical-coordinate representation of color #FBDB16: hue angle of 51.62º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FBDB16 is Cyan = 0, Magento = 0.13, Yellow = 0.91 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 219 | 22 | - |
| CMYK | 0 | 0.13 | 0.91 | 0.02 |
| HSL | 51.62º | 0.97% | 0.54% | - |
| HSV(B) | 51.62º | 0.91% | 0.98% | - |
| XYZ | 65.26 | 71.23 | 11.07 | - |
| YUV | 206.11 | 24.1 | 160.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 219 | 22 | 0 | 0.13 | 0.91 | 0.02 | 51.62 | 0.97 | 0.54 |
| Hex | FB | DB | 16 | 0 | D | 5B | 2 | 34 | 61 | 36 |
| Octal | 373 | 333 | 26 | 0 | 15 | 133 | 2 | 64 | 141 | 66 |
| Binary | 11111011 | 11011011 | 10110 | 0 | 1101 | 1011011 | 10 | 110100 | 1100001 | 110110 |
Color Harmonies of #FBDB16
Complementary color
Monochromatic Colors of #FBDB16
Black with #FBDB16
Text Example
Text Example
White with #FBDB16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBDB16; }
p { color: rgb(251,219,22); }
H1.HeaderClassName
{
color: #FBDB16;
}
.AnyTagClassName
{
color: #FBDB16;
}
</style>
background-color css
<style>
a { background-color: #FBDB16; }
a { background-color: rgb(251,219,22); }
div.DivClassName
{
background-color: #FBDB16;
}
.BgClassName
{
background-color: #FBDB16;
}
</style>
border-color css
<style>
span { border-color: #FBDB16; }
span { border-color: rgb(251,219,22); }
td.TdClassName
{
border-color: #FBDB16;
}
.TagClassName
{
border-color: #FBDB16;
}
</style>