Shades of Lemon #FBDF19
Tints of Lemon #FBDF19
RGB
CMYK
RGB Variations
Color information
#FBDF19 (or 0xFBDF19) is known color: Lemon. HEX triplet: FB, DF and 19. RGB value is (251,223,25). Sum of RGB (Red+Green+Blue) = 251+223+25=499 (66% of max value = 765). Red value is 251 (98.44% from 255 or 50.30% from 499); Green value is 223 (87.5% from 255 or 44.69% from 499); Blue value is 25 (10.16% from 255 or 5.01% from 499); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDF19 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FBDF19 is #0420E6. Grayscale: #D1D1D1. Windows color (decimal): -270567 or 1695739. OLE color: 1695739.
HSL color Cylindrical-coordinate representation of color #FBDF19: hue angle of 52.57º 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 #FBDF19 is Cyan = 0, Magento = 0.11, Yellow = 0.90 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 223 | 25 | - |
| CMYK | 0 | 0.11 | 0.90 | 0.02 |
| HSL | 52.57º | 0.97% | 0.54% | - |
| HSV(B) | 52.57º | 0.9% | 0.98% | - |
| XYZ | 66.35 | 73.35 | 11.58 | - |
| YUV | 208.8 | 24.28 | 158.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 223 | 25 | 0 | 0.11 | 0.90 | 0.02 | 52.57 | 0.97 | 0.54 |
| Hex | FB | DF | 19 | 0 | B | 5A | 2 | 35 | 61 | 36 |
| Octal | 373 | 337 | 31 | 0 | 13 | 132 | 2 | 65 | 141 | 66 |
| Binary | 11111011 | 11011111 | 11001 | 0 | 1011 | 1011010 | 10 | 110101 | 1100001 | 110110 |
Color Harmonies of #FBDF19
Complementary color
Monochromatic Colors of #FBDF19
Black with #FBDF19
Text Example
Text Example
White with #FBDF19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBDF19; }
p { color: rgb(251,223,25); }
H1.HeaderClassName
{
color: #FBDF19;
}
.AnyTagClassName
{
color: #FBDF19;
}
</style>
background-color css
<style>
a { background-color: #FBDF19; }
a { background-color: rgb(251,223,25); }
div.DivClassName
{
background-color: #FBDF19;
}
.BgClassName
{
background-color: #FBDF19;
}
</style>
border-color css
<style>
span { border-color: #FBDF19; }
span { border-color: rgb(251,223,25); }
td.TdClassName
{
border-color: #FBDF19;
}
.TagClassName
{
border-color: #FBDF19;
}
</style>