Shades of Lemon #F0DF16
Tints of Lemon #F0DF16
RGB
CMYK
RGB Variations
Color information
#F0DF16 (or 0xF0DF16) is known color: Lemon. HEX triplet: F0, DF and 16. RGB value is (240,223,22). Sum of RGB (Red+Green+Blue) = 240+223+22=485 (64% of max value = 765). Red value is 240 (94.14% from 255 or 49.48% from 485); Green value is 223 (87.5% from 255 or 45.98% from 485); Blue value is 22 (8.98% from 255 or 4.54% from 485); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DF16 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F0DF16 is #0F20E9. Grayscale: #CDCDCD. Windows color (decimal): -991466 or 1499120. OLE color: 1499120.
HSL color Cylindrical-coordinate representation of color #F0DF16: hue angle of 55.32º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F0DF16 is Cyan = 0, Magento = 0.07, Yellow = 0.91 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 223 | 22 | - |
| CMYK | 0 | 0.07 | 0.91 | 0.06 |
| HSL | 55.32º | 0.88% | 0.51% | - |
| HSV(B) | 55.32º | 0.91% | 0.94% | - |
| XYZ | 62.47 | 71.36 | 11.24 | - |
| YUV | 205.17 | 24.63 | 152.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 223 | 22 | 0 | 0.07 | 0.91 | 0.06 | 55.32 | 0.88 | 0.51 |
| Hex | F0 | DF | 16 | 0 | 7 | 5B | 6 | 37 | 58 | 33 |
| Octal | 360 | 337 | 26 | 0 | 7 | 133 | 6 | 67 | 130 | 63 |
| Binary | 11110000 | 11011111 | 10110 | 0 | 111 | 1011011 | 110 | 110111 | 1011000 | 110011 |
Color Harmonies of #F0DF16
Complementary color
Monochromatic Colors of #F0DF16
Black with #F0DF16
Text Example
Text Example
White with #F0DF16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0DF16; }
p { color: rgb(240,223,22); }
H1.HeaderClassName
{
color: #F0DF16;
}
.AnyTagClassName
{
color: #F0DF16;
}
</style>
background-color css
<style>
a { background-color: #F0DF16; }
a { background-color: rgb(240,223,22); }
div.DivClassName
{
background-color: #F0DF16;
}
.BgClassName
{
background-color: #F0DF16;
}
</style>
border-color css
<style>
span { border-color: #F0DF16; }
span { border-color: rgb(240,223,22); }
td.TdClassName
{
border-color: #F0DF16;
}
.TagClassName
{
border-color: #F0DF16;
}
</style>