Shades of Lemon #F6E80B
Tints of Lemon #F6E80B
RGB
CMYK
RGB Variations
Color information
#F6E80B (or 0xF6E80B) is known color: Lemon. HEX triplet: F6, E8 and 0B. RGB value is (246,232,11). Sum of RGB (Red+Green+Blue) = 246+232+11=489 (64% of max value = 765). Red value is 246 (96.48% from 255 or 50.31% from 489); Green value is 232 (91.02% from 255 or 47.44% from 489); Blue value is 11 (4.69% from 255 or 2.25% from 489); Max value from RGB is 246 - color contains mainly: red. Hex color #F6E80B is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F6E80B is #0917F4. Grayscale: #D3D3D3. Windows color (decimal): -595957 or 780534. OLE color: 780534.
HSL color Cylindrical-coordinate representation of color #F6E80B: hue angle of 56.43º 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 #F6E80B is Cyan = 0, Magento = 0.06, Yellow = 0.96 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 232 | 11 | - |
| CMYK | 0 | 0.06 | 0.96 | 0.04 |
| HSL | 56.43º | 0.93% | 0.5% | - |
| HSV(B) | 56.43º | 0.96% | 0.96% | - |
| XYZ | 66.92 | 77.33 | 11.72 | - |
| YUV | 210.99 | 15.14 | 152.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 232 | 11 | 0 | 0.06 | 0.96 | 0.04 | 56.43 | 0.93 | 0.5 |
| Hex | F6 | E8 | B | 0 | 6 | 60 | 4 | 38 | 5D | 32 |
| Octal | 366 | 350 | 13 | 0 | 6 | 140 | 4 | 70 | 135 | 62 |
| Binary | 11110110 | 11101000 | 1011 | 0 | 110 | 1100000 | 100 | 111000 | 1011101 | 110010 |
Color Harmonies of #F6E80B
Complementary color
Monochromatic Colors of #F6E80B
Black with #F6E80B
Text Example
Text Example
White with #F6E80B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6E80B; }
p { color: rgb(246,232,11); }
H1.HeaderClassName
{
color: #F6E80B;
}
.AnyTagClassName
{
color: #F6E80B;
}
</style>
background-color css
<style>
a { background-color: #F6E80B; }
a { background-color: rgb(246,232,11); }
div.DivClassName
{
background-color: #F6E80B;
}
.BgClassName
{
background-color: #F6E80B;
}
</style>
border-color css
<style>
span { border-color: #F6E80B; }
span { border-color: rgb(246,232,11); }
td.TdClassName
{
border-color: #F6E80B;
}
.TagClassName
{
border-color: #F6E80B;
}
</style>