Shades of Lemon #FAFD18
Tints of Lemon #FAFD18
RGB
CMYK
RGB Variations
Color information
#FAFD18 (or 0xFAFD18) is known color: Lemon. HEX triplet: FA, FD and 18. RGB value is (250,253,24). Sum of RGB (Red+Green+Blue) = 250+253+24=527 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.44% from 527); Green value is 253 (99.22% from 255 or 48.01% from 527); Blue value is 24 (9.77% from 255 or 4.55% from 527); Max value from RGB is 253 - color contains mainly: green. Hex color #FAFD18 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FAFD18 is #0502E7. Grayscale: #E2E2E2. Windows color (decimal): -328424 or 1637882. OLE color: 1637882.
HSL color Cylindrical-coordinate representation of color #FAFD18: hue angle of 60.79º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FAFD18 is Cyan = 0.01, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 250 | 253 | 24 | - |
| CMYK | 0.01 | 0 | 0.91 | 0.01 |
| HSL | 60.79º | 0.98% | 0.54% | - |
| HSV(B) | 60.79º | 0.91% | 0.99% | - |
| XYZ | 74.71 | 90.64 | 14.42 | - |
| YUV | 226 | 14.01 | 145.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 253 | 24 | 0.01 | 0 | 0.91 | 0.01 | 60.79 | 0.98 | 0.54 |
| Hex | FA | FD | 18 | 1 | 0 | 5B | 1 | 3D | 62 | 36 |
| Octal | 372 | 375 | 30 | 1 | 0 | 133 | 1 | 75 | 142 | 66 |
| Binary | 11111010 | 11111101 | 11000 | 1 | 0 | 1011011 | 1 | 111101 | 1100010 | 110110 |
Color Harmonies of #FAFD18
Complementary color
Monochromatic Colors of #FAFD18
Black with #FAFD18
Text Example
Text Example
White with #FAFD18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAFD18; }
p { color: rgb(250,253,24); }
H1.HeaderClassName
{
color: #FAFD18;
}
.AnyTagClassName
{
color: #FAFD18;
}
</style>
background-color css
<style>
a { background-color: #FAFD18; }
a { background-color: rgb(250,253,24); }
div.DivClassName
{
background-color: #FAFD18;
}
.BgClassName
{
background-color: #FAFD18;
}
</style>
border-color css
<style>
span { border-color: #FAFD18; }
span { border-color: rgb(250,253,24); }
td.TdClassName
{
border-color: #FAFD18;
}
.TagClassName
{
border-color: #FAFD18;
}
</style>