Shades of Lemon #FADA18
Tints of Lemon #FADA18
RGB
CMYK
RGB Variations
Color information
#FADA18 (or 0xFADA18) is known color: Lemon. HEX triplet: FA, DA and 18. RGB value is (250,218,24). Sum of RGB (Red+Green+Blue) = 250+218+24=492 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.81% from 492); Green value is 218 (85.55% from 255 or 44.31% from 492); Blue value is 24 (9.77% from 255 or 4.88% from 492); Max value from RGB is 250 - color contains mainly: red. Hex color #FADA18 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FADA18 is #0525E7. Grayscale: #CECECE. Windows color (decimal): -337384 or 1628922. OLE color: 1628922.
HSL color Cylindrical-coordinate representation of color #FADA18: hue angle of 51.5º 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 #FADA18 is Cyan = 0, Magento = 0.13, Yellow = 0.90 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 218 | 24 | - |
| CMYK | 0 | 0.13 | 0.90 | 0.02 |
| HSL | 51.5º | 0.96% | 0.54% | - |
| HSV(B) | 51.5º | 0.9% | 0.98% | - |
| XYZ | 64.66 | 70.53 | 11.07 | - |
| YUV | 205.45 | 25.6 | 159.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 218 | 24 | 0 | 0.13 | 0.90 | 0.02 | 51.5 | 0.96 | 0.54 |
| Hex | FA | DA | 18 | 0 | D | 5A | 2 | 34 | 60 | 36 |
| Octal | 372 | 332 | 30 | 0 | 15 | 132 | 2 | 64 | 140 | 66 |
| Binary | 11111010 | 11011010 | 11000 | 0 | 1101 | 1011010 | 10 | 110100 | 1100000 | 110110 |
Color Harmonies of #FADA18
Complementary color
Monochromatic Colors of #FADA18
Black with #FADA18
Text Example
Text Example
White with #FADA18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADA18; }
p { color: rgb(250,218,24); }
H1.HeaderClassName
{
color: #FADA18;
}
.AnyTagClassName
{
color: #FADA18;
}
</style>
background-color css
<style>
a { background-color: #FADA18; }
a { background-color: rgb(250,218,24); }
div.DivClassName
{
background-color: #FADA18;
}
.BgClassName
{
background-color: #FADA18;
}
</style>
border-color css
<style>
span { border-color: #FADA18; }
span { border-color: rgb(250,218,24); }
td.TdClassName
{
border-color: #FADA18;
}
.TagClassName
{
border-color: #FADA18;
}
</style>