Shades of Lemon #F3DF1C
Tints of Lemon #F3DF1C
RGB
CMYK
RGB Variations
Color information
#F3DF1C (or 0xF3DF1C) is known color: Lemon. HEX triplet: F3, DF and 1C. RGB value is (243,223,28). Sum of RGB (Red+Green+Blue) = 243+223+28=494 (65% of max value = 765). Red value is 243 (95.31% from 255 or 49.19% from 494); Green value is 223 (87.5% from 255 or 45.14% from 494); Blue value is 28 (11.33% from 255 or 5.67% from 494); Max value from RGB is 243 - color contains mainly: red. Hex color #F3DF1C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F3DF1C is #0C20E3. Grayscale: #CFCFCF. Windows color (decimal): -794852 or 1892339. OLE color: 1892339.
HSL color Cylindrical-coordinate representation of color #F3DF1C: hue angle of 54.42º 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 #F3DF1C is Cyan = 0, Magento = 0.08, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 223 | 28 | - |
| CMYK | 0 | 0.08 | 0.88 | 0.05 |
| HSL | 54.42º | 0.9% | 0.53% | - |
| HSV(B) | 54.42º | 0.88% | 0.95% | - |
| XYZ | 63.56 | 71.91 | 11.63 | - |
| YUV | 206.75 | 27.13 | 153.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 223 | 28 | 0 | 0.08 | 0.88 | 0.05 | 54.42 | 0.9 | 0.53 |
| Hex | F3 | DF | 1C | 0 | 8 | 58 | 5 | 36 | 5A | 35 |
| Octal | 363 | 337 | 34 | 0 | 10 | 130 | 5 | 66 | 132 | 65 |
| Binary | 11110011 | 11011111 | 11100 | 0 | 1000 | 1011000 | 101 | 110110 | 1011010 | 110101 |
Color Harmonies of #F3DF1C
Complementary color
Monochromatic Colors of #F3DF1C
Black with #F3DF1C
Text Example
Text Example
White with #F3DF1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3DF1C; }
p { color: rgb(243,223,28); }
H1.HeaderClassName
{
color: #F3DF1C;
}
.AnyTagClassName
{
color: #F3DF1C;
}
</style>
background-color css
<style>
a { background-color: #F3DF1C; }
a { background-color: rgb(243,223,28); }
div.DivClassName
{
background-color: #F3DF1C;
}
.BgClassName
{
background-color: #F3DF1C;
}
</style>
border-color css
<style>
span { border-color: #F3DF1C; }
span { border-color: rgb(243,223,28); }
td.TdClassName
{
border-color: #F3DF1C;
}
.TagClassName
{
border-color: #F3DF1C;
}
</style>