Shades of Lemon #F6ED12
Tints of Lemon #F6ED12
RGB
CMYK
RGB Variations
Color information
#F6ED12 (or 0xF6ED12) is known color: Lemon. HEX triplet: F6, ED and 12. RGB value is (246,237,18). Sum of RGB (Red+Green+Blue) = 246+237+18=501 (66% of max value = 765). Red value is 246 (96.48% from 255 or 49.10% from 501); Green value is 237 (92.97% from 255 or 47.31% from 501); Blue value is 18 (7.42% from 255 or 3.59% from 501); Max value from RGB is 246 - color contains mainly: red. Hex color #F6ED12 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F6ED12 is #0912ED. Grayscale: #D7D7D7. Windows color (decimal): -594670 or 1240566. OLE color: 1240566.
HSL color Cylindrical-coordinate representation of color #F6ED12: hue angle of 57.63º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F6ED12 is Cyan = 0, Magento = 0.04, Yellow = 0.93 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 237 | 18 | - |
| CMYK | 0 | 0.04 | 0.93 | 0.04 |
| HSL | 57.63º | 0.93% | 0.52% | - |
| HSV(B) | 57.63º | 0.93% | 0.96% | - |
| XYZ | 68.4 | 80.2 | 12.45 | - |
| YUV | 214.73 | 16.98 | 150.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 237 | 18 | 0 | 0.04 | 0.93 | 0.04 | 57.63 | 0.93 | 0.52 |
| Hex | F6 | ED | 12 | 0 | 4 | 5D | 4 | 3A | 5D | 34 |
| Octal | 366 | 355 | 22 | 0 | 4 | 135 | 4 | 72 | 135 | 64 |
| Binary | 11110110 | 11101101 | 10010 | 0 | 100 | 1011101 | 100 | 111010 | 1011101 | 110100 |
Color Harmonies of #F6ED12
Complementary color
Monochromatic Colors of #F6ED12
Black with #F6ED12
Text Example
Text Example
White with #F6ED12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6ED12; }
p { color: rgb(246,237,18); }
H1.HeaderClassName
{
color: #F6ED12;
}
.AnyTagClassName
{
color: #F6ED12;
}
</style>
background-color css
<style>
a { background-color: #F6ED12; }
a { background-color: rgb(246,237,18); }
div.DivClassName
{
background-color: #F6ED12;
}
.BgClassName
{
background-color: #F6ED12;
}
</style>
border-color css
<style>
span { border-color: #F6ED12; }
span { border-color: rgb(246,237,18); }
td.TdClassName
{
border-color: #F6ED12;
}
.TagClassName
{
border-color: #F6ED12;
}
</style>