Shades of Lemon #F3DF10
Tints of Lemon #F3DF10
RGB
CMYK
RGB Variations
Color information
#F3DF10 (or 0xF3DF10) is known color: Lemon. HEX triplet: F3, DF and 10. RGB value is (243,223,16). Sum of RGB (Red+Green+Blue) = 243+223+16=482 (63% of max value = 765). Red value is 243 (95.31% from 255 or 50.41% from 482); Green value is 223 (87.5% from 255 or 46.27% from 482); Blue value is 16 (6.64% from 255 or 3.32% from 482); Max value from RGB is 243 - color contains mainly: red. Hex color #F3DF10 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F3DF10 is #0C20EF. Grayscale: #CECECE. Windows color (decimal): -794864 or 1105907. OLE color: 1105907.
HSL color Cylindrical-coordinate representation of color #F3DF10: hue angle of 54.71º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F3DF10 is Cyan = 0, Magento = 0.08, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 223 | 16 | - |
| CMYK | 0 | 0.08 | 0.93 | 0.05 |
| HSL | 54.71º | 0.9% | 0.51% | - |
| HSV(B) | 54.71º | 0.93% | 0.95% | - |
| XYZ | 63.44 | 71.87 | 11.02 | - |
| YUV | 205.38 | 21.13 | 154.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 223 | 16 | 0 | 0.08 | 0.93 | 0.05 | 54.71 | 0.9 | 0.51 |
| Hex | F3 | DF | 10 | 0 | 8 | 5D | 5 | 37 | 5A | 33 |
| Octal | 363 | 337 | 20 | 0 | 10 | 135 | 5 | 67 | 132 | 63 |
| Binary | 11110011 | 11011111 | 10000 | 0 | 1000 | 1011101 | 101 | 110111 | 1011010 | 110011 |
Color Harmonies of #F3DF10
Complementary color
Monochromatic Colors of #F3DF10
Black with #F3DF10
Text Example
Text Example
White with #F3DF10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3DF10; }
p { color: rgb(243,223,16); }
H1.HeaderClassName
{
color: #F3DF10;
}
.AnyTagClassName
{
color: #F3DF10;
}
</style>
background-color css
<style>
a { background-color: #F3DF10; }
a { background-color: rgb(243,223,16); }
div.DivClassName
{
background-color: #F3DF10;
}
.BgClassName
{
background-color: #F3DF10;
}
</style>
border-color css
<style>
span { border-color: #F3DF10; }
span { border-color: rgb(243,223,16); }
td.TdClassName
{
border-color: #F3DF10;
}
.TagClassName
{
border-color: #F3DF10;
}
</style>