Shades of Lemon #FAF012
Tints of Lemon #FAF012
RGB
CMYK
RGB Variations
Color information
#FAF012 (or 0xFAF012) is known color: Lemon. HEX triplet: FA, F0 and 12. RGB value is (250,240,18). Sum of RGB (Red+Green+Blue) = 250+240+18=508 (67% of max value = 765). Red value is 250 (98.05% from 255 or 49.21% from 508); Green value is 240 (94.14% from 255 or 47.24% from 508); Blue value is 18 (7.42% from 255 or 3.54% from 508); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF012 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FAF012 is #050FED. Grayscale: #DADADA. Windows color (decimal): -331758 or 1241338. OLE color: 1241338.
HSL color Cylindrical-coordinate representation of color #FAF012: hue angle of 57.41º 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 #FAF012 is Cyan = 0, Magento = 0.04, Yellow = 0.93 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 240 | 18 | - |
| CMYK | 0 | 0.04 | 0.93 | 0.02 |
| HSL | 57.41º | 0.96% | 0.53% | - |
| HSV(B) | 57.41º | 0.93% | 0.98% | - |
| XYZ | 70.69 | 82.69 | 12.81 | - |
| YUV | 217.68 | 15.31 | 151.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 240 | 18 | 0 | 0.04 | 0.93 | 0.02 | 57.41 | 0.96 | 0.53 |
| Hex | FA | F0 | 12 | 0 | 4 | 5D | 2 | 39 | 60 | 35 |
| Octal | 372 | 360 | 22 | 0 | 4 | 135 | 2 | 71 | 140 | 65 |
| Binary | 11111010 | 11110000 | 10010 | 0 | 100 | 1011101 | 10 | 111001 | 1100000 | 110101 |
Color Harmonies of #FAF012
Complementary color
Monochromatic Colors of #FAF012
Black with #FAF012
Text Example
Text Example
White with #FAF012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAF012; }
p { color: rgb(250,240,18); }
H1.HeaderClassName
{
color: #FAF012;
}
.AnyTagClassName
{
color: #FAF012;
}
</style>
background-color css
<style>
a { background-color: #FAF012; }
a { background-color: rgb(250,240,18); }
div.DivClassName
{
background-color: #FAF012;
}
.BgClassName
{
background-color: #FAF012;
}
</style>
border-color css
<style>
span { border-color: #FAF012; }
span { border-color: rgb(250,240,18); }
td.TdClassName
{
border-color: #FAF012;
}
.TagClassName
{
border-color: #FAF012;
}
</style>