Shades of Lemon #F3F319
Tints of Lemon #F3F319
RGB
CMYK
RGB Variations
Color information
#F3F319 (or 0xF3F319) is known color: Lemon. HEX triplet: F3, F3 and 19. RGB value is (243,243,25). Sum of RGB (Red+Green+Blue) = 243+243+25=511 (67% of max value = 765). Red value is 243 (95.31% from 255 or 47.55% from 511); Green value is 243 (95.31% from 255 or 47.55% from 511); Blue value is 25 (10.16% from 255 or 4.89% from 511); Max value from RGB is 243 - color contains mainly: red, green. Hex color #F3F319 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F3F319 is #0C0CE6. Grayscale: #DBDBDB. Windows color (decimal): -789735 or 1700851. OLE color: 1700851.
HSL color Cylindrical-coordinate representation of color #F3F319: hue angle of 60º 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 #F3F319 is Cyan = 0, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 243 | 25 | - |
| CMYK | 0 | 0 | 0.90 | 0.05 |
| HSL | 60º | 0.9% | 0.53% | - |
| HSV(B) | 60º | 0.9% | 0.95% | - |
| XYZ | 69.19 | 83.23 | 13.34 | - |
| YUV | 218.15 | 19 | 145.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 243 | 25 | 0 | 0 | 0.90 | 0.05 | 60 | 0.9 | 0.53 |
| Hex | F3 | F3 | 19 | 0 | 0 | 5A | 5 | 3C | 5A | 35 |
| Octal | 363 | 363 | 31 | 0 | 0 | 132 | 5 | 74 | 132 | 65 |
| Binary | 11110011 | 11110011 | 11001 | 0 | 0 | 1011010 | 101 | 111100 | 1011010 | 110101 |
Color Harmonies of #F3F319
Complementary color
Monochromatic Colors of #F3F319
Black with #F3F319
Text Example
Text Example
White with #F3F319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3F319; }
p { color: rgb(243,243,25); }
H1.HeaderClassName
{
color: #F3F319;
}
.AnyTagClassName
{
color: #F3F319;
}
</style>
background-color css
<style>
a { background-color: #F3F319; }
a { background-color: rgb(243,243,25); }
div.DivClassName
{
background-color: #F3F319;
}
.BgClassName
{
background-color: #F3F319;
}
</style>
border-color css
<style>
span { border-color: #F3F319; }
span { border-color: rgb(243,243,25); }
td.TdClassName
{
border-color: #F3F319;
}
.TagClassName
{
border-color: #F3F319;
}
</style>