Shades of Lemon #F7FC1C
Tints of Lemon #F7FC1C
RGB
CMYK
RGB Variations
Color information
#F7FC1C (or 0xF7FC1C) is known color: Lemon. HEX triplet: F7, FC and 1C. RGB value is (247,252,28). Sum of RGB (Red+Green+Blue) = 247+252+28=527 (69% of max value = 765). Red value is 247 (96.88% from 255 or 46.87% from 527); Green value is 252 (98.83% from 255 or 47.82% from 527); Blue value is 28 (11.33% from 255 or 5.31% from 527); Max value from RGB is 252 - color contains mainly: green. Hex color #F7FC1C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F7FC1C is #0803E3. Grayscale: #E1E1E1. Windows color (decimal): -525284 or 1899767. OLE color: 1899767.
HSL color Cylindrical-coordinate representation of color #F7FC1C: hue angle of 61.34º degrees, saturation: 0.97, 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 #F7FC1C is Cyan = 0.02, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 247 | 252 | 28 | - |
| CMYK | 0.02 | 0 | 0.89 | 0.01 |
| HSL | 61.34º | 0.97% | 0.55% | - |
| HSV(B) | 61.34º | 0.89% | 0.99% | - |
| XYZ | 73.38 | 89.48 | 14.5 | - |
| YUV | 224.97 | 16.84 | 143.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 252 | 28 | 0.02 | 0 | 0.89 | 0.01 | 61.34 | 0.97 | 0.55 |
| Hex | F7 | FC | 1C | 2 | 0 | 59 | 1 | 3D | 61 | 37 |
| Octal | 367 | 374 | 34 | 2 | 0 | 131 | 1 | 75 | 141 | 67 |
| Binary | 11110111 | 11111100 | 11100 | 10 | 0 | 1011001 | 1 | 111101 | 1100001 | 110111 |
Color Harmonies of #F7FC1C
Complementary color
Monochromatic Colors of #F7FC1C
Black with #F7FC1C
Text Example
Text Example
White with #F7FC1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7FC1C; }
p { color: rgb(247,252,28); }
H1.HeaderClassName
{
color: #F7FC1C;
}
.AnyTagClassName
{
color: #F7FC1C;
}
</style>
background-color css
<style>
a { background-color: #F7FC1C; }
a { background-color: rgb(247,252,28); }
div.DivClassName
{
background-color: #F7FC1C;
}
.BgClassName
{
background-color: #F7FC1C;
}
</style>
border-color css
<style>
span { border-color: #F7FC1C; }
span { border-color: rgb(247,252,28); }
td.TdClassName
{
border-color: #F7FC1C;
}
.TagClassName
{
border-color: #F7FC1C;
}
</style>