Shades of Lemon #F3F123
Tints of Lemon #F3F123
RGB
CMYK
RGB Variations
Color information
#F3F123 (or 0xF3F123) is known color: Lemon. HEX triplet: F3, F1 and 23. RGB value is (243,241,35). Sum of RGB (Red+Green+Blue) = 243+241+35=519 (68% of max value = 765). Red value is 243 (95.31% from 255 or 46.82% from 519); Green value is 241 (94.53% from 255 or 46.44% from 519); Blue value is 35 (14.06% from 255 or 6.74% from 519); Max value from RGB is 243 - color contains mainly: red. Hex color #F3F123 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F3F123 is #0C0EDC. Grayscale: #DADADA. Windows color (decimal): -790237 or 2355699. OLE color: 2355699.
HSL color Cylindrical-coordinate representation of color #F3F123: hue angle of 59.42º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F3F123 is Cyan = 0, Magento = 0.01, Yellow = 0.86 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 241 | 35 | - |
| CMYK | 0 | 0.01 | 0.86 | 0.05 |
| HSL | 59.42º | 0.9% | 0.55% | - |
| HSV(B) | 59.42º | 0.86% | 0.95% | - |
| XYZ | 68.72 | 82.09 | 13.81 | - |
| YUV | 218.11 | 24.66 | 145.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 241 | 35 | 0 | 0.01 | 0.86 | 0.05 | 59.42 | 0.9 | 0.55 |
| Hex | F3 | F1 | 23 | 0 | 1 | 56 | 5 | 3B | 5A | 37 |
| Octal | 363 | 361 | 43 | 0 | 1 | 126 | 5 | 73 | 132 | 67 |
| Binary | 11110011 | 11110001 | 100011 | 0 | 1 | 1010110 | 101 | 111011 | 1011010 | 110111 |
Color Harmonies of #F3F123
Complementary color
Monochromatic Colors of #F3F123
Black with #F3F123
Text Example
Text Example
White with #F3F123
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3F123; }
p { color: rgb(243,241,35); }
H1.HeaderClassName
{
color: #F3F123;
}
.AnyTagClassName
{
color: #F3F123;
}
</style>
background-color css
<style>
a { background-color: #F3F123; }
a { background-color: rgb(243,241,35); }
div.DivClassName
{
background-color: #F3F123;
}
.BgClassName
{
background-color: #F3F123;
}
</style>
border-color css
<style>
span { border-color: #F3F123; }
span { border-color: rgb(243,241,35); }
td.TdClassName
{
border-color: #F3F123;
}
.TagClassName
{
border-color: #F3F123;
}
</style>