Shades of Lemon #F3DF12
Tints of Lemon #F3DF12
RGB
CMYK
RGB Variations
Color information
#F3DF12 (or 0xF3DF12) is known color: Lemon. HEX triplet: F3, DF and 12. RGB value is (243,223,18). Sum of RGB (Red+Green+Blue) = 243+223+18=484 (64% of max value = 765). Red value is 243 (95.31% from 255 or 50.21% from 484); Green value is 223 (87.5% from 255 or 46.07% from 484); Blue value is 18 (7.42% from 255 or 3.72% from 484); Max value from RGB is 243 - color contains mainly: red. Hex color #F3DF12 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F3DF12 is #0C20ED. Grayscale: #CECECE. Windows color (decimal): -794862 or 1236979. OLE color: 1236979.
HSL color Cylindrical-coordinate representation of color #F3DF12: hue angle of 54.67º 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 #F3DF12 is Cyan = 0, Magento = 0.08, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 223 | 18 | - |
| CMYK | 0 | 0.08 | 0.93 | 0.05 |
| HSL | 54.67º | 0.9% | 0.51% | - |
| HSV(B) | 54.67º | 0.93% | 0.95% | - |
| XYZ | 63.46 | 71.87 | 11.1 | - |
| YUV | 205.61 | 22.13 | 154.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 223 | 18 | 0 | 0.08 | 0.93 | 0.05 | 54.67 | 0.9 | 0.51 |
| Hex | F3 | DF | 12 | 0 | 8 | 5D | 5 | 37 | 5A | 33 |
| Octal | 363 | 337 | 22 | 0 | 10 | 135 | 5 | 67 | 132 | 63 |
| Binary | 11110011 | 11011111 | 10010 | 0 | 1000 | 1011101 | 101 | 110111 | 1011010 | 110011 |
Color Harmonies of #F3DF12
Complementary color
Monochromatic Colors of #F3DF12
Black with #F3DF12
Text Example
Text Example
White with #F3DF12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3DF12; }
p { color: rgb(243,223,18); }
H1.HeaderClassName
{
color: #F3DF12;
}
.AnyTagClassName
{
color: #F3DF12;
}
</style>
background-color css
<style>
a { background-color: #F3DF12; }
a { background-color: rgb(243,223,18); }
div.DivClassName
{
background-color: #F3DF12;
}
.BgClassName
{
background-color: #F3DF12;
}
</style>
border-color css
<style>
span { border-color: #F3DF12; }
span { border-color: rgb(243,223,18); }
td.TdClassName
{
border-color: #F3DF12;
}
.TagClassName
{
border-color: #F3DF12;
}
</style>