Shades of Lemon #F3F40B
Tints of Lemon #F3F40B
RGB
CMYK
RGB Variations
Color information
#F3F40B (or 0xF3F40B) is known color: Lemon. HEX triplet: F3, F4 and 0B. RGB value is (243,244,11). Sum of RGB (Red+Green+Blue) = 243+244+11=498 (65% of max value = 765). Red value is 243 (95.31% from 255 or 48.80% from 498); Green value is 244 (95.70% from 255 or 49.00% from 498); Blue value is 11 (4.69% from 255 or 2.21% from 498); Max value from RGB is 244 - color contains mainly: green. Hex color #F3F40B is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F3F40B is #0C0BF4. Grayscale: #DADADA. Windows color (decimal): -789493 or 783603. OLE color: 783603.
HSL color Cylindrical-coordinate representation of color #F3F40B: hue angle of 60.26º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F3F40B is Cyan = 0.00, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 243 | 244 | 11 | - |
| CMYK | 0.00 | 0 | 0.95 | 0.04 |
| HSL | 60.26º | 0.91% | 0.5% | - |
| HSV(B) | 60.26º | 0.95% | 0.96% | - |
| XYZ | 69.37 | 83.78 | 12.83 | - |
| YUV | 217.14 | 11.67 | 146.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 244 | 11 | 0.00 | 0 | 0.95 | 0.04 | 60.26 | 0.91 | 0.5 |
| Hex | F3 | F4 | B | 0 | 0 | 5F | 4 | 3C | 5B | 32 |
| Octal | 363 | 364 | 13 | 0 | 0 | 137 | 4 | 74 | 133 | 62 |
| Binary | 11110011 | 11110100 | 1011 | 0 | 0 | 1011111 | 100 | 111100 | 1011011 | 110010 |
Color Harmonies of #F3F40B
Complementary color
Monochromatic Colors of #F3F40B
Black with #F3F40B
Text Example
Text Example
White with #F3F40B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3F40B; }
p { color: rgb(243,244,11); }
H1.HeaderClassName
{
color: #F3F40B;
}
.AnyTagClassName
{
color: #F3F40B;
}
</style>
background-color css
<style>
a { background-color: #F3F40B; }
a { background-color: rgb(243,244,11); }
div.DivClassName
{
background-color: #F3F40B;
}
.BgClassName
{
background-color: #F3F40B;
}
</style>
border-color css
<style>
span { border-color: #F3F40B; }
span { border-color: rgb(243,244,11); }
td.TdClassName
{
border-color: #F3F40B;
}
.TagClassName
{
border-color: #F3F40B;
}
</style>