Shades of Lemon #FAFF25
Tints of Lemon #FAFF25
RGB
CMYK
RGB Variations
Color information
#FAFF25 (or 0xFAFF25) is known color: Lemon. HEX triplet: FA, FF and 25. RGB value is (250,255,37). Sum of RGB (Red+Green+Blue) = 250+255+37=542 (71% of max value = 765). Red value is 250 (98.05% from 255 or 46.13% from 542); Green value is 255 (100% from 255 or 47.05% from 542); Blue value is 37 (14.84% from 255 or 6.83% from 542); Max value from RGB is 255 - color contains mainly: green. Hex color #FAFF25 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FAFF25 is #0500DA. Grayscale: #E5E5E5. Windows color (decimal): -327899 or 2490362. OLE color: 2490362.
HSL color Cylindrical-coordinate representation of color #FAFF25: hue angle of 61.38º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FAFF25 is Cyan = 0.02, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.
Color convert
| RGB | 250 | 255 | 37 | - |
| CMYK | 0.02 | 0 | 0.85 | 0 |
| HSL | 61.38º | 1% | 0.57% | - |
| HSV(B) | 61.38º | 0.85% | 1% | - |
| XYZ | 75.52 | 91.98 | 15.52 | - |
| YUV | 228.65 | 19.84 | 143.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 255 | 37 | 0.02 | 0 | 0.85 | 0 | 61.38 | 1 | 0.57 |
| Hex | FA | FF | 25 | 2 | 0 | 55 | 0 | 3D | 64 | 39 |
| Octal | 372 | 377 | 45 | 2 | 0 | 125 | 0 | 75 | 144 | 71 |
| Binary | 11111010 | 11111111 | 100101 | 10 | 0 | 1010101 | 0 | 111101 | 1100100 | 111001 |
Color Harmonies of #FAFF25
Complementary color
Monochromatic Colors of #FAFF25
Black with #FAFF25
Text Example
Text Example
White with #FAFF25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAFF25; }
p { color: rgb(250,255,37); }
H1.HeaderClassName
{
color: #FAFF25;
}
.AnyTagClassName
{
color: #FAFF25;
}
</style>
background-color css
<style>
a { background-color: #FAFF25; }
a { background-color: rgb(250,255,37); }
div.DivClassName
{
background-color: #FAFF25;
}
.BgClassName
{
background-color: #FAFF25;
}
</style>
border-color css
<style>
span { border-color: #FAFF25; }
span { border-color: rgb(250,255,37); }
td.TdClassName
{
border-color: #FAFF25;
}
.TagClassName
{
border-color: #FAFF25;
}
</style>