Shades of Lemon #FADB19
Tints of Lemon #FADB19
RGB
CMYK
RGB Variations
Color information
#FADB19 (or 0xFADB19) is known color: Lemon. HEX triplet: FA, DB and 19. RGB value is (250,219,25). Sum of RGB (Red+Green+Blue) = 250+219+25=494 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.61% from 494); Green value is 219 (85.94% from 255 or 44.33% from 494); Blue value is 25 (10.16% from 255 or 5.06% from 494); Max value from RGB is 250 - color contains mainly: red. Hex color #FADB19 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FADB19 is #0524E6. Grayscale: #CECECE. Windows color (decimal): -337127 or 1694714. OLE color: 1694714.
HSL color Cylindrical-coordinate representation of color #FADB19: hue angle of 51.73º degrees, saturation: 0.96, 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 #FADB19 is Cyan = 0, Magento = 0.12, Yellow = 0.9 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 219 | 25 | - |
| CMYK | 0 | 0.12 | 0.9 | 0.02 |
| HSL | 51.73º | 0.96% | 0.54% | - |
| HSV(B) | 51.73º | 0.9% | 0.98% | - |
| XYZ | 64.93 | 71.06 | 11.21 | - |
| YUV | 206.15 | 25.77 | 159.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 219 | 25 | 0 | 0.12 | 0.9 | 0.02 | 51.73 | 0.96 | 0.54 |
| Hex | FA | DB | 19 | 0 | C | 5A | 2 | 34 | 60 | 36 |
| Octal | 372 | 333 | 31 | 0 | 14 | 132 | 2 | 64 | 140 | 66 |
| Binary | 11111010 | 11011011 | 11001 | 0 | 1100 | 1011010 | 10 | 110100 | 1100000 | 110110 |
Color Harmonies of #FADB19
Complementary color
Monochromatic Colors of #FADB19
Black with #FADB19
Text Example
Text Example
White with #FADB19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADB19; }
p { color: rgb(250,219,25); }
H1.HeaderClassName
{
color: #FADB19;
}
.AnyTagClassName
{
color: #FADB19;
}
</style>
background-color css
<style>
a { background-color: #FADB19; }
a { background-color: rgb(250,219,25); }
div.DivClassName
{
background-color: #FADB19;
}
.BgClassName
{
background-color: #FADB19;
}
</style>
border-color css
<style>
span { border-color: #FADB19; }
span { border-color: rgb(250,219,25); }
td.TdClassName
{
border-color: #FADB19;
}
.TagClassName
{
border-color: #FADB19;
}
</style>