Shades of Lemon #F6F314
Tints of Lemon #F6F314
RGB
CMYK
RGB Variations
Color information
#F6F314 (or 0xF6F314) is known color: Lemon. HEX triplet: F6, F3 and 14. RGB value is (246,243,20). Sum of RGB (Red+Green+Blue) = 246+243+20=509 (67% of max value = 765). Red value is 246 (96.48% from 255 or 48.33% from 509); Green value is 243 (95.31% from 255 or 47.74% from 509); Blue value is 20 (8.20% from 255 or 3.93% from 509); Max value from RGB is 246 - color contains mainly: red. Hex color #F6F314 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F6F314 is #090CEB. Grayscale: #DBDBDB. Windows color (decimal): -593132 or 1373174. OLE color: 1373174.
HSL color Cylindrical-coordinate representation of color #F6F314: 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.92%. Process color model (Four color, CMYK) of #F6F314 is Cyan = 0, Magento = 0.01, Yellow = 0.92 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 243 | 20 | - |
| CMYK | 0 | 0.01 | 0.92 | 0.04 |
| HSL | 59.2º | 0.93% | 0.52% | - |
| HSV(B) | 59.2º | 0.92% | 0.96% | - |
| XYZ | 70.18 | 83.74 | 13.13 | - |
| YUV | 218.48 | 15.99 | 147.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 243 | 20 | 0 | 0.01 | 0.92 | 0.04 | 59.2 | 0.93 | 0.52 |
| Hex | F6 | F3 | 14 | 0 | 1 | 5C | 4 | 3B | 5D | 34 |
| Octal | 366 | 363 | 24 | 0 | 1 | 134 | 4 | 73 | 135 | 64 |
| Binary | 11110110 | 11110011 | 10100 | 0 | 1 | 1011100 | 100 | 111011 | 1011101 | 110100 |
Color Harmonies of #F6F314
Complementary color
Monochromatic Colors of #F6F314
Black with #F6F314
Text Example
Text Example
White with #F6F314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6F314; }
p { color: rgb(246,243,20); }
H1.HeaderClassName
{
color: #F6F314;
}
.AnyTagClassName
{
color: #F6F314;
}
</style>
background-color css
<style>
a { background-color: #F6F314; }
a { background-color: rgb(246,243,20); }
div.DivClassName
{
background-color: #F6F314;
}
.BgClassName
{
background-color: #F6F314;
}
</style>
border-color css
<style>
span { border-color: #F6F314; }
span { border-color: rgb(246,243,20); }
td.TdClassName
{
border-color: #F6F314;
}
.TagClassName
{
border-color: #F6F314;
}
</style>