Shades of Lemon #F3DF16
Tints of Lemon #F3DF16
RGB
CMYK
RGB Variations
Color information
#F3DF16 (or 0xF3DF16) is known color: Lemon. HEX triplet: F3, DF and 16. RGB value is (243,223,22). Sum of RGB (Red+Green+Blue) = 243+223+22=488 (64% of max value = 765). Red value is 243 (95.31% from 255 or 49.80% from 488); Green value is 223 (87.5% from 255 or 45.70% from 488); Blue value is 22 (8.98% from 255 or 4.51% from 488); Max value from RGB is 243 - color contains mainly: red. Hex color #F3DF16 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F3DF16 is #0C20E9. Grayscale: #CECECE. Windows color (decimal): -794858 or 1499123. OLE color: 1499123.
HSL color Cylindrical-coordinate representation of color #F3DF16: hue angle of 54.57º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F3DF16 is Cyan = 0, Magento = 0.08, Yellow = 0.91 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 223 | 22 | - |
| CMYK | 0 | 0.08 | 0.91 | 0.05 |
| HSL | 54.57º | 0.9% | 0.52% | - |
| HSV(B) | 54.57º | 0.91% | 0.95% | - |
| XYZ | 63.49 | 71.89 | 11.29 | - |
| YUV | 206.07 | 24.13 | 154.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 223 | 22 | 0 | 0.08 | 0.91 | 0.05 | 54.57 | 0.9 | 0.52 |
| Hex | F3 | DF | 16 | 0 | 8 | 5B | 5 | 37 | 5A | 34 |
| Octal | 363 | 337 | 26 | 0 | 10 | 133 | 5 | 67 | 132 | 64 |
| Binary | 11110011 | 11011111 | 10110 | 0 | 1000 | 1011011 | 101 | 110111 | 1011010 | 110100 |
Color Harmonies of #F3DF16
Complementary color
Monochromatic Colors of #F3DF16
Black with #F3DF16
Text Example
Text Example
White with #F3DF16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3DF16; }
p { color: rgb(243,223,22); }
H1.HeaderClassName
{
color: #F3DF16;
}
.AnyTagClassName
{
color: #F3DF16;
}
</style>
background-color css
<style>
a { background-color: #F3DF16; }
a { background-color: rgb(243,223,22); }
div.DivClassName
{
background-color: #F3DF16;
}
.BgClassName
{
background-color: #F3DF16;
}
</style>
border-color css
<style>
span { border-color: #F3DF16; }
span { border-color: rgb(243,223,22); }
td.TdClassName
{
border-color: #F3DF16;
}
.TagClassName
{
border-color: #F3DF16;
}
</style>