Shades of Lemon #F0F01B
Tints of Lemon #F0F01B
RGB
CMYK
RGB Variations
Color information
#F0F01B (or 0xF0F01B) is known color: Lemon. HEX triplet: F0, F0 and 1B. RGB value is (240,240,27). Sum of RGB (Red+Green+Blue) = 240+240+27=507 (67% of max value = 765). Red value is 240 (94.14% from 255 or 47.34% from 507); Green value is 240 (94.14% from 255 or 47.34% from 507); Blue value is 27 (10.94% from 255 or 5.33% from 507); Max value from RGB is 240 - color contains mainly: red, green. Hex color #F0F01B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F0F01B is #0F0FE4. Grayscale: #D8D8D8. Windows color (decimal): -987109 or 1831152. OLE color: 1831152.
HSL color Cylindrical-coordinate representation of color #F0F01B: hue angle of 60º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F0F01B is Cyan = 0, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 240 | 27 | - |
| CMYK | 0 | 0 | 0.89 | 0.06 |
| HSL | 60º | 0.88% | 0.52% | - |
| HSV(B) | 60º | 0.89% | 0.94% | - |
| XYZ | 67.29 | 80.92 | 13.11 | - |
| YUV | 215.72 | 21.5 | 145.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 240 | 27 | 0 | 0 | 0.89 | 0.06 | 60 | 0.88 | 0.52 |
| Hex | F0 | F0 | 1B | 0 | 0 | 59 | 6 | 3C | 58 | 34 |
| Octal | 360 | 360 | 33 | 0 | 0 | 131 | 6 | 74 | 130 | 64 |
| Binary | 11110000 | 11110000 | 11011 | 0 | 0 | 1011001 | 110 | 111100 | 1011000 | 110100 |
Color Harmonies of #F0F01B
Complementary color
Monochromatic Colors of #F0F01B
Black with #F0F01B
Text Example
Text Example
White with #F0F01B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0F01B; }
p { color: rgb(240,240,27); }
H1.HeaderClassName
{
color: #F0F01B;
}
.AnyTagClassName
{
color: #F0F01B;
}
</style>
background-color css
<style>
a { background-color: #F0F01B; }
a { background-color: rgb(240,240,27); }
div.DivClassName
{
background-color: #F0F01B;
}
.BgClassName
{
background-color: #F0F01B;
}
</style>
border-color css
<style>
span { border-color: #F0F01B; }
span { border-color: rgb(240,240,27); }
td.TdClassName
{
border-color: #F0F01B;
}
.TagClassName
{
border-color: #F0F01B;
}
</style>