Shades of Lemon #FADF17
Tints of Lemon #FADF17
RGB
CMYK
RGB Variations
Color information
#FADF17 (or 0xFADF17) is known color: Lemon. HEX triplet: FA, DF and 17. RGB value is (250,223,23). Sum of RGB (Red+Green+Blue) = 250+223+23=496 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.40% from 496); Green value is 223 (87.5% from 255 or 44.96% from 496); Blue value is 23 (9.38% from 255 or 4.64% from 496); Max value from RGB is 250 - color contains mainly: red. Hex color #FADF17 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FADF17 is #0520E8. Grayscale: #D1D1D1. Windows color (decimal): -336105 or 1564666. OLE color: 1564666.
HSL color Cylindrical-coordinate representation of color #FADF17: hue angle of 52.86º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FADF17 is Cyan = 0, Magento = 0.11, Yellow = 0.91 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 223 | 23 | - |
| CMYK | 0 | 0.11 | 0.91 | 0.02 |
| HSL | 52.86º | 0.96% | 0.54% | - |
| HSV(B) | 52.86º | 0.91% | 0.98% | - |
| XYZ | 65.97 | 73.16 | 11.46 | - |
| YUV | 208.27 | 23.45 | 157.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 223 | 23 | 0 | 0.11 | 0.91 | 0.02 | 52.86 | 0.96 | 0.54 |
| Hex | FA | DF | 17 | 0 | B | 5B | 2 | 35 | 60 | 36 |
| Octal | 372 | 337 | 27 | 0 | 13 | 133 | 2 | 65 | 140 | 66 |
| Binary | 11111010 | 11011111 | 10111 | 0 | 1011 | 1011011 | 10 | 110101 | 1100000 | 110110 |
Color Harmonies of #FADF17
Complementary color
Monochromatic Colors of #FADF17
Black with #FADF17
Text Example
Text Example
White with #FADF17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADF17; }
p { color: rgb(250,223,23); }
H1.HeaderClassName
{
color: #FADF17;
}
.AnyTagClassName
{
color: #FADF17;
}
</style>
background-color css
<style>
a { background-color: #FADF17; }
a { background-color: rgb(250,223,23); }
div.DivClassName
{
background-color: #FADF17;
}
.BgClassName
{
background-color: #FADF17;
}
</style>
border-color css
<style>
span { border-color: #FADF17; }
span { border-color: rgb(250,223,23); }
td.TdClassName
{
border-color: #FADF17;
}
.TagClassName
{
border-color: #FADF17;
}
</style>