Shades of Lemon #F0DF10
Tints of Lemon #F0DF10
RGB
CMYK
RGB Variations
Color information
#F0DF10 (or 0xF0DF10) is known color: Lemon. HEX triplet: F0, DF and 10. RGB value is (240,223,16). Sum of RGB (Red+Green+Blue) = 240+223+16=479 (63% of max value = 765). Red value is 240 (94.14% from 255 or 50.10% from 479); Green value is 223 (87.5% from 255 or 46.56% from 479); Blue value is 16 (6.64% from 255 or 3.34% from 479); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DF10 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F0DF10 is #0F20EF. Grayscale: #CDCDCD. Windows color (decimal): -991472 or 1105904. OLE color: 1105904.
HSL color Cylindrical-coordinate representation of color #F0DF10: hue angle of 55.45º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F0DF10 is Cyan = 0, Magento = 0.07, Yellow = 0.93 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 223 | 16 | - |
| CMYK | 0 | 0.07 | 0.93 | 0.06 |
| HSL | 55.45º | 0.88% | 0.5% | - |
| HSV(B) | 55.45º | 0.93% | 0.94% | - |
| XYZ | 62.42 | 71.34 | 10.97 | - |
| YUV | 204.49 | 21.63 | 153.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 223 | 16 | 0 | 0.07 | 0.93 | 0.06 | 55.45 | 0.88 | 0.5 |
| Hex | F0 | DF | 10 | 0 | 7 | 5D | 6 | 37 | 58 | 32 |
| Octal | 360 | 337 | 20 | 0 | 7 | 135 | 6 | 67 | 130 | 62 |
| Binary | 11110000 | 11011111 | 10000 | 0 | 111 | 1011101 | 110 | 110111 | 1011000 | 110010 |
Color Harmonies of #F0DF10
Complementary color
Monochromatic Colors of #F0DF10
Black with #F0DF10
Text Example
Text Example
White with #F0DF10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0DF10; }
p { color: rgb(240,223,16); }
H1.HeaderClassName
{
color: #F0DF10;
}
.AnyTagClassName
{
color: #F0DF10;
}
</style>
background-color css
<style>
a { background-color: #F0DF10; }
a { background-color: rgb(240,223,16); }
div.DivClassName
{
background-color: #F0DF10;
}
.BgClassName
{
background-color: #F0DF10;
}
</style>
border-color css
<style>
span { border-color: #F0DF10; }
span { border-color: rgb(240,223,16); }
td.TdClassName
{
border-color: #F0DF10;
}
.TagClassName
{
border-color: #F0DF10;
}
</style>