Shades of Lemon #FADE11
Tints of Lemon #FADE11
RGB
CMYK
RGB Variations
Color information
#FADE11 (or 0xFADE11) is known color: Lemon. HEX triplet: FA, DE and 11. RGB value is (250,222,17). Sum of RGB (Red+Green+Blue) = 250+222+17=489 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.12% from 489); Green value is 222 (87.11% from 255 or 45.40% from 489); Blue value is 17 (7.03% from 255 or 3.48% from 489); Max value from RGB is 250 - color contains mainly: red. Hex color #FADE11 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FADE11 is #0521EE. Grayscale: #CFCFCF. Windows color (decimal): -336367 or 1171194. OLE color: 1171194.
HSL color Cylindrical-coordinate representation of color #FADE11: hue angle of 52.79º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FADE11 is Cyan = 0, Magento = 0.11, Yellow = 0.93 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 222 | 17 | - |
| CMYK | 0 | 0.11 | 0.93 | 0.02 |
| HSL | 52.79º | 0.96% | 0.52% | - |
| HSV(B) | 52.79º | 0.93% | 0.98% | - |
| XYZ | 65.65 | 72.61 | 11.08 | - |
| YUV | 207 | 20.78 | 158.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 222 | 17 | 0 | 0.11 | 0.93 | 0.02 | 52.79 | 0.96 | 0.52 |
| Hex | FA | DE | 11 | 0 | B | 5D | 2 | 35 | 60 | 34 |
| Octal | 372 | 336 | 21 | 0 | 13 | 135 | 2 | 65 | 140 | 64 |
| Binary | 11111010 | 11011110 | 10001 | 0 | 1011 | 1011101 | 10 | 110101 | 1100000 | 110100 |
Color Harmonies of #FADE11
Complementary color
Monochromatic Colors of #FADE11
Black with #FADE11
Text Example
Text Example
White with #FADE11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADE11; }
p { color: rgb(250,222,17); }
H1.HeaderClassName
{
color: #FADE11;
}
.AnyTagClassName
{
color: #FADE11;
}
</style>
background-color css
<style>
a { background-color: #FADE11; }
a { background-color: rgb(250,222,17); }
div.DivClassName
{
background-color: #FADE11;
}
.BgClassName
{
background-color: #FADE11;
}
</style>
border-color css
<style>
span { border-color: #FADE11; }
span { border-color: rgb(250,222,17); }
td.TdClassName
{
border-color: #FADE11;
}
.TagClassName
{
border-color: #FADE11;
}
</style>