Shades of Lemon #F6F315
Tints of Lemon #F6F315
RGB
CMYK
RGB Variations
Color information
#F6F315 (or 0xF6F315) is known color: Lemon. HEX triplet: F6, F3 and 15. RGB value is (246,243,21). Sum of RGB (Red+Green+Blue) = 246+243+21=510 (67% of max value = 765). Red value is 246 (96.48% from 255 or 48.24% from 510); Green value is 243 (95.31% from 255 or 47.65% from 510); Blue value is 21 (8.59% from 255 or 4.12% from 510); Max value from RGB is 246 - color contains mainly: red. Hex color #F6F315 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F6F315 is #090CEA. Grayscale: #DBDBDB. Windows color (decimal): -593131 or 1438710. OLE color: 1438710.
HSL color Cylindrical-coordinate representation of color #F6F315: hue angle of 59.2º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F6F315 is Cyan = 0, Magento = 0.01, Yellow = 0.91 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 243 | 21 | - |
| CMYK | 0 | 0.01 | 0.91 | 0.04 |
| HSL | 59.2º | 0.93% | 0.52% | - |
| HSV(B) | 59.2º | 0.91% | 0.96% | - |
| XYZ | 70.19 | 83.75 | 13.17 | - |
| YUV | 218.59 | 16.49 | 147.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 243 | 21 | 0 | 0.01 | 0.91 | 0.04 | 59.2 | 0.93 | 0.52 |
| Hex | F6 | F3 | 15 | 0 | 1 | 5B | 4 | 3B | 5D | 34 |
| Octal | 366 | 363 | 25 | 0 | 1 | 133 | 4 | 73 | 135 | 64 |
| Binary | 11110110 | 11110011 | 10101 | 0 | 1 | 1011011 | 100 | 111011 | 1011101 | 110100 |
Color Harmonies of #F6F315
Complementary color
Monochromatic Colors of #F6F315
Black with #F6F315
Text Example
Text Example
White with #F6F315
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6F315; }
p { color: rgb(246,243,21); }
H1.HeaderClassName
{
color: #F6F315;
}
.AnyTagClassName
{
color: #F6F315;
}
</style>
background-color css
<style>
a { background-color: #F6F315; }
a { background-color: rgb(246,243,21); }
div.DivClassName
{
background-color: #F6F315;
}
.BgClassName
{
background-color: #F6F315;
}
</style>
border-color css
<style>
span { border-color: #F6F315; }
span { border-color: rgb(246,243,21); }
td.TdClassName
{
border-color: #F6F315;
}
.TagClassName
{
border-color: #F6F315;
}
</style>