Shades of Lemon #F3F31A
Tints of Lemon #F3F31A
RGB
CMYK
RGB Variations
Color information
#F3F31A (or 0xF3F31A) is known color: Lemon. HEX triplet: F3, F3 and 1A. RGB value is (243,243,26). Sum of RGB (Red+Green+Blue) = 243+243+26=512 (67% of max value = 765). Red value is 243 (95.31% from 255 or 47.46% from 512); Green value is 243 (95.31% from 255 or 47.46% from 512); Blue value is 26 (10.55% from 255 or 5.08% from 512); Max value from RGB is 243 - color contains mainly: red, green. Hex color #F3F31A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F3F31A is #0C0CE5. Grayscale: #DBDBDB. Windows color (decimal): -789734 or 1766387. OLE color: 1766387.
HSL color Cylindrical-coordinate representation of color #F3F31A: 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.89%. Process color model (Four color, CMYK) of #F3F31A is Cyan = 0, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 243 | 26 | - |
| CMYK | 0 | 0 | 0.89 | 0.05 |
| HSL | 60º | 0.9% | 0.53% | - |
| HSV(B) | 60º | 0.89% | 0.95% | - |
| XYZ | 69.2 | 83.23 | 13.4 | - |
| YUV | 218.26 | 19.5 | 145.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 243 | 26 | 0 | 0 | 0.89 | 0.05 | 60 | 0.9 | 0.53 |
| Hex | F3 | F3 | 1A | 0 | 0 | 59 | 5 | 3C | 5A | 35 |
| Octal | 363 | 363 | 32 | 0 | 0 | 131 | 5 | 74 | 132 | 65 |
| Binary | 11110011 | 11110011 | 11010 | 0 | 0 | 1011001 | 101 | 111100 | 1011010 | 110101 |
Color Harmonies of #F3F31A
Complementary color
Monochromatic Colors of #F3F31A
Black with #F3F31A
Text Example
Text Example
White with #F3F31A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3F31A; }
p { color: rgb(243,243,26); }
H1.HeaderClassName
{
color: #F3F31A;
}
.AnyTagClassName
{
color: #F3F31A;
}
</style>
background-color css
<style>
a { background-color: #F3F31A; }
a { background-color: rgb(243,243,26); }
div.DivClassName
{
background-color: #F3F31A;
}
.BgClassName
{
background-color: #F3F31A;
}
</style>
border-color css
<style>
span { border-color: #F3F31A; }
span { border-color: rgb(243,243,26); }
td.TdClassName
{
border-color: #F3F31A;
}
.TagClassName
{
border-color: #F3F31A;
}
</style>