Shades of Lemon #F1F00D
Tints of Lemon #F1F00D
RGB
CMYK
RGB Variations
Color information
#F1F00D (or 0xF1F00D) is known color: Lemon. HEX triplet: F1, F0 and 0D. RGB value is (241,240,13). Sum of RGB (Red+Green+Blue) = 241+240+13=494 (65% of max value = 765). Red value is 241 (94.53% from 255 or 48.79% from 494); Green value is 240 (94.14% from 255 or 48.58% from 494); Blue value is 13 (5.47% from 255 or 2.63% from 494); Max value from RGB is 241 - color contains mainly: red. Hex color #F1F00D is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F1F00D is #0E0FF2. Grayscale: #D7D7D7. Windows color (decimal): -921587 or 913649. OLE color: 913649.
HSL color Cylindrical-coordinate representation of color #F1F00D: hue angle of 59.74º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F1F00D is Cyan = 0, Magento = 0.00, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 240 | 13 | - |
| CMYK | 0 | 0.00 | 0.95 | 0.05 |
| HSL | 59.74º | 0.9% | 0.5% | - |
| HSV(B) | 59.74º | 0.95% | 0.95% | - |
| XYZ | 67.51 | 81.05 | 12.47 | - |
| YUV | 214.42 | 14.33 | 146.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 240 | 13 | 0 | 0.00 | 0.95 | 0.05 | 59.74 | 0.9 | 0.5 |
| Hex | F1 | F0 | D | 0 | 0 | 5F | 5 | 3C | 5A | 32 |
| Octal | 361 | 360 | 15 | 0 | 0 | 137 | 5 | 74 | 132 | 62 |
| Binary | 11110001 | 11110000 | 1101 | 0 | 0 | 1011111 | 101 | 111100 | 1011010 | 110010 |
Color Harmonies of #F1F00D
Complementary color
Monochromatic Colors of #F1F00D
Black with #F1F00D
Text Example
Text Example
White with #F1F00D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1F00D; }
p { color: rgb(241,240,13); }
H1.HeaderClassName
{
color: #F1F00D;
}
.AnyTagClassName
{
color: #F1F00D;
}
</style>
background-color css
<style>
a { background-color: #F1F00D; }
a { background-color: rgb(241,240,13); }
div.DivClassName
{
background-color: #F1F00D;
}
.BgClassName
{
background-color: #F1F00D;
}
</style>
border-color css
<style>
span { border-color: #F1F00D; }
span { border-color: rgb(241,240,13); }
td.TdClassName
{
border-color: #F1F00D;
}
.TagClassName
{
border-color: #F1F00D;
}
</style>