Shades of Lemon #F3DC16
Tints of Lemon #F3DC16
RGB
CMYK
RGB Variations
Color information
#F3DC16 (or 0xF3DC16) is known color: Lemon. HEX triplet: F3, DC and 16. RGB value is (243,220,22). Sum of RGB (Red+Green+Blue) = 243+220+22=485 (64% of max value = 765). Red value is 243 (95.31% from 255 or 50.10% from 485); Green value is 220 (86.33% from 255 or 45.36% from 485); Blue value is 22 (8.98% from 255 or 4.54% from 485); Max value from RGB is 243 - color contains mainly: red. Hex color #F3DC16 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F3DC16 is #0C23E9. Grayscale: #CDCDCD. Windows color (decimal): -795626 or 1498355. OLE color: 1498355.
HSL color Cylindrical-coordinate representation of color #F3DC16: hue angle of 53.76º 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 #F3DC16 is Cyan = 0, Magento = 0.09, Yellow = 0.91 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 220 | 22 | - |
| CMYK | 0 | 0.09 | 0.91 | 0.05 |
| HSL | 53.76º | 0.9% | 0.52% | - |
| HSV(B) | 53.76º | 0.91% | 0.95% | - |
| XYZ | 62.7 | 70.3 | 11.02 | - |
| YUV | 204.31 | 25.12 | 155.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 220 | 22 | 0 | 0.09 | 0.91 | 0.05 | 53.76 | 0.9 | 0.52 |
| Hex | F3 | DC | 16 | 0 | 9 | 5B | 5 | 36 | 5A | 34 |
| Octal | 363 | 334 | 26 | 0 | 11 | 133 | 5 | 66 | 132 | 64 |
| Binary | 11110011 | 11011100 | 10110 | 0 | 1001 | 1011011 | 101 | 110110 | 1011010 | 110100 |
Color Harmonies of #F3DC16
Complementary color
Monochromatic Colors of #F3DC16
Black with #F3DC16
Text Example
Text Example
White with #F3DC16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3DC16; }
p { color: rgb(243,220,22); }
H1.HeaderClassName
{
color: #F3DC16;
}
.AnyTagClassName
{
color: #F3DC16;
}
</style>
background-color css
<style>
a { background-color: #F3DC16; }
a { background-color: rgb(243,220,22); }
div.DivClassName
{
background-color: #F3DC16;
}
.BgClassName
{
background-color: #F3DC16;
}
</style>
border-color css
<style>
span { border-color: #F3DC16; }
span { border-color: rgb(243,220,22); }
td.TdClassName
{
border-color: #F3DC16;
}
.TagClassName
{
border-color: #F3DC16;
}
</style>