Shades of Lemon #FAFF28
Tints of Lemon #FAFF28
RGB
CMYK
RGB Variations
Color information
#FAFF28 (or 0xFAFF28) is known color: Lemon. HEX triplet: FA, FF and 28. RGB value is (250,255,40). Sum of RGB (Red+Green+Blue) = 250+255+40=545 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.87% from 545); Green value is 255 (100% from 255 or 46.79% from 545); Blue value is 40 (16.02% from 255 or 7.34% from 545); Max value from RGB is 255 - color contains mainly: green. Hex color #FAFF28 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FAFF28 is #0500D7. Grayscale: #E5E5E5. Windows color (decimal): -327896 or 2686970. OLE color: 2686970.
HSL color Cylindrical-coordinate representation of color #FAFF28: hue angle of 61.4º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FAFF28 is Cyan = 0.02, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.
Color convert
| RGB | 250 | 255 | 40 | - |
| CMYK | 0.02 | 0 | 0.84 | 0 |
| HSL | 61.4º | 1% | 0.58% | - |
| HSV(B) | 61.4º | 0.84% | 1% | - |
| XYZ | 75.57 | 92 | 15.78 | - |
| YUV | 229 | 21.34 | 142.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 255 | 40 | 0.02 | 0 | 0.84 | 0 | 61.4 | 1 | 0.58 |
| Hex | FA | FF | 28 | 2 | 0 | 54 | 0 | 3D | 64 | 3A |
| Octal | 372 | 377 | 50 | 2 | 0 | 124 | 0 | 75 | 144 | 72 |
| Binary | 11111010 | 11111111 | 101000 | 10 | 0 | 1010100 | 0 | 111101 | 1100100 | 111010 |
Color Harmonies of #FAFF28
Complementary color
Monochromatic Colors of #FAFF28
Black with #FAFF28
Text Example
Text Example
White with #FAFF28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAFF28; }
p { color: rgb(250,255,40); }
H1.HeaderClassName
{
color: #FAFF28;
}
.AnyTagClassName
{
color: #FAFF28;
}
</style>
background-color css
<style>
a { background-color: #FAFF28; }
a { background-color: rgb(250,255,40); }
div.DivClassName
{
background-color: #FAFF28;
}
.BgClassName
{
background-color: #FAFF28;
}
</style>
border-color css
<style>
span { border-color: #FAFF28; }
span { border-color: rgb(250,255,40); }
td.TdClassName
{
border-color: #FAFF28;
}
.TagClassName
{
border-color: #FAFF28;
}
</style>