Shades of Lemon #FAFD1C
Tints of Lemon #FAFD1C
RGB
CMYK
RGB Variations
Color information
#FAFD1C (or 0xFAFD1C) is known color: Lemon. HEX triplet: FA, FD and 1C. RGB value is (250,253,28). Sum of RGB (Red+Green+Blue) = 250+253+28=531 (70% of max value = 765). Red value is 250 (98.05% from 255 or 47.08% from 531); Green value is 253 (99.22% from 255 or 47.65% from 531); Blue value is 28 (11.33% from 255 or 5.27% from 531); Max value from RGB is 253 - color contains mainly: green. Hex color #FAFD1C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FAFD1C is #0502E3. Grayscale: #E3E3E3. Windows color (decimal): -328420 or 1900026. OLE color: 1900026.
HSL color Cylindrical-coordinate representation of color #FAFD1C: 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 #FAFD1C is Cyan = 0.01, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 250 | 253 | 28 | - |
| 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.76 | 90.66 | 14.66 | - |
| YUV | 226.45 | 16.01 | 144.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 253 | 28 | 0.01 | 0 | 0.89 | 0.01 | 60.8 | 0.98 | 0.55 |
| Hex | FA | FD | 1C | 1 | 0 | 59 | 1 | 3D | 62 | 37 |
| Octal | 372 | 375 | 34 | 1 | 0 | 131 | 1 | 75 | 142 | 67 |
| Binary | 11111010 | 11111101 | 11100 | 1 | 0 | 1011001 | 1 | 111101 | 1100010 | 110111 |
Color Harmonies of #FAFD1C
Complementary color
Monochromatic Colors of #FAFD1C
Black with #FAFD1C
Text Example
Text Example
White with #FAFD1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAFD1C; }
p { color: rgb(250,253,28); }
H1.HeaderClassName
{
color: #FAFD1C;
}
.AnyTagClassName
{
color: #FAFD1C;
}
</style>
background-color css
<style>
a { background-color: #FAFD1C; }
a { background-color: rgb(250,253,28); }
div.DivClassName
{
background-color: #FAFD1C;
}
.BgClassName
{
background-color: #FAFD1C;
}
</style>
border-color css
<style>
span { border-color: #FAFD1C; }
span { border-color: rgb(250,253,28); }
td.TdClassName
{
border-color: #FAFD1C;
}
.TagClassName
{
border-color: #FAFD1C;
}
</style>