Shades of Lemon #FADD12
Tints of Lemon #FADD12
RGB
CMYK
RGB Variations
Color information
#FADD12 (or 0xFADD12) is known color: Lemon. HEX triplet: FA, DD and 12. RGB value is (250,221,18). Sum of RGB (Red+Green+Blue) = 250+221+18=489 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.12% from 489); Green value is 221 (86.72% from 255 or 45.19% from 489); Blue value is 18 (7.42% from 255 or 3.68% from 489); Max value from RGB is 250 - color contains mainly: red. Hex color #FADD12 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FADD12 is #0522ED. Grayscale: #CFCFCF. Windows color (decimal): -336622 or 1236474. OLE color: 1236474.
HSL color Cylindrical-coordinate representation of color #FADD12: hue angle of 52.5º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FADD12 is Cyan = 0, Magento = 0.12, Yellow = 0.93 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 221 | 18 | - |
| CMYK | 0 | 0.12 | 0.93 | 0.02 |
| HSL | 52.5º | 0.96% | 0.53% | - |
| HSV(B) | 52.5º | 0.93% | 0.98% | - |
| XYZ | 65.39 | 72.08 | 11.04 | - |
| YUV | 206.53 | 21.61 | 159.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 221 | 18 | 0 | 0.12 | 0.93 | 0.02 | 52.5 | 0.96 | 0.53 |
| Hex | FA | DD | 12 | 0 | C | 5D | 2 | 34 | 60 | 35 |
| Octal | 372 | 335 | 22 | 0 | 14 | 135 | 2 | 64 | 140 | 65 |
| Binary | 11111010 | 11011101 | 10010 | 0 | 1100 | 1011101 | 10 | 110100 | 1100000 | 110101 |
Color Harmonies of #FADD12
Complementary color
Monochromatic Colors of #FADD12
Black with #FADD12
Text Example
Text Example
White with #FADD12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADD12; }
p { color: rgb(250,221,18); }
H1.HeaderClassName
{
color: #FADD12;
}
.AnyTagClassName
{
color: #FADD12;
}
</style>
background-color css
<style>
a { background-color: #FADD12; }
a { background-color: rgb(250,221,18); }
div.DivClassName
{
background-color: #FADD12;
}
.BgClassName
{
background-color: #FADD12;
}
</style>
border-color css
<style>
span { border-color: #FADD12; }
span { border-color: rgb(250,221,18); }
td.TdClassName
{
border-color: #FADD12;
}
.TagClassName
{
border-color: #FADD12;
}
</style>