Shades of Lemon #F6DC0F
Tints of Lemon #F6DC0F
RGB
CMYK
RGB Variations
Color information
#F6DC0F (or 0xF6DC0F) is known color: Lemon. HEX triplet: F6, DC and 0F. RGB value is (246,220,15). Sum of RGB (Red+Green+Blue) = 246+220+15=481 (63% of max value = 765). Red value is 246 (96.48% from 255 or 51.14% from 481); Green value is 220 (86.33% from 255 or 45.74% from 481); Blue value is 15 (6.25% from 255 or 3.12% from 481); Max value from RGB is 246 - color contains mainly: red. Hex color #F6DC0F is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F6DC0F is #0923F0. Grayscale: #CDCDCD. Windows color (decimal): -599025 or 1039606. OLE color: 1039606.
HSL color Cylindrical-coordinate representation of color #F6DC0F: hue angle of 53.25º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F6DC0F is Cyan = 0, Magento = 0.11, Yellow = 0.94 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 220 | 15 | - |
| CMYK | 0 | 0.11 | 0.94 | 0.04 |
| HSL | 53.25º | 0.93% | 0.51% | - |
| HSV(B) | 53.25º | 0.94% | 0.96% | - |
| XYZ | 63.69 | 70.81 | 10.76 | - |
| YUV | 204.4 | 21.11 | 157.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 220 | 15 | 0 | 0.11 | 0.94 | 0.04 | 53.25 | 0.93 | 0.51 |
| Hex | F6 | DC | F | 0 | B | 5E | 4 | 35 | 5D | 33 |
| Octal | 366 | 334 | 17 | 0 | 13 | 136 | 4 | 65 | 135 | 63 |
| Binary | 11110110 | 11011100 | 1111 | 0 | 1011 | 1011110 | 100 | 110101 | 1011101 | 110011 |
Color Harmonies of #F6DC0F
Complementary color
Monochromatic Colors of #F6DC0F
Black with #F6DC0F
Text Example
Text Example
White with #F6DC0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6DC0F; }
p { color: rgb(246,220,15); }
H1.HeaderClassName
{
color: #F6DC0F;
}
.AnyTagClassName
{
color: #F6DC0F;
}
</style>
background-color css
<style>
a { background-color: #F6DC0F; }
a { background-color: rgb(246,220,15); }
div.DivClassName
{
background-color: #F6DC0F;
}
.BgClassName
{
background-color: #F6DC0F;
}
</style>
border-color css
<style>
span { border-color: #F6DC0F; }
span { border-color: rgb(246,220,15); }
td.TdClassName
{
border-color: #F6DC0F;
}
.TagClassName
{
border-color: #F6DC0F;
}
</style>