Shades of Lemon #FBDC19
Tints of Lemon #FBDC19
RGB
CMYK
RGB Variations
Color information
#FBDC19 (or 0xFBDC19) is known color: Lemon. HEX triplet: FB, DC and 19. RGB value is (251,220,25). Sum of RGB (Red+Green+Blue) = 251+220+25=496 (65% of max value = 765). Red value is 251 (98.44% from 255 or 50.60% from 496); Green value is 220 (86.33% from 255 or 44.35% from 496); Blue value is 25 (10.16% from 255 or 5.04% from 496); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDC19 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FBDC19 is #0423E6. Grayscale: #CFCFCF. Windows color (decimal): -271335 or 1694971. OLE color: 1694971.
HSL color Cylindrical-coordinate representation of color #FBDC19: hue angle of 51.77º 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 #FBDC19 is Cyan = 0, Magento = 0.12, Yellow = 0.90 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 220 | 25 | - |
| CMYK | 0 | 0.12 | 0.90 | 0.02 |
| HSL | 51.77º | 0.97% | 0.54% | - |
| HSV(B) | 51.77º | 0.9% | 0.98% | - |
| XYZ | 65.55 | 71.77 | 11.32 | - |
| YUV | 207.04 | 25.27 | 159.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 220 | 25 | 0 | 0.12 | 0.90 | 0.02 | 51.77 | 0.97 | 0.54 |
| Hex | FB | DC | 19 | 0 | C | 5A | 2 | 34 | 61 | 36 |
| Octal | 373 | 334 | 31 | 0 | 14 | 132 | 2 | 64 | 141 | 66 |
| Binary | 11111011 | 11011100 | 11001 | 0 | 1100 | 1011010 | 10 | 110100 | 1100001 | 110110 |
Color Harmonies of #FBDC19
Complementary color
Monochromatic Colors of #FBDC19
Black with #FBDC19
Text Example
Text Example
White with #FBDC19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBDC19; }
p { color: rgb(251,220,25); }
H1.HeaderClassName
{
color: #FBDC19;
}
.AnyTagClassName
{
color: #FBDC19;
}
</style>
background-color css
<style>
a { background-color: #FBDC19; }
a { background-color: rgb(251,220,25); }
div.DivClassName
{
background-color: #FBDC19;
}
.BgClassName
{
background-color: #FBDC19;
}
</style>
border-color css
<style>
span { border-color: #FBDC19; }
span { border-color: rgb(251,220,25); }
td.TdClassName
{
border-color: #FBDC19;
}
.TagClassName
{
border-color: #FBDC19;
}
</style>