Shades of Lemon #F3E00B
Tints of Lemon #F3E00B
RGB
CMYK
RGB Variations
Color information
#F3E00B (or 0xF3E00B) is known color: Lemon. HEX triplet: F3, E0 and 0B. RGB value is (243,224,11). Sum of RGB (Red+Green+Blue) = 243+224+11=478 (63% of max value = 765). Red value is 243 (95.31% from 255 or 50.84% from 478); Green value is 224 (87.89% from 255 or 46.86% from 478); Blue value is 11 (4.69% from 255 or 2.30% from 478); Max value from RGB is 243 - color contains mainly: red. Hex color #F3E00B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F3E00B is #0C1FF4. Grayscale: #CECECE. Windows color (decimal): -794613 or 778483. OLE color: 778483.
HSL color Cylindrical-coordinate representation of color #F3E00B: hue angle of 55.09º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F3E00B is Cyan = 0, Magento = 0.08, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 224 | 11 | - |
| CMYK | 0 | 0.08 | 0.95 | 0.05 |
| HSL | 55.09º | 0.91% | 0.5% | - |
| HSV(B) | 55.09º | 0.95% | 0.95% | - |
| XYZ | 63.68 | 72.39 | 10.93 | - |
| YUV | 205.4 | 18.29 | 154.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 224 | 11 | 0 | 0.08 | 0.95 | 0.05 | 55.09 | 0.91 | 0.5 |
| Hex | F3 | E0 | B | 0 | 8 | 5F | 5 | 37 | 5B | 32 |
| Octal | 363 | 340 | 13 | 0 | 10 | 137 | 5 | 67 | 133 | 62 |
| Binary | 11110011 | 11100000 | 1011 | 0 | 1000 | 1011111 | 101 | 110111 | 1011011 | 110010 |
Color Harmonies of #F3E00B
Complementary color
Monochromatic Colors of #F3E00B
Black with #F3E00B
Text Example
Text Example
White with #F3E00B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3E00B; }
p { color: rgb(243,224,11); }
H1.HeaderClassName
{
color: #F3E00B;
}
.AnyTagClassName
{
color: #F3E00B;
}
</style>
background-color css
<style>
a { background-color: #F3E00B; }
a { background-color: rgb(243,224,11); }
div.DivClassName
{
background-color: #F3E00B;
}
.BgClassName
{
background-color: #F3E00B;
}
</style>
border-color css
<style>
span { border-color: #F3E00B; }
span { border-color: rgb(243,224,11); }
td.TdClassName
{
border-color: #F3E00B;
}
.TagClassName
{
border-color: #F3E00B;
}
</style>