Shades of Lemon #FAFF1D
Tints of Lemon #FAFF1D
RGB
CMYK
RGB Variations
Color information
#FAFF1D (or 0xFAFF1D) is known color: Lemon. HEX triplet: FA, FF and 1D. RGB value is (250,255,29). Sum of RGB (Red+Green+Blue) = 250+255+29=534 (70% of max value = 765). Red value is 250 (98.05% from 255 or 46.82% from 534); Green value is 255 (100% from 255 or 47.75% from 534); Blue value is 29 (11.72% from 255 or 5.43% from 534); Max value from RGB is 255 - color contains mainly: green. Hex color #FAFF1D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FAFF1D is #0500E2. Grayscale: #E4E4E4. Windows color (decimal): -327907 or 1966074. OLE color: 1966074.
HSL color Cylindrical-coordinate representation of color #FAFF1D: hue angle of 61.33º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FAFF1D is Cyan = 0.02, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.
Color convert
| RGB | 250 | 255 | 29 | - |
| CMYK | 0.02 | 0 | 0.89 | 0 |
| HSL | 61.33º | 1% | 0.56% | - |
| HSV(B) | 61.33º | 0.89% | 1% | - |
| XYZ | 75.41 | 91.93 | 14.93 | - |
| YUV | 227.74 | 15.84 | 143.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 255 | 29 | 0.02 | 0 | 0.89 | 0 | 61.33 | 1 | 0.56 |
| Hex | FA | FF | 1D | 2 | 0 | 59 | 0 | 3D | 64 | 38 |
| Octal | 372 | 377 | 35 | 2 | 0 | 131 | 0 | 75 | 144 | 70 |
| Binary | 11111010 | 11111111 | 11101 | 10 | 0 | 1011001 | 0 | 111101 | 1100100 | 111000 |
Color Harmonies of #FAFF1D
Complementary color
Monochromatic Colors of #FAFF1D
Black with #FAFF1D
Text Example
Text Example
White with #FAFF1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAFF1D; }
p { color: rgb(250,255,29); }
H1.HeaderClassName
{
color: #FAFF1D;
}
.AnyTagClassName
{
color: #FAFF1D;
}
</style>
background-color css
<style>
a { background-color: #FAFF1D; }
a { background-color: rgb(250,255,29); }
div.DivClassName
{
background-color: #FAFF1D;
}
.BgClassName
{
background-color: #FAFF1D;
}
</style>
border-color css
<style>
span { border-color: #FAFF1D; }
span { border-color: rgb(250,255,29); }
td.TdClassName
{
border-color: #FAFF1D;
}
.TagClassName
{
border-color: #FAFF1D;
}
</style>