Shades of Lemon #FAFA1B
Tints of Lemon #FAFA1B
RGB
CMYK
RGB Variations
Color information
#FAFA1B (or 0xFAFA1B) is known color: Lemon. HEX triplet: FA, FA and 1B. RGB value is (250,250,27). Sum of RGB (Red+Green+Blue) = 250+250+27=527 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.44% from 527); Green value is 250 (98.05% from 255 or 47.44% from 527); Blue value is 27 (10.94% from 255 or 5.12% from 527); Max value from RGB is 250 - color contains mainly: red, green. Hex color #FAFA1B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FAFA1B is #0505E4. Grayscale: #E1E1E1. Windows color (decimal): -329189 or 1833722. OLE color: 1833722.
HSL color Cylindrical-coordinate representation of color #FAFA1B: 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.89%. Process color model (Four color, CMYK) of #FAFA1B is Cyan = 0, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 250 | 27 | - |
| CMYK | 0 | 0 | 0.89 | 0.02 |
| HSL | 60º | 0.96% | 0.54% | - |
| HSV(B) | 60º | 0.89% | 0.98% | - |
| XYZ | 73.81 | 88.77 | 14.28 | - |
| YUV | 224.58 | 16.5 | 146.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 250 | 27 | 0 | 0 | 0.89 | 0.02 | 60 | 0.96 | 0.54 |
| Hex | FA | FA | 1B | 0 | 0 | 59 | 2 | 3C | 60 | 36 |
| Octal | 372 | 372 | 33 | 0 | 0 | 131 | 2 | 74 | 140 | 66 |
| Binary | 11111010 | 11111010 | 11011 | 0 | 0 | 1011001 | 10 | 111100 | 1100000 | 110110 |
Color Harmonies of #FAFA1B
Complementary color
Monochromatic Colors of #FAFA1B
Black with #FAFA1B
Text Example
Text Example
White with #FAFA1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAFA1B; }
p { color: rgb(250,250,27); }
H1.HeaderClassName
{
color: #FAFA1B;
}
.AnyTagClassName
{
color: #FAFA1B;
}
</style>
background-color css
<style>
a { background-color: #FAFA1B; }
a { background-color: rgb(250,250,27); }
div.DivClassName
{
background-color: #FAFA1B;
}
.BgClassName
{
background-color: #FAFA1B;
}
</style>
border-color css
<style>
span { border-color: #FAFA1B; }
span { border-color: rgb(250,250,27); }
td.TdClassName
{
border-color: #FAFA1B;
}
.TagClassName
{
border-color: #FAFA1B;
}
</style>