Shades of Lemon #FADA19
Tints of Lemon #FADA19
RGB
CMYK
RGB Variations
Color information
#FADA19 (or 0xFADA19) is known color: Lemon. HEX triplet: FA, DA and 19. RGB value is (250,218,25). Sum of RGB (Red+Green+Blue) = 250+218+25=493 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.71% from 493); Green value is 218 (85.55% from 255 or 44.22% from 493); Blue value is 25 (10.16% from 255 or 5.07% from 493); Max value from RGB is 250 - color contains mainly: red. Hex color #FADA19 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FADA19 is #0525E6. Grayscale: #CECECE. Windows color (decimal): -337383 or 1694458. OLE color: 1694458.
HSL color Cylindrical-coordinate representation of color #FADA19: hue angle of 51.47º 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 #FADA19 is Cyan = 0, Magento = 0.13, Yellow = 0.9 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 218 | 25 | - |
| CMYK | 0 | 0.13 | 0.9 | 0.02 |
| HSL | 51.47º | 0.96% | 0.54% | - |
| HSV(B) | 51.47º | 0.9% | 0.98% | - |
| XYZ | 64.67 | 70.54 | 11.13 | - |
| YUV | 205.57 | 26.1 | 159.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 218 | 25 | 0 | 0.13 | 0.9 | 0.02 | 51.47 | 0.96 | 0.54 |
| Hex | FA | DA | 19 | 0 | D | 5A | 2 | 33 | 60 | 36 |
| Octal | 372 | 332 | 31 | 0 | 15 | 132 | 2 | 63 | 140 | 66 |
| Binary | 11111010 | 11011010 | 11001 | 0 | 1101 | 1011010 | 10 | 110011 | 1100000 | 110110 |
Color Harmonies of #FADA19
Complementary color
Monochromatic Colors of #FADA19
Black with #FADA19
Text Example
Text Example
White with #FADA19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADA19; }
p { color: rgb(250,218,25); }
H1.HeaderClassName
{
color: #FADA19;
}
.AnyTagClassName
{
color: #FADA19;
}
</style>
background-color css
<style>
a { background-color: #FADA19; }
a { background-color: rgb(250,218,25); }
div.DivClassName
{
background-color: #FADA19;
}
.BgClassName
{
background-color: #FADA19;
}
</style>
border-color css
<style>
span { border-color: #FADA19; }
span { border-color: rgb(250,218,25); }
td.TdClassName
{
border-color: #FADA19;
}
.TagClassName
{
border-color: #FADA19;
}
</style>