Shades of Lemon #FADF11
Tints of Lemon #FADF11
RGB
CMYK
RGB Variations
Color information
#FADF11 (or 0xFADF11) is known color: Lemon. HEX triplet: FA, DF and 11. RGB value is (250,223,17). Sum of RGB (Red+Green+Blue) = 250+223+17=490 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.02% from 490); Green value is 223 (87.5% from 255 or 45.51% from 490); Blue value is 17 (7.03% from 255 or 3.47% from 490); Max value from RGB is 250 - color contains mainly: red. Hex color #FADF11 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FADF11 is #0520EE. Grayscale: #D0D0D0. Windows color (decimal): -336111 or 1171450. OLE color: 1171450.
HSL color Cylindrical-coordinate representation of color #FADF11: hue angle of 53.05º 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 #FADF11 is Cyan = 0, Magento = 0.11, Yellow = 0.93 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 223 | 17 | - |
| CMYK | 0 | 0.11 | 0.93 | 0.02 |
| HSL | 53.05º | 0.96% | 0.52% | - |
| HSV(B) | 53.05º | 0.93% | 0.98% | - |
| XYZ | 65.91 | 73.14 | 11.17 | - |
| YUV | 207.59 | 20.45 | 158.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 223 | 17 | 0 | 0.11 | 0.93 | 0.02 | 53.05 | 0.96 | 0.52 |
| Hex | FA | DF | 11 | 0 | B | 5D | 2 | 35 | 60 | 34 |
| Octal | 372 | 337 | 21 | 0 | 13 | 135 | 2 | 65 | 140 | 64 |
| Binary | 11111010 | 11011111 | 10001 | 0 | 1011 | 1011101 | 10 | 110101 | 1100000 | 110100 |
Color Harmonies of #FADF11
Complementary color
Monochromatic Colors of #FADF11
Black with #FADF11
Text Example
Text Example
White with #FADF11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADF11; }
p { color: rgb(250,223,17); }
H1.HeaderClassName
{
color: #FADF11;
}
.AnyTagClassName
{
color: #FADF11;
}
</style>
background-color css
<style>
a { background-color: #FADF11; }
a { background-color: rgb(250,223,17); }
div.DivClassName
{
background-color: #FADF11;
}
.BgClassName
{
background-color: #FADF11;
}
</style>
border-color css
<style>
span { border-color: #FADF11; }
span { border-color: rgb(250,223,17); }
td.TdClassName
{
border-color: #FADF11;
}
.TagClassName
{
border-color: #FADF11;
}
</style>