Shades of Lemon #F0D914
Tints of Lemon #F0D914
RGB
CMYK
RGB Variations
Color information
#F0D914 (or 0xF0D914) is known color: Lemon. HEX triplet: F0, D9 and 14. RGB value is (240,217,20). Sum of RGB (Red+Green+Blue) = 240+217+20=477 (63% of max value = 765). Red value is 240 (94.14% from 255 or 50.31% from 477); Green value is 217 (85.16% from 255 or 45.49% from 477); Blue value is 20 (8.20% from 255 or 4.19% from 477); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D914 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F0D914 is #0F26EB. Grayscale: #CACACA. Windows color (decimal): -993004 or 1366512. OLE color: 1366512.
HSL color Cylindrical-coordinate representation of color #F0D914: hue angle of 53.73º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F0D914 is Cyan = 0, Magento = 0.10, Yellow = 0.92 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 217 | 20 | - |
| CMYK | 0 | 0.10 | 0.92 | 0.06 |
| HSL | 53.73º | 0.88% | 0.51% | - |
| HSV(B) | 53.73º | 0.92% | 0.94% | - |
| XYZ | 60.87 | 68.2 | 10.62 | - |
| YUV | 201.42 | 25.62 | 155.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 217 | 20 | 0 | 0.10 | 0.92 | 0.06 | 53.73 | 0.88 | 0.51 |
| Hex | F0 | D9 | 14 | 0 | A | 5C | 6 | 36 | 58 | 33 |
| Octal | 360 | 331 | 24 | 0 | 12 | 134 | 6 | 66 | 130 | 63 |
| Binary | 11110000 | 11011001 | 10100 | 0 | 1010 | 1011100 | 110 | 110110 | 1011000 | 110011 |
Color Harmonies of #F0D914
Complementary color
Monochromatic Colors of #F0D914
Black with #F0D914
Text Example
Text Example
White with #F0D914
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0D914; }
p { color: rgb(240,217,20); }
H1.HeaderClassName
{
color: #F0D914;
}
.AnyTagClassName
{
color: #F0D914;
}
</style>
background-color css
<style>
a { background-color: #F0D914; }
a { background-color: rgb(240,217,20); }
div.DivClassName
{
background-color: #F0D914;
}
.BgClassName
{
background-color: #F0D914;
}
</style>
border-color css
<style>
span { border-color: #F0D914; }
span { border-color: rgb(240,217,20); }
td.TdClassName
{
border-color: #F0D914;
}
.TagClassName
{
border-color: #F0D914;
}
</style>