Shades of Lemon #FBDB12
Tints of Lemon #FBDB12
RGB
CMYK
RGB Variations
Color information
#FBDB12 (or 0xFBDB12) is known color: Lemon. HEX triplet: FB, DB and 12. RGB value is (251,219,18). Sum of RGB (Red+Green+Blue) = 251+219+18=488 (64% of max value = 765). Red value is 251 (98.44% from 255 or 51.43% from 488); Green value is 219 (85.94% from 255 or 44.88% from 488); Blue value is 18 (7.42% from 255 or 3.69% from 488); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDB12 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FBDB12 is #0424ED. Grayscale: #CECECE. Windows color (decimal): -271598 or 1235963. OLE color: 1235963.
HSL color Cylindrical-coordinate representation of color #FBDB12: hue angle of 51.76º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FBDB12 is Cyan = 0, Magento = 0.13, Yellow = 0.93 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 219 | 18 | - |
| CMYK | 0 | 0.13 | 0.93 | 0.02 |
| HSL | 51.76º | 0.97% | 0.53% | - |
| HSV(B) | 51.76º | 0.93% | 0.98% | - |
| XYZ | 65.22 | 71.22 | 10.88 | - |
| YUV | 205.65 | 22.1 | 160.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 219 | 18 | 0 | 0.13 | 0.93 | 0.02 | 51.76 | 0.97 | 0.53 |
| Hex | FB | DB | 12 | 0 | D | 5D | 2 | 34 | 61 | 35 |
| Octal | 373 | 333 | 22 | 0 | 15 | 135 | 2 | 64 | 141 | 65 |
| Binary | 11111011 | 11011011 | 10010 | 0 | 1101 | 1011101 | 10 | 110100 | 1100001 | 110101 |
Color Harmonies of #FBDB12
Complementary color
Monochromatic Colors of #FBDB12
Black with #FBDB12
Text Example
Text Example
White with #FBDB12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBDB12; }
p { color: rgb(251,219,18); }
H1.HeaderClassName
{
color: #FBDB12;
}
.AnyTagClassName
{
color: #FBDB12;
}
</style>
background-color css
<style>
a { background-color: #FBDB12; }
a { background-color: rgb(251,219,18); }
div.DivClassName
{
background-color: #FBDB12;
}
.BgClassName
{
background-color: #FBDB12;
}
</style>
border-color css
<style>
span { border-color: #FBDB12; }
span { border-color: rgb(251,219,18); }
td.TdClassName
{
border-color: #FBDB12;
}
.TagClassName
{
border-color: #FBDB12;
}
</style>