Shades of Lemon #FAF518
Tints of Lemon #FAF518
RGB
CMYK
RGB Variations
Color information
#FAF518 (or 0xFAF518) is known color: Lemon. HEX triplet: FA, F5 and 18. RGB value is (250,245,24). Sum of RGB (Red+Green+Blue) = 250+245+24=519 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.17% from 519); Green value is 245 (96.09% from 255 or 47.21% from 519); Blue value is 24 (9.77% from 255 or 4.62% from 519); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF518 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FAF518 is #050AE7. Grayscale: #DEDEDE. Windows color (decimal): -330472 or 1635834. OLE color: 1635834.
HSL color Cylindrical-coordinate representation of color #FAF518: hue angle of 58.67º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FAF518 is Cyan = 0, Magento = 0.02, Yellow = 0.90 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 245 | 24 | - |
| CMYK | 0 | 0.02 | 0.90 | 0.02 |
| HSL | 58.67º | 0.96% | 0.54% | - |
| HSV(B) | 58.67º | 0.9% | 0.98% | - |
| XYZ | 72.24 | 85.69 | 13.6 | - |
| YUV | 221.3 | 16.66 | 148.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 245 | 24 | 0 | 0.02 | 0.90 | 0.02 | 58.67 | 0.96 | 0.54 |
| Hex | FA | F5 | 18 | 0 | 2 | 5A | 2 | 3B | 60 | 36 |
| Octal | 372 | 365 | 30 | 0 | 2 | 132 | 2 | 73 | 140 | 66 |
| Binary | 11111010 | 11110101 | 11000 | 0 | 10 | 1011010 | 10 | 111011 | 1100000 | 110110 |
Color Harmonies of #FAF518
Complementary color
Monochromatic Colors of #FAF518
Black with #FAF518
Text Example
Text Example
White with #FAF518
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAF518; }
p { color: rgb(250,245,24); }
H1.HeaderClassName
{
color: #FAF518;
}
.AnyTagClassName
{
color: #FAF518;
}
</style>
background-color css
<style>
a { background-color: #FAF518; }
a { background-color: rgb(250,245,24); }
div.DivClassName
{
background-color: #FAF518;
}
.BgClassName
{
background-color: #FAF518;
}
</style>
border-color css
<style>
span { border-color: #FAF518; }
span { border-color: rgb(250,245,24); }
td.TdClassName
{
border-color: #FAF518;
}
.TagClassName
{
border-color: #FAF518;
}
</style>