Shades of Lemon #FAF314
Tints of Lemon #FAF314
RGB
CMYK
RGB Variations
Color information
#FAF314 (or 0xFAF314) is known color: Lemon. HEX triplet: FA, F3 and 14. RGB value is (250,243,20). Sum of RGB (Red+Green+Blue) = 250+243+20=513 (67% of max value = 765). Red value is 250 (98.05% from 255 or 48.73% from 513); Green value is 243 (95.31% from 255 or 47.37% from 513); Blue value is 20 (8.20% from 255 or 3.90% from 513); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF314 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FAF314 is #050CEB. Grayscale: #DCDCDC. Windows color (decimal): -330988 or 1373178. OLE color: 1373178.
HSL color Cylindrical-coordinate representation of color #FAF314: hue angle of 58.17º 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 #FAF314 is Cyan = 0, Magento = 0.03, Yellow = 0.92 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 243 | 20 | - |
| CMYK | 0 | 0.03 | 0.92 | 0.02 |
| HSL | 58.17º | 0.96% | 0.53% | - |
| HSV(B) | 58.17º | 0.92% | 0.98% | - |
| XYZ | 71.6 | 84.48 | 13.19 | - |
| YUV | 219.67 | 15.32 | 149.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 243 | 20 | 0 | 0.03 | 0.92 | 0.02 | 58.17 | 0.96 | 0.53 |
| Hex | FA | F3 | 14 | 0 | 3 | 5C | 2 | 3A | 60 | 35 |
| Octal | 372 | 363 | 24 | 0 | 3 | 134 | 2 | 72 | 140 | 65 |
| Binary | 11111010 | 11110011 | 10100 | 0 | 11 | 1011100 | 10 | 111010 | 1100000 | 110101 |
Color Harmonies of #FAF314
Complementary color
Monochromatic Colors of #FAF314
Black with #FAF314
Text Example
Text Example
White with #FAF314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAF314; }
p { color: rgb(250,243,20); }
H1.HeaderClassName
{
color: #FAF314;
}
.AnyTagClassName
{
color: #FAF314;
}
</style>
background-color css
<style>
a { background-color: #FAF314; }
a { background-color: rgb(250,243,20); }
div.DivClassName
{
background-color: #FAF314;
}
.BgClassName
{
background-color: #FAF314;
}
</style>
border-color css
<style>
span { border-color: #FAF314; }
span { border-color: rgb(250,243,20); }
td.TdClassName
{
border-color: #FAF314;
}
.TagClassName
{
border-color: #FAF314;
}
</style>