Shades of Lemon #F1DD12
Tints of Lemon #F1DD12
RGB
CMYK
RGB Variations
Color information
#F1DD12 (or 0xF1DD12) is known color: Lemon. HEX triplet: F1, DD and 12. RGB value is (241,221,18). Sum of RGB (Red+Green+Blue) = 241+221+18=480 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50.21% from 480); Green value is 221 (86.72% from 255 or 46.04% from 480); Blue value is 18 (7.42% from 255 or 3.75% from 480); Max value from RGB is 241 - color contains mainly: red. Hex color #F1DD12 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F1DD12 is #0E22ED. Grayscale: #CCCCCC. Windows color (decimal): -926446 or 1236465. OLE color: 1236465.
HSL color Cylindrical-coordinate representation of color #F1DD12: hue angle of 54.62º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F1DD12 is Cyan = 0, Magento = 0.08, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 221 | 18 | - |
| CMYK | 0 | 0.08 | 0.93 | 0.05 |
| HSL | 54.62º | 0.89% | 0.51% | - |
| HSV(B) | 54.62º | 0.93% | 0.95% | - |
| XYZ | 62.24 | 70.46 | 10.89 | - |
| YUV | 203.84 | 23.13 | 154.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 221 | 18 | 0 | 0.08 | 0.93 | 0.05 | 54.62 | 0.89 | 0.51 |
| Hex | F1 | DD | 12 | 0 | 8 | 5D | 5 | 37 | 59 | 33 |
| Octal | 361 | 335 | 22 | 0 | 10 | 135 | 5 | 67 | 131 | 63 |
| Binary | 11110001 | 11011101 | 10010 | 0 | 1000 | 1011101 | 101 | 110111 | 1011001 | 110011 |
Color Harmonies of #F1DD12
Complementary color
Monochromatic Colors of #F1DD12
Black with #F1DD12
Text Example
Text Example
White with #F1DD12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1DD12; }
p { color: rgb(241,221,18); }
H1.HeaderClassName
{
color: #F1DD12;
}
.AnyTagClassName
{
color: #F1DD12;
}
</style>
background-color css
<style>
a { background-color: #F1DD12; }
a { background-color: rgb(241,221,18); }
div.DivClassName
{
background-color: #F1DD12;
}
.BgClassName
{
background-color: #F1DD12;
}
</style>
border-color css
<style>
span { border-color: #F1DD12; }
span { border-color: rgb(241,221,18); }
td.TdClassName
{
border-color: #F1DD12;
}
.TagClassName
{
border-color: #F1DD12;
}
</style>