Shades of Lemon #F3E01C
Tints of Lemon #F3E01C
RGB
CMYK
RGB Variations
Color information
#F3E01C (or 0xF3E01C) is known color: Lemon. HEX triplet: F3, E0 and 1C. RGB value is (243,224,28). Sum of RGB (Red+Green+Blue) = 243+224+28=495 (65% of max value = 765). Red value is 243 (95.31% from 255 or 49.09% from 495); Green value is 224 (87.89% from 255 or 45.25% from 495); Blue value is 28 (11.33% from 255 or 5.66% from 495); Max value from RGB is 243 - color contains mainly: red. Hex color #F3E01C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F3E01C is #0C1FE3. Grayscale: #D0D0D0. Windows color (decimal): -794596 or 1892595. OLE color: 1892595.
HSL color Cylindrical-coordinate representation of color #F3E01C: hue angle of 54.7º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F3E01C is Cyan = 0, Magento = 0.08, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 224 | 28 | - |
| CMYK | 0 | 0.08 | 0.88 | 0.05 |
| HSL | 54.7º | 0.9% | 0.53% | - |
| HSV(B) | 54.7º | 0.88% | 0.95% | - |
| XYZ | 63.83 | 72.45 | 11.72 | - |
| YUV | 207.34 | 26.79 | 153.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 224 | 28 | 0 | 0.08 | 0.88 | 0.05 | 54.7 | 0.9 | 0.53 |
| Hex | F3 | E0 | 1C | 0 | 8 | 58 | 5 | 37 | 5A | 35 |
| Octal | 363 | 340 | 34 | 0 | 10 | 130 | 5 | 67 | 132 | 65 |
| Binary | 11110011 | 11100000 | 11100 | 0 | 1000 | 1011000 | 101 | 110111 | 1011010 | 110101 |
Color Harmonies of #F3E01C
Complementary color
Monochromatic Colors of #F3E01C
Black with #F3E01C
Text Example
Text Example
White with #F3E01C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3E01C; }
p { color: rgb(243,224,28); }
H1.HeaderClassName
{
color: #F3E01C;
}
.AnyTagClassName
{
color: #F3E01C;
}
</style>
background-color css
<style>
a { background-color: #F3E01C; }
a { background-color: rgb(243,224,28); }
div.DivClassName
{
background-color: #F3E01C;
}
.BgClassName
{
background-color: #F3E01C;
}
</style>
border-color css
<style>
span { border-color: #F3E01C; }
span { border-color: rgb(243,224,28); }
td.TdClassName
{
border-color: #F3E01C;
}
.TagClassName
{
border-color: #F3E01C;
}
</style>