Shades of Lemon #FAF413
Tints of Lemon #FAF413
RGB
CMYK
RGB Variations
Color information
#FAF413 (or 0xFAF413) is known color: Lemon. HEX triplet: FA, F4 and 13. RGB value is (250,244,19). Sum of RGB (Red+Green+Blue) = 250+244+19=513 (67% of max value = 765). Red value is 250 (98.05% from 255 or 48.73% from 513); Green value is 244 (95.70% from 255 or 47.56% from 513); Blue value is 19 (7.81% from 255 or 3.70% from 513); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF413 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FAF413 is #050BEC. Grayscale: #DDDDDD. Windows color (decimal): -330733 or 1307898. OLE color: 1307898.
HSL color Cylindrical-coordinate representation of color #FAF413: hue angle of 58.44º 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 #FAF413 is Cyan = 0, Magento = 0.02, Yellow = 0.92 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 244 | 19 | - |
| CMYK | 0 | 0.02 | 0.92 | 0.02 |
| HSL | 58.44º | 0.96% | 0.53% | - |
| HSV(B) | 58.44º | 0.92% | 0.98% | - |
| XYZ | 71.89 | 85.07 | 13.25 | - |
| YUV | 220.14 | 14.49 | 149.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 244 | 19 | 0 | 0.02 | 0.92 | 0.02 | 58.44 | 0.96 | 0.53 |
| Hex | FA | F4 | 13 | 0 | 2 | 5C | 2 | 3A | 60 | 35 |
| Octal | 372 | 364 | 23 | 0 | 2 | 134 | 2 | 72 | 140 | 65 |
| Binary | 11111010 | 11110100 | 10011 | 0 | 10 | 1011100 | 10 | 111010 | 1100000 | 110101 |
Color Harmonies of #FAF413
Complementary color
Monochromatic Colors of #FAF413
Black with #FAF413
Text Example
Text Example
White with #FAF413
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAF413; }
p { color: rgb(250,244,19); }
H1.HeaderClassName
{
color: #FAF413;
}
.AnyTagClassName
{
color: #FAF413;
}
</style>
background-color css
<style>
a { background-color: #FAF413; }
a { background-color: rgb(250,244,19); }
div.DivClassName
{
background-color: #FAF413;
}
.BgClassName
{
background-color: #FAF413;
}
</style>
border-color css
<style>
span { border-color: #FAF413; }
span { border-color: rgb(250,244,19); }
td.TdClassName
{
border-color: #FAF413;
}
.TagClassName
{
border-color: #FAF413;
}
</style>