Shades of Lemon #F3DF1E
Tints of Lemon #F3DF1E
RGB
CMYK
RGB Variations
Color information
#F3DF1E (or 0xF3DF1E) is known color: Lemon. HEX triplet: F3, DF and 1E. RGB value is (243,223,30). Sum of RGB (Red+Green+Blue) = 243+223+30=496 (65% of max value = 765). Red value is 243 (95.31% from 255 or 48.99% from 496); Green value is 223 (87.5% from 255 or 44.96% from 496); Blue value is 30 (12.11% from 255 or 6.05% from 496); Max value from RGB is 243 - color contains mainly: red. Hex color #F3DF1E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F3DF1E is #0C20E1. Grayscale: #CFCFCF. Windows color (decimal): -794850 or 2023411. OLE color: 2023411.
HSL color Cylindrical-coordinate representation of color #F3DF1E: hue angle of 54.37º degrees, saturation: 0.9, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F3DF1E is Cyan = 0, Magento = 0.08, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 223 | 30 | - |
| CMYK | 0 | 0.08 | 0.88 | 0.05 |
| HSL | 54.37º | 0.9% | 0.54% | - |
| HSV(B) | 54.37º | 0.88% | 0.95% | - |
| XYZ | 63.58 | 71.92 | 11.76 | - |
| YUV | 206.98 | 28.13 | 153.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 223 | 30 | 0 | 0.08 | 0.88 | 0.05 | 54.37 | 0.9 | 0.54 |
| Hex | F3 | DF | 1E | 0 | 8 | 58 | 5 | 36 | 5A | 36 |
| Octal | 363 | 337 | 36 | 0 | 10 | 130 | 5 | 66 | 132 | 66 |
| Binary | 11110011 | 11011111 | 11110 | 0 | 1000 | 1011000 | 101 | 110110 | 1011010 | 110110 |
Color Harmonies of #F3DF1E
Complementary color
Monochromatic Colors of #F3DF1E
Black with #F3DF1E
Text Example
Text Example
White with #F3DF1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3DF1E; }
p { color: rgb(243,223,30); }
H1.HeaderClassName
{
color: #F3DF1E;
}
.AnyTagClassName
{
color: #F3DF1E;
}
</style>
background-color css
<style>
a { background-color: #F3DF1E; }
a { background-color: rgb(243,223,30); }
div.DivClassName
{
background-color: #F3DF1E;
}
.BgClassName
{
background-color: #F3DF1E;
}
</style>
border-color css
<style>
span { border-color: #F3DF1E; }
span { border-color: rgb(243,223,30); }
td.TdClassName
{
border-color: #F3DF1E;
}
.TagClassName
{
border-color: #F3DF1E;
}
</style>