Shades of Lemon #FADC0E
Tints of Lemon #FADC0E
RGB
CMYK
RGB Variations
Color information
#FADC0E (or 0xFADC0E) is known color: Lemon. HEX triplet: FA, DC and 0E. RGB value is (250,220,14). Sum of RGB (Red+Green+Blue) = 250+220+14=484 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.65% from 484); Green value is 220 (86.33% from 255 or 45.45% from 484); Blue value is 14 (5.86% from 255 or 2.89% from 484); Max value from RGB is 250 - color contains mainly: red. Hex color #FADC0E is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FADC0E is #0523F1. Grayscale: #CECECE. Windows color (decimal): -336882 or 974074. OLE color: 974074.
HSL color Cylindrical-coordinate representation of color #FADC0E: hue angle of 52.37º 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 #FADC0E is Cyan = 0, Magento = 0.12, Yellow = 0.94 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 220 | 14 | - |
| CMYK | 0 | 0.12 | 0.94 | 0.02 |
| HSL | 52.37º | 0.96% | 0.52% | - |
| HSV(B) | 52.37º | 0.94% | 0.98% | - |
| XYZ | 65.1 | 71.54 | 10.79 | - |
| YUV | 205.49 | 19.94 | 159.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 220 | 14 | 0 | 0.12 | 0.94 | 0.02 | 52.37 | 0.96 | 0.52 |
| Hex | FA | DC | E | 0 | C | 5E | 2 | 34 | 60 | 34 |
| Octal | 372 | 334 | 16 | 0 | 14 | 136 | 2 | 64 | 140 | 64 |
| Binary | 11111010 | 11011100 | 1110 | 0 | 1100 | 1011110 | 10 | 110100 | 1100000 | 110100 |
Color Harmonies of #FADC0E
Complementary color
Monochromatic Colors of #FADC0E
Black with #FADC0E
Text Example
Text Example
White with #FADC0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADC0E; }
p { color: rgb(250,220,14); }
H1.HeaderClassName
{
color: #FADC0E;
}
.AnyTagClassName
{
color: #FADC0E;
}
</style>
background-color css
<style>
a { background-color: #FADC0E; }
a { background-color: rgb(250,220,14); }
div.DivClassName
{
background-color: #FADC0E;
}
.BgClassName
{
background-color: #FADC0E;
}
</style>
border-color css
<style>
span { border-color: #FADC0E; }
span { border-color: rgb(250,220,14); }
td.TdClassName
{
border-color: #FADC0E;
}
.TagClassName
{
border-color: #FADC0E;
}
</style>