Shades of Lemon #F3F314
Tints of Lemon #F3F314
RGB
CMYK
RGB Variations
Color information
#F3F314 (or 0xF3F314) is known color: Lemon. HEX triplet: F3, F3 and 14. RGB value is (243,243,20). Sum of RGB (Red+Green+Blue) = 243+243+20=506 (67% of max value = 765). Red value is 243 (95.31% from 255 or 48.02% from 506); Green value is 243 (95.31% from 255 or 48.02% from 506); Blue value is 20 (8.20% from 255 or 3.95% from 506); Max value from RGB is 243 - color contains mainly: red, green. Hex color #F3F314 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F3F314 is #0C0CEB. Grayscale: #DADADA. Windows color (decimal): -789740 or 1373171. OLE color: 1373171.
HSL color Cylindrical-coordinate representation of color #F3F314: hue angle of 60º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F3F314 is Cyan = 0, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 243 | 20 | - |
| CMYK | 0 | 0 | 0.92 | 0.05 |
| HSL | 60º | 0.9% | 0.52% | - |
| HSV(B) | 60º | 0.92% | 0.95% | - |
| XYZ | 69.14 | 83.21 | 13.08 | - |
| YUV | 217.58 | 16.5 | 146.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 243 | 20 | 0 | 0 | 0.92 | 0.05 | 60 | 0.9 | 0.52 |
| Hex | F3 | F3 | 14 | 0 | 0 | 5C | 5 | 3C | 5A | 34 |
| Octal | 363 | 363 | 24 | 0 | 0 | 134 | 5 | 74 | 132 | 64 |
| Binary | 11110011 | 11110011 | 10100 | 0 | 0 | 1011100 | 101 | 111100 | 1011010 | 110100 |
Color Harmonies of #F3F314
Complementary color
Monochromatic Colors of #F3F314
Black with #F3F314
Text Example
Text Example
White with #F3F314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3F314; }
p { color: rgb(243,243,20); }
H1.HeaderClassName
{
color: #F3F314;
}
.AnyTagClassName
{
color: #F3F314;
}
</style>
background-color css
<style>
a { background-color: #F3F314; }
a { background-color: rgb(243,243,20); }
div.DivClassName
{
background-color: #F3F314;
}
.BgClassName
{
background-color: #F3F314;
}
</style>
border-color css
<style>
span { border-color: #F3F314; }
span { border-color: rgb(243,243,20); }
td.TdClassName
{
border-color: #F3F314;
}
.TagClassName
{
border-color: #F3F314;
}
</style>