Shades of Lemon #FAFD1A
Tints of Lemon #FAFD1A
RGB
CMYK
RGB Variations
Color information
#FAFD1A (or 0xFAFD1A) is known color: Lemon. HEX triplet: FA, FD and 1A. RGB value is (250,253,26). Sum of RGB (Red+Green+Blue) = 250+253+26=529 (70% of max value = 765). Red value is 250 (98.05% from 255 or 47.26% from 529); Green value is 253 (99.22% from 255 or 47.83% from 529); Blue value is 26 (10.55% from 255 or 4.91% from 529); Max value from RGB is 253 - color contains mainly: green. Hex color #FAFD1A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FAFD1A is #0502E5. Grayscale: #E3E3E3. Windows color (decimal): -328422 or 1768954. OLE color: 1768954.
HSL color Cylindrical-coordinate representation of color #FAFD1A: hue angle of 60.79º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FAFD1A is Cyan = 0.01, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 250 | 253 | 26 | - |
| CMYK | 0.01 | 0 | 0.90 | 0.01 |
| HSL | 60.79º | 0.98% | 0.55% | - |
| HSV(B) | 60.79º | 0.9% | 0.99% | - |
| XYZ | 74.74 | 90.65 | 14.54 | - |
| YUV | 226.23 | 15.01 | 144.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 253 | 26 | 0.01 | 0 | 0.90 | 0.01 | 60.79 | 0.98 | 0.55 |
| Hex | FA | FD | 1A | 1 | 0 | 5A | 1 | 3D | 62 | 37 |
| Octal | 372 | 375 | 32 | 1 | 0 | 132 | 1 | 75 | 142 | 67 |
| Binary | 11111010 | 11111101 | 11010 | 1 | 0 | 1011010 | 1 | 111101 | 1100010 | 110111 |
Color Harmonies of #FAFD1A
Complementary color
Monochromatic Colors of #FAFD1A
Black with #FAFD1A
Text Example
Text Example
White with #FAFD1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAFD1A; }
p { color: rgb(250,253,26); }
H1.HeaderClassName
{
color: #FAFD1A;
}
.AnyTagClassName
{
color: #FAFD1A;
}
</style>
background-color css
<style>
a { background-color: #FAFD1A; }
a { background-color: rgb(250,253,26); }
div.DivClassName
{
background-color: #FAFD1A;
}
.BgClassName
{
background-color: #FAFD1A;
}
</style>
border-color css
<style>
span { border-color: #FAFD1A; }
span { border-color: rgb(250,253,26); }
td.TdClassName
{
border-color: #FAFD1A;
}
.TagClassName
{
border-color: #FAFD1A;
}
</style>