Shades of Lemon #FADF1D
Tints of Lemon #FADF1D
RGB
CMYK
RGB Variations
Color information
#FADF1D (or 0xFADF1D) is known color: Lemon. HEX triplet: FA, DF and 1D. RGB value is (250,223,29). Sum of RGB (Red+Green+Blue) = 250+223+29=502 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.80% from 502); Green value is 223 (87.5% from 255 or 44.42% from 502); Blue value is 29 (11.72% from 255 or 5.78% from 502); Max value from RGB is 250 - color contains mainly: red. Hex color #FADF1D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FADF1D is #0520E2. Grayscale: #D1D1D1. Windows color (decimal): -336099 or 1957882. OLE color: 1957882.
HSL color Cylindrical-coordinate representation of color #FADF1D: hue angle of 52.67º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FADF1D is Cyan = 0, Magento = 0.11, Yellow = 0.88 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 223 | 29 | - |
| CMYK | 0 | 0.11 | 0.88 | 0.02 |
| HSL | 52.67º | 0.96% | 0.55% | - |
| HSV(B) | 52.67º | 0.88% | 0.98% | - |
| XYZ | 66.03 | 73.19 | 11.81 | - |
| YUV | 208.96 | 26.45 | 157.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 223 | 29 | 0 | 0.11 | 0.88 | 0.02 | 52.67 | 0.96 | 0.55 |
| Hex | FA | DF | 1D | 0 | B | 58 | 2 | 35 | 60 | 37 |
| Octal | 372 | 337 | 35 | 0 | 13 | 130 | 2 | 65 | 140 | 67 |
| Binary | 11111010 | 11011111 | 11101 | 0 | 1011 | 1011000 | 10 | 110101 | 1100000 | 110111 |
Color Harmonies of #FADF1D
Complementary color
Monochromatic Colors of #FADF1D
Black with #FADF1D
Text Example
Text Example
White with #FADF1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADF1D; }
p { color: rgb(250,223,29); }
H1.HeaderClassName
{
color: #FADF1D;
}
.AnyTagClassName
{
color: #FADF1D;
}
</style>
background-color css
<style>
a { background-color: #FADF1D; }
a { background-color: rgb(250,223,29); }
div.DivClassName
{
background-color: #FADF1D;
}
.BgClassName
{
background-color: #FADF1D;
}
</style>
border-color css
<style>
span { border-color: #FADF1D; }
span { border-color: rgb(250,223,29); }
td.TdClassName
{
border-color: #FADF1D;
}
.TagClassName
{
border-color: #FADF1D;
}
</style>