Shades of Lemon #FAF512
Tints of Lemon #FAF512
RGB
CMYK
RGB Variations
Color information
#FAF512 (or 0xFAF512) is known color: Lemon. HEX triplet: FA, F5 and 12. RGB value is (250,245,18). Sum of RGB (Red+Green+Blue) = 250+245+18=513 (67% of max value = 765). Red value is 250 (98.05% from 255 or 48.73% from 513); Green value is 245 (96.09% from 255 or 47.76% from 513); Blue value is 18 (7.42% from 255 or 3.51% from 513); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF512 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FAF512 is #050AED. Grayscale: #DDDDDD. Windows color (decimal): -330478 or 1242618. OLE color: 1242618.
HSL color Cylindrical-coordinate representation of color #FAF512: hue angle of 58.71º 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 #FAF512 is Cyan = 0, Magento = 0.02, Yellow = 0.93 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 245 | 18 | - |
| CMYK | 0 | 0.02 | 0.93 | 0.02 |
| HSL | 58.71º | 0.96% | 0.53% | - |
| HSV(B) | 58.71º | 0.93% | 0.98% | - |
| XYZ | 72.19 | 85.67 | 13.3 | - |
| YUV | 220.62 | 13.66 | 148.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 245 | 18 | 0 | 0.02 | 0.93 | 0.02 | 58.71 | 0.96 | 0.53 |
| Hex | FA | F5 | 12 | 0 | 2 | 5D | 2 | 3B | 60 | 35 |
| Octal | 372 | 365 | 22 | 0 | 2 | 135 | 2 | 73 | 140 | 65 |
| Binary | 11111010 | 11110101 | 10010 | 0 | 10 | 1011101 | 10 | 111011 | 1100000 | 110101 |
Color Harmonies of #FAF512
Complementary color
Monochromatic Colors of #FAF512
Black with #FAF512
Text Example
Text Example
White with #FAF512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAF512; }
p { color: rgb(250,245,18); }
H1.HeaderClassName
{
color: #FAF512;
}
.AnyTagClassName
{
color: #FAF512;
}
</style>
background-color css
<style>
a { background-color: #FAF512; }
a { background-color: rgb(250,245,18); }
div.DivClassName
{
background-color: #FAF512;
}
.BgClassName
{
background-color: #FAF512;
}
</style>
border-color css
<style>
span { border-color: #FAF512; }
span { border-color: rgb(250,245,18); }
td.TdClassName
{
border-color: #FAF512;
}
.TagClassName
{
border-color: #FAF512;
}
</style>