Shades of Lemon #F3DF19
Tints of Lemon #F3DF19
RGB
CMYK
RGB Variations
Color information
#F3DF19 (or 0xF3DF19) is known color: Lemon. HEX triplet: F3, DF and 19. RGB value is (243,223,25). Sum of RGB (Red+Green+Blue) = 243+223+25=491 (65% of max value = 765). Red value is 243 (95.31% from 255 or 49.49% from 491); Green value is 223 (87.5% from 255 or 45.42% from 491); Blue value is 25 (10.16% from 255 or 5.09% from 491); Max value from RGB is 243 - color contains mainly: red. Hex color #F3DF19 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F3DF19 is #0C20E6. Grayscale: #CFCFCF. Windows color (decimal): -794855 or 1695731. OLE color: 1695731.
HSL color Cylindrical-coordinate representation of color #F3DF19: hue angle of 54.5º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F3DF19 is Cyan = 0, Magento = 0.08, Yellow = 0.90 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 223 | 25 | - |
| CMYK | 0 | 0.08 | 0.90 | 0.05 |
| HSL | 54.5º | 0.9% | 0.53% | - |
| HSV(B) | 54.5º | 0.9% | 0.95% | - |
| XYZ | 63.53 | 71.9 | 11.45 | - |
| YUV | 206.41 | 25.63 | 154.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 223 | 25 | 0 | 0.08 | 0.90 | 0.05 | 54.5 | 0.9 | 0.53 |
| Hex | F3 | DF | 19 | 0 | 8 | 5A | 5 | 36 | 5A | 35 |
| Octal | 363 | 337 | 31 | 0 | 10 | 132 | 5 | 66 | 132 | 65 |
| Binary | 11110011 | 11011111 | 11001 | 0 | 1000 | 1011010 | 101 | 110110 | 1011010 | 110101 |
Color Harmonies of #F3DF19
Complementary color
Monochromatic Colors of #F3DF19
Black with #F3DF19
Text Example
Text Example
White with #F3DF19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3DF19; }
p { color: rgb(243,223,25); }
H1.HeaderClassName
{
color: #F3DF19;
}
.AnyTagClassName
{
color: #F3DF19;
}
</style>
background-color css
<style>
a { background-color: #F3DF19; }
a { background-color: rgb(243,223,25); }
div.DivClassName
{
background-color: #F3DF19;
}
.BgClassName
{
background-color: #F3DF19;
}
</style>
border-color css
<style>
span { border-color: #F3DF19; }
span { border-color: rgb(243,223,25); }
td.TdClassName
{
border-color: #F3DF19;
}
.TagClassName
{
border-color: #F3DF19;
}
</style>