Shades of Lemon #FFF71C
Tints of Lemon #FFF71C
RGB
CMYK
RGB Variations
Color information
#FFF71C (or 0xFFF71C) is known color: Lemon. HEX triplet: FF, F7 and 1C. RGB value is (255,247,28). Sum of RGB (Red+Green+Blue) = 255+247+28=530 (70% of max value = 765). Red value is 255 (100% from 255 or 48.11% from 530); Green value is 247 (96.88% from 255 or 46.60% from 530); Blue value is 28 (11.33% from 255 or 5.28% from 530); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF71C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFF71C is #0008E3. Grayscale: #E1E1E1. Windows color (decimal): -2276 or 1898495. OLE color: 1898495.
HSL color Cylindrical-coordinate representation of color #FFF71C: hue angle of 57.89º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FFF71C is Cyan = 0, Magento = 0.03, Yellow = 0.89 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 247 | 28 | - |
| CMYK | 0 | 0.03 | 0.89 | 0 |
| HSL | 57.89º | 1% | 0.55% | - |
| HSV(B) | 57.89º | 0.89% | 1% | - |
| XYZ | 74.71 | 87.87 | 14.12 | - |
| YUV | 224.43 | 17.15 | 149.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 247 | 28 | 0 | 0.03 | 0.89 | 0 | 57.89 | 1 | 0.55 |
| Hex | FF | F7 | 1C | 0 | 3 | 59 | 0 | 3A | 64 | 37 |
| Octal | 377 | 367 | 34 | 0 | 3 | 131 | 0 | 72 | 144 | 67 |
| Binary | 11111111 | 11110111 | 11100 | 0 | 11 | 1011001 | 0 | 111010 | 1100100 | 110111 |
Color Harmonies of #FFF71C
Complementary color
Monochromatic Colors of #FFF71C
Black with #FFF71C
Text Example
Text Example
White with #FFF71C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF71C; }
p { color: rgb(255,247,28); }
H1.HeaderClassName
{
color: #FFF71C;
}
.AnyTagClassName
{
color: #FFF71C;
}
</style>
background-color css
<style>
a { background-color: #FFF71C; }
a { background-color: rgb(255,247,28); }
div.DivClassName
{
background-color: #FFF71C;
}
.BgClassName
{
background-color: #FFF71C;
}
</style>
border-color css
<style>
span { border-color: #FFF71C; }
span { border-color: rgb(255,247,28); }
td.TdClassName
{
border-color: #FFF71C;
}
.TagClassName
{
border-color: #FFF71C;
}
</style>