Shades of Lemon #F6F00D
Tints of Lemon #F6F00D
RGB
CMYK
RGB Variations
Color information
#F6F00D (or 0xF6F00D) is known color: Lemon. HEX triplet: F6, F0 and 0D. RGB value is (246,240,13). Sum of RGB (Red+Green+Blue) = 246+240+13=499 (66% of max value = 765). Red value is 246 (96.48% from 255 or 49.30% from 499); Green value is 240 (94.14% from 255 or 48.10% from 499); Blue value is 13 (5.47% from 255 or 2.61% from 499); Max value from RGB is 246 - color contains mainly: red. Hex color #F6F00D is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F6F00D is #090FF2. Grayscale: #D8D8D8. Windows color (decimal): -593907 or 913654. OLE color: 913654.
HSL color Cylindrical-coordinate representation of color #F6F00D: hue angle of 58.45º 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 #F6F00D is Cyan = 0, Magento = 0.02, Yellow = 0.95 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 240 | 13 | - |
| CMYK | 0 | 0.02 | 0.95 | 0.04 |
| HSL | 58.45º | 0.93% | 0.51% | - |
| HSV(B) | 58.45º | 0.95% | 0.96% | - |
| XYZ | 69.24 | 81.94 | 12.55 | - |
| YUV | 215.92 | 13.49 | 149.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 240 | 13 | 0 | 0.02 | 0.95 | 0.04 | 58.45 | 0.93 | 0.51 |
| Hex | F6 | F0 | D | 0 | 2 | 5F | 4 | 3A | 5D | 33 |
| Octal | 366 | 360 | 15 | 0 | 2 | 137 | 4 | 72 | 135 | 63 |
| Binary | 11110110 | 11110000 | 1101 | 0 | 10 | 1011111 | 100 | 111010 | 1011101 | 110011 |
Color Harmonies of #F6F00D
Complementary color
Monochromatic Colors of #F6F00D
Black with #F6F00D
Text Example
Text Example
White with #F6F00D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6F00D; }
p { color: rgb(246,240,13); }
H1.HeaderClassName
{
color: #F6F00D;
}
.AnyTagClassName
{
color: #F6F00D;
}
</style>
background-color css
<style>
a { background-color: #F6F00D; }
a { background-color: rgb(246,240,13); }
div.DivClassName
{
background-color: #F6F00D;
}
.BgClassName
{
background-color: #F6F00D;
}
</style>
border-color css
<style>
span { border-color: #F6F00D; }
span { border-color: rgb(246,240,13); }
td.TdClassName
{
border-color: #F6F00D;
}
.TagClassName
{
border-color: #F6F00D;
}
</style>