Shades of Lemon #FAFD1B
Tints of Lemon #FAFD1B
RGB
CMYK
RGB Variations
Color information
#FAFD1B (or 0xFAFD1B) is known color: Lemon. HEX triplet: FA, FD and 1B. RGB value is (250,253,27). Sum of RGB (Red+Green+Blue) = 250+253+27=530 (70% of max value = 765). Red value is 250 (98.05% from 255 or 47.17% from 530); Green value is 253 (99.22% from 255 or 47.74% from 530); Blue value is 27 (10.94% from 255 or 5.09% from 530); Max value from RGB is 253 - color contains mainly: green. Hex color #FAFD1B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FAFD1B is #0502E4. Grayscale: #E3E3E3. Windows color (decimal): -328421 or 1834490. OLE color: 1834490.
HSL color Cylindrical-coordinate representation of color #FAFD1B: hue angle of 60.8º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FAFD1B is Cyan = 0.01, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 250 | 253 | 27 | - |
| CMYK | 0.01 | 0 | 0.89 | 0.01 |
| HSL | 60.8º | 0.98% | 0.55% | - |
| HSV(B) | 60.8º | 0.89% | 0.99% | - |
| XYZ | 74.75 | 90.65 | 14.6 | - |
| YUV | 226.34 | 15.51 | 144.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 253 | 27 | 0.01 | 0 | 0.89 | 0.01 | 60.8 | 0.98 | 0.55 |
| Hex | FA | FD | 1B | 1 | 0 | 59 | 1 | 3D | 62 | 37 |
| Octal | 372 | 375 | 33 | 1 | 0 | 131 | 1 | 75 | 142 | 67 |
| Binary | 11111010 | 11111101 | 11011 | 1 | 0 | 1011001 | 1 | 111101 | 1100010 | 110111 |
Color Harmonies of #FAFD1B
Complementary color
Monochromatic Colors of #FAFD1B
Black with #FAFD1B
Text Example
Text Example
White with #FAFD1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAFD1B; }
p { color: rgb(250,253,27); }
H1.HeaderClassName
{
color: #FAFD1B;
}
.AnyTagClassName
{
color: #FAFD1B;
}
</style>
background-color css
<style>
a { background-color: #FAFD1B; }
a { background-color: rgb(250,253,27); }
div.DivClassName
{
background-color: #FAFD1B;
}
.BgClassName
{
background-color: #FAFD1B;
}
</style>
border-color css
<style>
span { border-color: #FAFD1B; }
span { border-color: rgb(250,253,27); }
td.TdClassName
{
border-color: #FAFD1B;
}
.TagClassName
{
border-color: #FAFD1B;
}
</style>