Shades of Lemon #F6DF0B
Tints of Lemon #F6DF0B
RGB
CMYK
RGB Variations
Color information
#F6DF0B (or 0xF6DF0B) is known color: Lemon. HEX triplet: F6, DF and 0B. RGB value is (246,223,11). Sum of RGB (Red+Green+Blue) = 246+223+11=480 (63% of max value = 765). Red value is 246 (96.48% from 255 or 51.25% from 480); Green value is 223 (87.5% from 255 or 46.46% from 480); Blue value is 11 (4.69% from 255 or 2.29% from 480); Max value from RGB is 246 - color contains mainly: red. Hex color #F6DF0B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F6DF0B is #0920F4. Grayscale: #CECECE. Windows color (decimal): -598261 or 778230. OLE color: 778230.
HSL color Cylindrical-coordinate representation of color #F6DF0B: hue angle of 54.13º degrees, saturation: 0.93, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F6DF0B is Cyan = 0, Magento = 0.09, Yellow = 0.96 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 223 | 11 | - |
| CMYK | 0 | 0.09 | 0.96 | 0.04 |
| HSL | 54.13º | 0.93% | 0.5% | - |
| HSV(B) | 54.13º | 0.96% | 0.96% | - |
| XYZ | 64.45 | 72.39 | 10.89 | - |
| YUV | 205.71 | 18.12 | 156.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 223 | 11 | 0 | 0.09 | 0.96 | 0.04 | 54.13 | 0.93 | 0.5 |
| Hex | F6 | DF | B | 0 | 9 | 60 | 4 | 36 | 5D | 32 |
| Octal | 366 | 337 | 13 | 0 | 11 | 140 | 4 | 66 | 135 | 62 |
| Binary | 11110110 | 11011111 | 1011 | 0 | 1001 | 1100000 | 100 | 110110 | 1011101 | 110010 |
Color Harmonies of #F6DF0B
Complementary color
Monochromatic Colors of #F6DF0B
Black with #F6DF0B
Text Example
Text Example
White with #F6DF0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6DF0B; }
p { color: rgb(246,223,11); }
H1.HeaderClassName
{
color: #F6DF0B;
}
.AnyTagClassName
{
color: #F6DF0B;
}
</style>
background-color css
<style>
a { background-color: #F6DF0B; }
a { background-color: rgb(246,223,11); }
div.DivClassName
{
background-color: #F6DF0B;
}
.BgClassName
{
background-color: #F6DF0B;
}
</style>
border-color css
<style>
span { border-color: #F6DF0B; }
span { border-color: rgb(246,223,11); }
td.TdClassName
{
border-color: #F6DF0B;
}
.TagClassName
{
border-color: #F6DF0B;
}
</style>