Shades of Lemon #FADA12
Tints of Lemon #FADA12
RGB
CMYK
RGB Variations
Color information
#FADA12 (or 0xFADA12) is known color: Lemon. HEX triplet: FA, DA and 12. RGB value is (250,218,18). Sum of RGB (Red+Green+Blue) = 250+218+18=486 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.44% from 486); Green value is 218 (85.55% from 255 or 44.86% from 486); Blue value is 18 (7.42% from 255 or 3.70% from 486); Max value from RGB is 250 - color contains mainly: red. Hex color #FADA12 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FADA12 is #0525ED. Grayscale: #CDCDCD. Windows color (decimal): -337390 or 1235706. OLE color: 1235706.
HSL color Cylindrical-coordinate representation of color #FADA12: hue angle of 51.72º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FADA12 is Cyan = 0, Magento = 0.13, Yellow = 0.93 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 218 | 18 | - |
| CMYK | 0 | 0.13 | 0.93 | 0.02 |
| HSL | 51.72º | 0.96% | 0.53% | - |
| HSV(B) | 51.72º | 0.93% | 0.98% | - |
| XYZ | 64.6 | 70.51 | 10.78 | - |
| YUV | 204.77 | 22.6 | 160.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 218 | 18 | 0 | 0.13 | 0.93 | 0.02 | 51.72 | 0.96 | 0.53 |
| Hex | FA | DA | 12 | 0 | D | 5D | 2 | 34 | 60 | 35 |
| Octal | 372 | 332 | 22 | 0 | 15 | 135 | 2 | 64 | 140 | 65 |
| Binary | 11111010 | 11011010 | 10010 | 0 | 1101 | 1011101 | 10 | 110100 | 1100000 | 110101 |
Color Harmonies of #FADA12
Complementary color
Monochromatic Colors of #FADA12
Black with #FADA12
Text Example
Text Example
White with #FADA12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADA12; }
p { color: rgb(250,218,18); }
H1.HeaderClassName
{
color: #FADA12;
}
.AnyTagClassName
{
color: #FADA12;
}
</style>
background-color css
<style>
a { background-color: #FADA12; }
a { background-color: rgb(250,218,18); }
div.DivClassName
{
background-color: #FADA12;
}
.BgClassName
{
background-color: #FADA12;
}
</style>
border-color css
<style>
span { border-color: #FADA12; }
span { border-color: rgb(250,218,18); }
td.TdClassName
{
border-color: #FADA12;
}
.TagClassName
{
border-color: #FADA12;
}
</style>