Shades of Lemon #F6DD0D
Tints of Lemon #F6DD0D
RGB
CMYK
RGB Variations
Color information
#F6DD0D (or 0xF6DD0D) is known color: Lemon. HEX triplet: F6, DD and 0D. RGB value is (246,221,13). Sum of RGB (Red+Green+Blue) = 246+221+13=480 (63% of max value = 765). Red value is 246 (96.48% from 255 or 51.25% from 480); Green value is 221 (86.72% from 255 or 46.04% from 480); Blue value is 13 (5.47% from 255 or 2.71% from 480); Max value from RGB is 246 - color contains mainly: red. Hex color #F6DD0D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F6DD0D is #0922F2. Grayscale: #CDCDCD. Windows color (decimal): -598771 or 908790. OLE color: 908790.
HSL color Cylindrical-coordinate representation of color #F6DD0D: hue angle of 53.56º 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 #F6DD0D is Cyan = 0, Magento = 0.10, Yellow = 0.95 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 221 | 13 | - |
| CMYK | 0 | 0.10 | 0.95 | 0.04 |
| HSL | 53.56º | 0.93% | 0.51% | - |
| HSV(B) | 53.56º | 0.95% | 0.96% | - |
| XYZ | 63.94 | 71.33 | 10.78 | - |
| YUV | 204.76 | 19.78 | 157.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 221 | 13 | 0 | 0.10 | 0.95 | 0.04 | 53.56 | 0.93 | 0.51 |
| Hex | F6 | DD | D | 0 | A | 5F | 4 | 36 | 5D | 33 |
| Octal | 366 | 335 | 15 | 0 | 12 | 137 | 4 | 66 | 135 | 63 |
| Binary | 11110110 | 11011101 | 1101 | 0 | 1010 | 1011111 | 100 | 110110 | 1011101 | 110011 |
Color Harmonies of #F6DD0D
Complementary color
Monochromatic Colors of #F6DD0D
Black with #F6DD0D
Text Example
Text Example
White with #F6DD0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6DD0D; }
p { color: rgb(246,221,13); }
H1.HeaderClassName
{
color: #F6DD0D;
}
.AnyTagClassName
{
color: #F6DD0D;
}
</style>
background-color css
<style>
a { background-color: #F6DD0D; }
a { background-color: rgb(246,221,13); }
div.DivClassName
{
background-color: #F6DD0D;
}
.BgClassName
{
background-color: #F6DD0D;
}
</style>
border-color css
<style>
span { border-color: #F6DD0D; }
span { border-color: rgb(246,221,13); }
td.TdClassName
{
border-color: #F6DD0D;
}
.TagClassName
{
border-color: #F6DD0D;
}
</style>