Shades of Lemon #FBDC16
Tints of Lemon #FBDC16
RGB
CMYK
RGB Variations
Color information
#FBDC16 (or 0xFBDC16) is known color: Lemon. HEX triplet: FB, DC and 16. RGB value is (251,220,22). Sum of RGB (Red+Green+Blue) = 251+220+22=493 (65% of max value = 765). Red value is 251 (98.44% from 255 or 50.91% from 493); Green value is 220 (86.33% from 255 or 44.62% from 493); Blue value is 22 (8.98% from 255 or 4.46% from 493); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDC16 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FBDC16 is #0423E9. Grayscale: #CFCFCF. Windows color (decimal): -271338 or 1498363. OLE color: 1498363.
HSL color Cylindrical-coordinate representation of color #FBDC16: hue angle of 51.88º 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 #FBDC16 is Cyan = 0, Magento = 0.12, Yellow = 0.91 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 220 | 22 | - |
| CMYK | 0 | 0.12 | 0.91 | 0.02 |
| HSL | 51.88º | 0.97% | 0.54% | - |
| HSV(B) | 51.88º | 0.91% | 0.98% | - |
| XYZ | 65.52 | 71.75 | 11.16 | - |
| YUV | 206.7 | 23.77 | 159.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 220 | 22 | 0 | 0.12 | 0.91 | 0.02 | 51.88 | 0.97 | 0.54 |
| Hex | FB | DC | 16 | 0 | C | 5B | 2 | 34 | 61 | 36 |
| Octal | 373 | 334 | 26 | 0 | 14 | 133 | 2 | 64 | 141 | 66 |
| Binary | 11111011 | 11011100 | 10110 | 0 | 1100 | 1011011 | 10 | 110100 | 1100001 | 110110 |
Color Harmonies of #FBDC16
Complementary color
Monochromatic Colors of #FBDC16
Black with #FBDC16
Text Example
Text Example
White with #FBDC16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBDC16; }
p { color: rgb(251,220,22); }
H1.HeaderClassName
{
color: #FBDC16;
}
.AnyTagClassName
{
color: #FBDC16;
}
</style>
background-color css
<style>
a { background-color: #FBDC16; }
a { background-color: rgb(251,220,22); }
div.DivClassName
{
background-color: #FBDC16;
}
.BgClassName
{
background-color: #FBDC16;
}
</style>
border-color css
<style>
span { border-color: #FBDC16; }
span { border-color: rgb(251,220,22); }
td.TdClassName
{
border-color: #FBDC16;
}
.TagClassName
{
border-color: #FBDC16;
}
</style>