Shades of Lemon #F6E30B
Tints of Lemon #F6E30B
RGB
CMYK
RGB Variations
Color information
#F6E30B (or 0xF6E30B) is known color: Lemon. HEX triplet: F6, E3 and 0B. RGB value is (246,227,11). Sum of RGB (Red+Green+Blue) = 246+227+11=484 (64% of max value = 765). Red value is 246 (96.48% from 255 or 50.83% from 484); Green value is 227 (89.06% from 255 or 46.90% from 484); Blue value is 11 (4.69% from 255 or 2.27% from 484); Max value from RGB is 246 - color contains mainly: red. Hex color #F6E30B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F6E30B is #091CF4. Grayscale: #D0D0D0. Windows color (decimal): -597237 or 779254. OLE color: 779254.
HSL color Cylindrical-coordinate representation of color #F6E30B: hue angle of 55.15º 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 #F6E30B is Cyan = 0, Magento = 0.08, Yellow = 0.96 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 227 | 11 | - |
| CMYK | 0 | 0.08 | 0.96 | 0.04 |
| HSL | 55.15º | 0.93% | 0.5% | - |
| HSV(B) | 55.15º | 0.96% | 0.96% | - |
| XYZ | 65.54 | 74.56 | 11.25 | - |
| YUV | 208.06 | 16.79 | 155.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 227 | 11 | 0 | 0.08 | 0.96 | 0.04 | 55.15 | 0.93 | 0.5 |
| Hex | F6 | E3 | B | 0 | 8 | 60 | 4 | 37 | 5D | 32 |
| Octal | 366 | 343 | 13 | 0 | 10 | 140 | 4 | 67 | 135 | 62 |
| Binary | 11110110 | 11100011 | 1011 | 0 | 1000 | 1100000 | 100 | 110111 | 1011101 | 110010 |
Color Harmonies of #F6E30B
Complementary color
Monochromatic Colors of #F6E30B
Black with #F6E30B
Text Example
Text Example
White with #F6E30B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6E30B; }
p { color: rgb(246,227,11); }
H1.HeaderClassName
{
color: #F6E30B;
}
.AnyTagClassName
{
color: #F6E30B;
}
</style>
background-color css
<style>
a { background-color: #F6E30B; }
a { background-color: rgb(246,227,11); }
div.DivClassName
{
background-color: #F6E30B;
}
.BgClassName
{
background-color: #F6E30B;
}
</style>
border-color css
<style>
span { border-color: #F6E30B; }
span { border-color: rgb(246,227,11); }
td.TdClassName
{
border-color: #F6E30B;
}
.TagClassName
{
border-color: #F6E30B;
}
</style>