Shades of Lemon #FADB12
Tints of Lemon #FADB12
RGB
CMYK
RGB Variations
Color information
#FADB12 (or 0xFADB12) is known color: Lemon. HEX triplet: FA, DB and 12. RGB value is (250,219,18). Sum of RGB (Red+Green+Blue) = 250+219+18=487 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.33% from 487); Green value is 219 (85.94% from 255 or 44.97% from 487); Blue value is 18 (7.42% from 255 or 3.70% from 487); Max value from RGB is 250 - color contains mainly: red. Hex color #FADB12 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FADB12 is #0524ED. Grayscale: #CECECE. Windows color (decimal): -337134 or 1235962. OLE color: 1235962.
HSL color Cylindrical-coordinate representation of color #FADB12: hue angle of 51.98º 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 #FADB12 is Cyan = 0, Magento = 0.12, Yellow = 0.93 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 219 | 18 | - |
| CMYK | 0 | 0.12 | 0.93 | 0.02 |
| HSL | 51.98º | 0.96% | 0.53% | - |
| HSV(B) | 51.98º | 0.93% | 0.98% | - |
| XYZ | 64.87 | 71.03 | 10.86 | - |
| YUV | 205.36 | 22.27 | 159.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 219 | 18 | 0 | 0.12 | 0.93 | 0.02 | 51.98 | 0.96 | 0.53 |
| Hex | FA | DB | 12 | 0 | C | 5D | 2 | 34 | 60 | 35 |
| Octal | 372 | 333 | 22 | 0 | 14 | 135 | 2 | 64 | 140 | 65 |
| Binary | 11111010 | 11011011 | 10010 | 0 | 1100 | 1011101 | 10 | 110100 | 1100000 | 110101 |
Color Harmonies of #FADB12
Complementary color
Monochromatic Colors of #FADB12
Black with #FADB12
Text Example
Text Example
White with #FADB12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADB12; }
p { color: rgb(250,219,18); }
H1.HeaderClassName
{
color: #FADB12;
}
.AnyTagClassName
{
color: #FADB12;
}
</style>
background-color css
<style>
a { background-color: #FADB12; }
a { background-color: rgb(250,219,18); }
div.DivClassName
{
background-color: #FADB12;
}
.BgClassName
{
background-color: #FADB12;
}
</style>
border-color css
<style>
span { border-color: #FADB12; }
span { border-color: rgb(250,219,18); }
td.TdClassName
{
border-color: #FADB12;
}
.TagClassName
{
border-color: #FADB12;
}
</style>