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