Shades of Lemon #F3DD0C
Tints of Lemon #F3DD0C
RGB
CMYK
RGB Variations
Color information
#F3DD0C (or 0xF3DD0C) is known color: Lemon. HEX triplet: F3, DD and 0C. RGB value is (243,221,12). Sum of RGB (Red+Green+Blue) = 243+221+12=476 (63% of max value = 765). Red value is 243 (95.31% from 255 or 51.05% from 476); Green value is 221 (86.72% from 255 or 46.43% from 476); Blue value is 12 (5.08% from 255 or 2.52% from 476); Max value from RGB is 243 - color contains mainly: red. Hex color #F3DD0C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F3DD0C is #0C22F3. Grayscale: #CCCCCC. Windows color (decimal): -795380 or 843251. OLE color: 843251.
HSL color Cylindrical-coordinate representation of color #F3DD0C: hue angle of 54.29º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F3DD0C is Cyan = 0, Magento = 0.09, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 221 | 12 | - |
| CMYK | 0 | 0.09 | 0.95 | 0.05 |
| HSL | 54.29º | 0.91% | 0.5% | - |
| HSV(B) | 54.29º | 0.95% | 0.95% | - |
| XYZ | 62.88 | 70.79 | 10.7 | - |
| YUV | 203.75 | 19.79 | 155.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 221 | 12 | 0 | 0.09 | 0.95 | 0.05 | 54.29 | 0.91 | 0.5 |
| Hex | F3 | DD | C | 0 | 9 | 5F | 5 | 36 | 5B | 32 |
| Octal | 363 | 335 | 14 | 0 | 11 | 137 | 5 | 66 | 133 | 62 |
| Binary | 11110011 | 11011101 | 1100 | 0 | 1001 | 1011111 | 101 | 110110 | 1011011 | 110010 |
Color Harmonies of #F3DD0C
Complementary color
Monochromatic Colors of #F3DD0C
Black with #F3DD0C
Text Example
Text Example
White with #F3DD0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3DD0C; }
p { color: rgb(243,221,12); }
H1.HeaderClassName
{
color: #F3DD0C;
}
.AnyTagClassName
{
color: #F3DD0C;
}
</style>
background-color css
<style>
a { background-color: #F3DD0C; }
a { background-color: rgb(243,221,12); }
div.DivClassName
{
background-color: #F3DD0C;
}
.BgClassName
{
background-color: #F3DD0C;
}
</style>
border-color css
<style>
span { border-color: #F3DD0C; }
span { border-color: rgb(243,221,12); }
td.TdClassName
{
border-color: #F3DD0C;
}
.TagClassName
{
border-color: #F3DD0C;
}
</style>