Shades of Lemon #F6EE0C
Tints of Lemon #F6EE0C
RGB
CMYK
RGB Variations
Color information
#F6EE0C (or 0xF6EE0C) is known color: Lemon. HEX triplet: F6, EE and 0C. RGB value is (246,238,12). Sum of RGB (Red+Green+Blue) = 246+238+12=496 (65% of max value = 765). Red value is 246 (96.48% from 255 or 49.60% from 496); Green value is 238 (93.36% from 255 or 47.98% from 496); Blue value is 12 (5.08% from 255 or 2.42% from 496); Max value from RGB is 246 - color contains mainly: red. Hex color #F6EE0C is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F6EE0C is #0911F3. Grayscale: #D7D7D7. Windows color (decimal): -594420 or 847606. OLE color: 847606.
HSL color Cylindrical-coordinate representation of color #F6EE0C: hue angle of 57.95º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F6EE0C is Cyan = 0, Magento = 0.03, Yellow = 0.95 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 238 | 12 | - |
| CMYK | 0 | 0.03 | 0.95 | 0.04 |
| HSL | 57.95º | 0.93% | 0.51% | - |
| HSV(B) | 57.95º | 0.95% | 0.96% | - |
| XYZ | 68.65 | 80.77 | 12.32 | - |
| YUV | 214.63 | 13.65 | 150.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 238 | 12 | 0 | 0.03 | 0.95 | 0.04 | 57.95 | 0.93 | 0.51 |
| Hex | F6 | EE | C | 0 | 3 | 5F | 4 | 3A | 5D | 33 |
| Octal | 366 | 356 | 14 | 0 | 3 | 137 | 4 | 72 | 135 | 63 |
| Binary | 11110110 | 11101110 | 1100 | 0 | 11 | 1011111 | 100 | 111010 | 1011101 | 110011 |
Color Harmonies of #F6EE0C
Complementary color
Monochromatic Colors of #F6EE0C
Black with #F6EE0C
Text Example
Text Example
White with #F6EE0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6EE0C; }
p { color: rgb(246,238,12); }
H1.HeaderClassName
{
color: #F6EE0C;
}
.AnyTagClassName
{
color: #F6EE0C;
}
</style>
background-color css
<style>
a { background-color: #F6EE0C; }
a { background-color: rgb(246,238,12); }
div.DivClassName
{
background-color: #F6EE0C;
}
.BgClassName
{
background-color: #F6EE0C;
}
</style>
border-color css
<style>
span { border-color: #F6EE0C; }
span { border-color: rgb(246,238,12); }
td.TdClassName
{
border-color: #F6EE0C;
}
.TagClassName
{
border-color: #F6EE0C;
}
</style>