Shades of Lemon #FADA16
Tints of Lemon #FADA16
RGB
CMYK
RGB Variations
Color information
#FADA16 (or 0xFADA16) is known color: Lemon. HEX triplet: FA, DA and 16. RGB value is (250,218,22). Sum of RGB (Red+Green+Blue) = 250+218+22=490 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.02% from 490); Green value is 218 (85.55% from 255 or 44.49% from 490); Blue value is 22 (8.98% from 255 or 4.49% from 490); Max value from RGB is 250 - color contains mainly: red. Hex color #FADA16 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FADA16 is #0525E9. Grayscale: #CECECE. Windows color (decimal): -337386 or 1497850. OLE color: 1497850.
HSL color Cylindrical-coordinate representation of color #FADA16: hue angle of 51.58º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FADA16 is Cyan = 0, Magento = 0.13, Yellow = 0.91 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 218 | 22 | - |
| CMYK | 0 | 0.13 | 0.91 | 0.02 |
| HSL | 51.58º | 0.96% | 0.53% | - |
| HSV(B) | 51.58º | 0.91% | 0.98% | - |
| XYZ | 64.64 | 70.52 | 10.96 | - |
| YUV | 205.22 | 24.6 | 159.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 218 | 22 | 0 | 0.13 | 0.91 | 0.02 | 51.58 | 0.96 | 0.53 |
| Hex | FA | DA | 16 | 0 | D | 5B | 2 | 34 | 60 | 35 |
| Octal | 372 | 332 | 26 | 0 | 15 | 133 | 2 | 64 | 140 | 65 |
| Binary | 11111010 | 11011010 | 10110 | 0 | 1101 | 1011011 | 10 | 110100 | 1100000 | 110101 |
Color Harmonies of #FADA16
Complementary color
Monochromatic Colors of #FADA16
Black with #FADA16
Text Example
Text Example
White with #FADA16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADA16; }
p { color: rgb(250,218,22); }
H1.HeaderClassName
{
color: #FADA16;
}
.AnyTagClassName
{
color: #FADA16;
}
</style>
background-color css
<style>
a { background-color: #FADA16; }
a { background-color: rgb(250,218,22); }
div.DivClassName
{
background-color: #FADA16;
}
.BgClassName
{
background-color: #FADA16;
}
</style>
border-color css
<style>
span { border-color: #FADA16; }
span { border-color: rgb(250,218,22); }
td.TdClassName
{
border-color: #FADA16;
}
.TagClassName
{
border-color: #FADA16;
}
</style>