Shades of Lemon #FADF21
Tints of Lemon #FADF21
RGB
CMYK
RGB Variations
Color information
#FADF21 (or 0xFADF21) is known color: Lemon. HEX triplet: FA, DF and 21. RGB value is (250,223,33). Sum of RGB (Red+Green+Blue) = 250+223+33=506 (67% of max value = 765). Red value is 250 (98.05% from 255 or 49.41% from 506); Green value is 223 (87.5% from 255 or 44.07% from 506); Blue value is 33 (13.28% from 255 or 6.52% from 506); Max value from RGB is 250 - color contains mainly: red. Hex color #FADF21 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FADF21 is #0520DE. Grayscale: #D2D2D2. Windows color (decimal): -336095 or 2220026. OLE color: 2220026.
HSL color Cylindrical-coordinate representation of color #FADF21: hue angle of 52.53º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FADF21 is Cyan = 0, Magento = 0.11, Yellow = 0.87 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 223 | 33 | - |
| CMYK | 0 | 0.11 | 0.87 | 0.02 |
| HSL | 52.53º | 0.96% | 0.55% | - |
| HSV(B) | 52.53º | 0.87% | 0.98% | - |
| XYZ | 66.09 | 73.21 | 12.09 | - |
| YUV | 209.41 | 28.45 | 156.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 223 | 33 | 0 | 0.11 | 0.87 | 0.02 | 52.53 | 0.96 | 0.55 |
| Hex | FA | DF | 21 | 0 | B | 57 | 2 | 35 | 60 | 37 |
| Octal | 372 | 337 | 41 | 0 | 13 | 127 | 2 | 65 | 140 | 67 |
| Binary | 11111010 | 11011111 | 100001 | 0 | 1011 | 1010111 | 10 | 110101 | 1100000 | 110111 |
Color Harmonies of #FADF21
Complementary color
Monochromatic Colors of #FADF21
Black with #FADF21
Text Example
Text Example
White with #FADF21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADF21; }
p { color: rgb(250,223,33); }
H1.HeaderClassName
{
color: #FADF21;
}
.AnyTagClassName
{
color: #FADF21;
}
</style>
background-color css
<style>
a { background-color: #FADF21; }
a { background-color: rgb(250,223,33); }
div.DivClassName
{
background-color: #FADF21;
}
.BgClassName
{
background-color: #FADF21;
}
</style>
border-color css
<style>
span { border-color: #FADF21; }
span { border-color: rgb(250,223,33); }
td.TdClassName
{
border-color: #FADF21;
}
.TagClassName
{
border-color: #FADF21;
}
</style>