Shades of Lemon #FADD10
Tints of Lemon #FADD10
RGB
CMYK
RGB Variations
Color information
#FADD10 (or 0xFADD10) is known color: Lemon. HEX triplet: FA, DD and 10. RGB value is (250,221,16). Sum of RGB (Red+Green+Blue) = 250+221+16=487 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.33% from 487); Green value is 221 (86.72% from 255 or 45.38% from 487); Blue value is 16 (6.64% from 255 or 3.29% from 487); Max value from RGB is 250 - color contains mainly: red. Hex color #FADD10 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FADD10 is #0522EF. Grayscale: #CFCFCF. Windows color (decimal): -336624 or 1105402. OLE color: 1105402.
HSL color Cylindrical-coordinate representation of color #FADD10: hue angle of 52.56º 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 #FADD10 is Cyan = 0, Magento = 0.12, Yellow = 0.94 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 221 | 16 | - |
| CMYK | 0 | 0.12 | 0.94 | 0.02 |
| HSL | 52.56º | 0.96% | 0.52% | - |
| HSV(B) | 52.56º | 0.94% | 0.98% | - |
| XYZ | 65.37 | 72.07 | 10.96 | - |
| YUV | 206.3 | 20.61 | 159.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 221 | 16 | 0 | 0.12 | 0.94 | 0.02 | 52.56 | 0.96 | 0.52 |
| Hex | FA | DD | 10 | 0 | C | 5E | 2 | 35 | 60 | 34 |
| Octal | 372 | 335 | 20 | 0 | 14 | 136 | 2 | 65 | 140 | 64 |
| Binary | 11111010 | 11011101 | 10000 | 0 | 1100 | 1011110 | 10 | 110101 | 1100000 | 110100 |
Color Harmonies of #FADD10
Complementary color
Monochromatic Colors of #FADD10
Black with #FADD10
Text Example
Text Example
White with #FADD10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADD10; }
p { color: rgb(250,221,16); }
H1.HeaderClassName
{
color: #FADD10;
}
.AnyTagClassName
{
color: #FADD10;
}
</style>
background-color css
<style>
a { background-color: #FADD10; }
a { background-color: rgb(250,221,16); }
div.DivClassName
{
background-color: #FADD10;
}
.BgClassName
{
background-color: #FADD10;
}
</style>
border-color css
<style>
span { border-color: #FADD10; }
span { border-color: rgb(250,221,16); }
td.TdClassName
{
border-color: #FADD10;
}
.TagClassName
{
border-color: #FADD10;
}
</style>