Shades of Lemon #FAFC1D
Tints of Lemon #FAFC1D
RGB
CMYK
RGB Variations
Color information
#FAFC1D (or 0xFAFC1D) is known color: Lemon. HEX triplet: FA, FC and 1D. RGB value is (250,252,29). Sum of RGB (Red+Green+Blue) = 250+252+29=531 (70% of max value = 765). Red value is 250 (98.05% from 255 or 47.08% from 531); Green value is 252 (98.83% from 255 or 47.46% from 531); Blue value is 29 (11.72% from 255 or 5.46% from 531); Max value from RGB is 252 - color contains mainly: green. Hex color #FAFC1D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FAFC1D is #0503E2. Grayscale: #E2E2E2. Windows color (decimal): -328675 or 1965306. OLE color: 1965306.
HSL color Cylindrical-coordinate representation of color #FAFC1D: hue angle of 60.54º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FAFC1D is Cyan = 0.01, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 250 | 252 | 29 | - |
| CMYK | 0.01 | 0 | 0.88 | 0.01 |
| HSL | 60.54º | 0.97% | 0.55% | - |
| HSV(B) | 60.54º | 0.88% | 0.99% | - |
| XYZ | 74.46 | 90.03 | 14.62 | - |
| YUV | 225.98 | 16.84 | 145.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 252 | 29 | 0.01 | 0 | 0.88 | 0.01 | 60.54 | 0.97 | 0.55 |
| Hex | FA | FC | 1D | 1 | 0 | 58 | 1 | 3D | 61 | 37 |
| Octal | 372 | 374 | 35 | 1 | 0 | 130 | 1 | 75 | 141 | 67 |
| Binary | 11111010 | 11111100 | 11101 | 1 | 0 | 1011000 | 1 | 111101 | 1100001 | 110111 |
Color Harmonies of #FAFC1D
Complementary color
Monochromatic Colors of #FAFC1D
Black with #FAFC1D
Text Example
Text Example
White with #FAFC1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAFC1D; }
p { color: rgb(250,252,29); }
H1.HeaderClassName
{
color: #FAFC1D;
}
.AnyTagClassName
{
color: #FAFC1D;
}
</style>
background-color css
<style>
a { background-color: #FAFC1D; }
a { background-color: rgb(250,252,29); }
div.DivClassName
{
background-color: #FAFC1D;
}
.BgClassName
{
background-color: #FAFC1D;
}
</style>
border-color css
<style>
span { border-color: #FAFC1D; }
span { border-color: rgb(250,252,29); }
td.TdClassName
{
border-color: #FAFC1D;
}
.TagClassName
{
border-color: #FAFC1D;
}
</style>