Shades of Lemon #FAFA18
Tints of Lemon #FAFA18
RGB
CMYK
RGB Variations
Color information
#FAFA18 (or 0xFAFA18) is known color: Lemon. HEX triplet: FA, FA and 18. RGB value is (250,250,24). Sum of RGB (Red+Green+Blue) = 250+250+24=524 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.71% from 524); Green value is 250 (98.05% from 255 or 47.71% from 524); Blue value is 24 (9.77% from 255 or 4.58% from 524); Max value from RGB is 250 - color contains mainly: red, green. Hex color #FAFA18 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FAFA18 is #0505E7. Grayscale: #E1E1E1. Windows color (decimal): -329192 or 1637114. OLE color: 1637114.
HSL color Cylindrical-coordinate representation of color #FAFA18: hue angle of 60º 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 #FAFA18 is Cyan = 0, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 250 | 24 | - |
| CMYK | 0 | 0 | 0.90 | 0.02 |
| HSL | 60º | 0.96% | 0.54% | - |
| HSV(B) | 60º | 0.9% | 0.98% | - |
| XYZ | 73.77 | 88.76 | 14.11 | - |
| YUV | 224.24 | 15 | 146.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 250 | 24 | 0 | 0 | 0.90 | 0.02 | 60 | 0.96 | 0.54 |
| Hex | FA | FA | 18 | 0 | 0 | 5A | 2 | 3C | 60 | 36 |
| Octal | 372 | 372 | 30 | 0 | 0 | 132 | 2 | 74 | 140 | 66 |
| Binary | 11111010 | 11111010 | 11000 | 0 | 0 | 1011010 | 10 | 111100 | 1100000 | 110110 |
Color Harmonies of #FAFA18
Complementary color
Monochromatic Colors of #FAFA18
Black with #FAFA18
Text Example
Text Example
White with #FAFA18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAFA18; }
p { color: rgb(250,250,24); }
H1.HeaderClassName
{
color: #FAFA18;
}
.AnyTagClassName
{
color: #FAFA18;
}
</style>
background-color css
<style>
a { background-color: #FAFA18; }
a { background-color: rgb(250,250,24); }
div.DivClassName
{
background-color: #FAFA18;
}
.BgClassName
{
background-color: #FAFA18;
}
</style>
border-color css
<style>
span { border-color: #FAFA18; }
span { border-color: rgb(250,250,24); }
td.TdClassName
{
border-color: #FAFA18;
}
.TagClassName
{
border-color: #FAFA18;
}
</style>