Shades of Lemon #FADF10
Tints of Lemon #FADF10
RGB
CMYK
RGB Variations
Color information
#FADF10 (or 0xFADF10) is known color: Lemon. HEX triplet: FA, DF and 10. RGB value is (250,223,16). Sum of RGB (Red+Green+Blue) = 250+223+16=489 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.12% from 489); Green value is 223 (87.5% from 255 or 45.60% from 489); Blue value is 16 (6.64% from 255 or 3.27% from 489); Max value from RGB is 250 - color contains mainly: red. Hex color #FADF10 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FADF10 is #0520EF. Grayscale: #D0D0D0. Windows color (decimal): -336112 or 1105914. OLE color: 1105914.
HSL color Cylindrical-coordinate representation of color #FADF10: hue angle of 53.08º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FADF10 is Cyan = 0, Magento = 0.11, Yellow = 0.94 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 223 | 16 | - |
| CMYK | 0 | 0.11 | 0.94 | 0.02 |
| HSL | 53.08º | 0.96% | 0.52% | - |
| HSV(B) | 53.08º | 0.94% | 0.98% | - |
| XYZ | 65.91 | 73.14 | 11.13 | - |
| YUV | 207.48 | 19.95 | 158.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 223 | 16 | 0 | 0.11 | 0.94 | 0.02 | 53.08 | 0.96 | 0.52 |
| Hex | FA | DF | 10 | 0 | B | 5E | 2 | 35 | 60 | 34 |
| Octal | 372 | 337 | 20 | 0 | 13 | 136 | 2 | 65 | 140 | 64 |
| Binary | 11111010 | 11011111 | 10000 | 0 | 1011 | 1011110 | 10 | 110101 | 1100000 | 110100 |
Color Harmonies of #FADF10
Complementary color
Monochromatic Colors of #FADF10
Black with #FADF10
Text Example
Text Example
White with #FADF10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADF10; }
p { color: rgb(250,223,16); }
H1.HeaderClassName
{
color: #FADF10;
}
.AnyTagClassName
{
color: #FADF10;
}
</style>
background-color css
<style>
a { background-color: #FADF10; }
a { background-color: rgb(250,223,16); }
div.DivClassName
{
background-color: #FADF10;
}
.BgClassName
{
background-color: #FADF10;
}
</style>
border-color css
<style>
span { border-color: #FADF10; }
span { border-color: rgb(250,223,16); }
td.TdClassName
{
border-color: #FADF10;
}
.TagClassName
{
border-color: #FADF10;
}
</style>