Shades of Lemon #FADD19
Tints of Lemon #FADD19
RGB
CMYK
RGB Variations
Color information
#FADD19 (or 0xFADD19) is known color: Lemon. HEX triplet: FA, DD and 19. RGB value is (250,221,25). Sum of RGB (Red+Green+Blue) = 250+221+25=496 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.40% from 496); Green value is 221 (86.72% from 255 or 44.56% from 496); Blue value is 25 (10.16% from 255 or 5.04% from 496); Max value from RGB is 250 - color contains mainly: red. Hex color #FADD19 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FADD19 is #0522E6. Grayscale: #D0D0D0. Windows color (decimal): -336615 or 1695226. OLE color: 1695226.
HSL color Cylindrical-coordinate representation of color #FADD19: hue angle of 52.27º 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 #FADD19 is Cyan = 0, Magento = 0.12, Yellow = 0.9 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 221 | 25 | - |
| CMYK | 0 | 0.12 | 0.9 | 0.02 |
| HSL | 52.27º | 0.96% | 0.54% | - |
| HSV(B) | 52.27º | 0.9% | 0.98% | - |
| XYZ | 65.46 | 72.11 | 11.39 | - |
| YUV | 207.33 | 25.11 | 158.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 221 | 25 | 0 | 0.12 | 0.9 | 0.02 | 52.27 | 0.96 | 0.54 |
| Hex | FA | DD | 19 | 0 | C | 5A | 2 | 34 | 60 | 36 |
| Octal | 372 | 335 | 31 | 0 | 14 | 132 | 2 | 64 | 140 | 66 |
| Binary | 11111010 | 11011101 | 11001 | 0 | 1100 | 1011010 | 10 | 110100 | 1100000 | 110110 |
Color Harmonies of #FADD19
Complementary color
Monochromatic Colors of #FADD19
Black with #FADD19
Text Example
Text Example
White with #FADD19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADD19; }
p { color: rgb(250,221,25); }
H1.HeaderClassName
{
color: #FADD19;
}
.AnyTagClassName
{
color: #FADD19;
}
</style>
background-color css
<style>
a { background-color: #FADD19; }
a { background-color: rgb(250,221,25); }
div.DivClassName
{
background-color: #FADD19;
}
.BgClassName
{
background-color: #FADD19;
}
</style>
border-color css
<style>
span { border-color: #FADD19; }
span { border-color: rgb(250,221,25); }
td.TdClassName
{
border-color: #FADD19;
}
.TagClassName
{
border-color: #FADD19;
}
</style>