Shades of Lemon #FADE12
Tints of Lemon #FADE12
RGB
CMYK
RGB Variations
Color information
#FADE12 (or 0xFADE12) is known color: Lemon. HEX triplet: FA, DE and 12. RGB value is (250,222,18). Sum of RGB (Red+Green+Blue) = 250+222+18=490 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.02% from 490); Green value is 222 (87.11% from 255 or 45.31% from 490); Blue value is 18 (7.42% from 255 or 3.67% from 490); Max value from RGB is 250 - color contains mainly: red. Hex color #FADE12 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FADE12 is #0521ED. Grayscale: #CFCFCF. Windows color (decimal): -336366 or 1236730. OLE color: 1236730.
HSL color Cylindrical-coordinate representation of color #FADE12: hue angle of 52.76º 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 #FADE12 is Cyan = 0, Magento = 0.11, Yellow = 0.93 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 222 | 18 | - |
| CMYK | 0 | 0.11 | 0.93 | 0.02 |
| HSL | 52.76º | 0.96% | 0.53% | - |
| HSV(B) | 52.76º | 0.93% | 0.98% | - |
| XYZ | 65.65 | 72.61 | 11.13 | - |
| YUV | 207.12 | 21.28 | 158.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 222 | 18 | 0 | 0.11 | 0.93 | 0.02 | 52.76 | 0.96 | 0.53 |
| Hex | FA | DE | 12 | 0 | B | 5D | 2 | 35 | 60 | 35 |
| Octal | 372 | 336 | 22 | 0 | 13 | 135 | 2 | 65 | 140 | 65 |
| Binary | 11111010 | 11011110 | 10010 | 0 | 1011 | 1011101 | 10 | 110101 | 1100000 | 110101 |
Color Harmonies of #FADE12
Complementary color
Monochromatic Colors of #FADE12
Black with #FADE12
Text Example
Text Example
White with #FADE12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADE12; }
p { color: rgb(250,222,18); }
H1.HeaderClassName
{
color: #FADE12;
}
.AnyTagClassName
{
color: #FADE12;
}
</style>
background-color css
<style>
a { background-color: #FADE12; }
a { background-color: rgb(250,222,18); }
div.DivClassName
{
background-color: #FADE12;
}
.BgClassName
{
background-color: #FADE12;
}
</style>
border-color css
<style>
span { border-color: #FADE12; }
span { border-color: rgb(250,222,18); }
td.TdClassName
{
border-color: #FADE12;
}
.TagClassName
{
border-color: #FADE12;
}
</style>