Shades of Lemon #FAF013
Tints of Lemon #FAF013
RGB
CMYK
RGB Variations
Color information
#FAF013 (or 0xFAF013) is known color: Lemon. HEX triplet: FA, F0 and 13. RGB value is (250,240,19). Sum of RGB (Red+Green+Blue) = 250+240+19=509 (67% of max value = 765). Red value is 250 (98.05% from 255 or 49.12% from 509); Green value is 240 (94.14% from 255 or 47.15% from 509); Blue value is 19 (7.81% from 255 or 3.73% from 509); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF013 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FAF013 is #050FEC. Grayscale: #DADADA. Windows color (decimal): -331757 or 1306874. OLE color: 1306874.
HSL color Cylindrical-coordinate representation of color #FAF013: hue angle of 57.4º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FAF013 is Cyan = 0, Magento = 0.04, Yellow = 0.92 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 240 | 19 | - |
| CMYK | 0 | 0.04 | 0.92 | 0.02 |
| HSL | 57.4º | 0.96% | 0.53% | - |
| HSV(B) | 57.4º | 0.92% | 0.98% | - |
| XYZ | 70.7 | 82.69 | 12.85 | - |
| YUV | 217.8 | 15.81 | 150.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 240 | 19 | 0 | 0.04 | 0.92 | 0.02 | 57.4 | 0.96 | 0.53 |
| Hex | FA | F0 | 13 | 0 | 4 | 5C | 2 | 39 | 60 | 35 |
| Octal | 372 | 360 | 23 | 0 | 4 | 134 | 2 | 71 | 140 | 65 |
| Binary | 11111010 | 11110000 | 10011 | 0 | 100 | 1011100 | 10 | 111001 | 1100000 | 110101 |
Color Harmonies of #FAF013
Complementary color
Monochromatic Colors of #FAF013
Black with #FAF013
Text Example
Text Example
White with #FAF013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAF013; }
p { color: rgb(250,240,19); }
H1.HeaderClassName
{
color: #FAF013;
}
.AnyTagClassName
{
color: #FAF013;
}
</style>
background-color css
<style>
a { background-color: #FAF013; }
a { background-color: rgb(250,240,19); }
div.DivClassName
{
background-color: #FAF013;
}
.BgClassName
{
background-color: #FAF013;
}
</style>
border-color css
<style>
span { border-color: #FAF013; }
span { border-color: rgb(250,240,19); }
td.TdClassName
{
border-color: #FAF013;
}
.TagClassName
{
border-color: #FAF013;
}
</style>