Shades of Lemon #F1F00C
Tints of Lemon #F1F00C
RGB
CMYK
RGB Variations
Color information
#F1F00C (or 0xF1F00C) is known color: Lemon. HEX triplet: F1, F0 and 0C. RGB value is (241,240,12). Sum of RGB (Red+Green+Blue) = 241+240+12=493 (65% of max value = 765). Red value is 241 (94.53% from 255 or 48.88% from 493); Green value is 240 (94.14% from 255 or 48.68% from 493); Blue value is 12 (5.08% from 255 or 2.43% from 493); Max value from RGB is 241 - color contains mainly: red. Hex color #F1F00C is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F1F00C is #0E0FF3. Grayscale: #D7D7D7. Windows color (decimal): -921588 or 848113. OLE color: 848113.
HSL color Cylindrical-coordinate representation of color #F1F00C: hue angle of 59.74º degrees, saturation: 0.91, 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 #F1F00C is Cyan = 0, Magento = 0.00, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 240 | 12 | - |
| CMYK | 0 | 0.00 | 0.95 | 0.05 |
| HSL | 59.74º | 0.91% | 0.5% | - |
| HSV(B) | 59.74º | 0.95% | 0.95% | - |
| XYZ | 67.5 | 81.05 | 12.43 | - |
| YUV | 214.31 | 13.83 | 147.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 240 | 12 | 0 | 0.00 | 0.95 | 0.05 | 59.74 | 0.91 | 0.5 |
| Hex | F1 | F0 | C | 0 | 0 | 5F | 5 | 3C | 5B | 32 |
| Octal | 361 | 360 | 14 | 0 | 0 | 137 | 5 | 74 | 133 | 62 |
| Binary | 11110001 | 11110000 | 1100 | 0 | 0 | 1011111 | 101 | 111100 | 1011011 | 110010 |
Color Harmonies of #F1F00C
Complementary color
Monochromatic Colors of #F1F00C
Black with #F1F00C
Text Example
Text Example
White with #F1F00C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1F00C; }
p { color: rgb(241,240,12); }
H1.HeaderClassName
{
color: #F1F00C;
}
.AnyTagClassName
{
color: #F1F00C;
}
</style>
background-color css
<style>
a { background-color: #F1F00C; }
a { background-color: rgb(241,240,12); }
div.DivClassName
{
background-color: #F1F00C;
}
.BgClassName
{
background-color: #F1F00C;
}
</style>
border-color css
<style>
span { border-color: #F1F00C; }
span { border-color: rgb(241,240,12); }
td.TdClassName
{
border-color: #F1F00C;
}
.TagClassName
{
border-color: #F1F00C;
}
</style>