Shades of Lemon #F3E319
Tints of Lemon #F3E319
RGB
CMYK
RGB Variations
Color information
#F3E319 (or 0xF3E319) is known color: Lemon. HEX triplet: F3, E3 and 19. RGB value is (243,227,25). Sum of RGB (Red+Green+Blue) = 243+227+25=495 (65% of max value = 765). Red value is 243 (95.31% from 255 or 49.09% from 495); Green value is 227 (89.06% from 255 or 45.86% from 495); Blue value is 25 (10.16% from 255 or 5.05% from 495); Max value from RGB is 243 - color contains mainly: red. Hex color #F3E319 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F3E319 is #0C1CE6. Grayscale: #D1D1D1. Windows color (decimal): -793831 or 1696755. OLE color: 1696755.
HSL color Cylindrical-coordinate representation of color #F3E319: hue angle of 55.6º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F3E319 is Cyan = 0, Magento = 0.07, Yellow = 0.90 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 227 | 25 | - |
| CMYK | 0 | 0.07 | 0.90 | 0.05 |
| HSL | 55.6º | 0.9% | 0.53% | - |
| HSV(B) | 55.6º | 0.9% | 0.95% | - |
| XYZ | 64.61 | 74.06 | 11.81 | - |
| YUV | 208.76 | 24.3 | 152.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 227 | 25 | 0 | 0.07 | 0.90 | 0.05 | 55.6 | 0.9 | 0.53 |
| Hex | F3 | E3 | 19 | 0 | 7 | 5A | 5 | 38 | 5A | 35 |
| Octal | 363 | 343 | 31 | 0 | 7 | 132 | 5 | 70 | 132 | 65 |
| Binary | 11110011 | 11100011 | 11001 | 0 | 111 | 1011010 | 101 | 111000 | 1011010 | 110101 |
Color Harmonies of #F3E319
Complementary color
Monochromatic Colors of #F3E319
Black with #F3E319
Text Example
Text Example
White with #F3E319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3E319; }
p { color: rgb(243,227,25); }
H1.HeaderClassName
{
color: #F3E319;
}
.AnyTagClassName
{
color: #F3E319;
}
</style>
background-color css
<style>
a { background-color: #F3E319; }
a { background-color: rgb(243,227,25); }
div.DivClassName
{
background-color: #F3E319;
}
.BgClassName
{
background-color: #F3E319;
}
</style>
border-color css
<style>
span { border-color: #F3E319; }
span { border-color: rgb(243,227,25); }
td.TdClassName
{
border-color: #F3E319;
}
.TagClassName
{
border-color: #F3E319;
}
</style>