Shades of Lemon #FADF13
Tints of Lemon #FADF13
RGB
CMYK
RGB Variations
Color information
#FADF13 (or 0xFADF13) is known color: Lemon. HEX triplet: FA, DF and 13. RGB value is (250,223,19). Sum of RGB (Red+Green+Blue) = 250+223+19=492 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.81% from 492); Green value is 223 (87.5% from 255 or 45.33% from 492); Blue value is 19 (7.81% from 255 or 3.86% from 492); Max value from RGB is 250 - color contains mainly: red. Hex color #FADF13 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FADF13 is #0520EC. Grayscale: #D0D0D0. Windows color (decimal): -336109 or 1302522. OLE color: 1302522.
HSL color Cylindrical-coordinate representation of color #FADF13: hue angle of 52.99º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FADF13 is Cyan = 0, Magento = 0.11, Yellow = 0.92 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 223 | 19 | - |
| CMYK | 0 | 0.11 | 0.92 | 0.02 |
| HSL | 52.99º | 0.96% | 0.53% | - |
| HSV(B) | 52.99º | 0.92% | 0.98% | - |
| XYZ | 65.93 | 73.15 | 11.26 | - |
| YUV | 207.82 | 21.45 | 158.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 223 | 19 | 0 | 0.11 | 0.92 | 0.02 | 52.99 | 0.96 | 0.53 |
| Hex | FA | DF | 13 | 0 | B | 5C | 2 | 35 | 60 | 35 |
| Octal | 372 | 337 | 23 | 0 | 13 | 134 | 2 | 65 | 140 | 65 |
| Binary | 11111010 | 11011111 | 10011 | 0 | 1011 | 1011100 | 10 | 110101 | 1100000 | 110101 |
Color Harmonies of #FADF13
Complementary color
Monochromatic Colors of #FADF13
Black with #FADF13
Text Example
Text Example
White with #FADF13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADF13; }
p { color: rgb(250,223,19); }
H1.HeaderClassName
{
color: #FADF13;
}
.AnyTagClassName
{
color: #FADF13;
}
</style>
background-color css
<style>
a { background-color: #FADF13; }
a { background-color: rgb(250,223,19); }
div.DivClassName
{
background-color: #FADF13;
}
.BgClassName
{
background-color: #FADF13;
}
</style>
border-color css
<style>
span { border-color: #FADF13; }
span { border-color: rgb(250,223,19); }
td.TdClassName
{
border-color: #FADF13;
}
.TagClassName
{
border-color: #FADF13;
}
</style>