Shades of Lemon #F3DF0A
Tints of Lemon #F3DF0A
RGB
CMYK
RGB Variations
Color information
#F3DF0A (or 0xF3DF0A) is known color: Lemon. HEX triplet: F3, DF and 0A. RGB value is (243,223,10). Sum of RGB (Red+Green+Blue) = 243+223+10=476 (63% of max value = 765). Red value is 243 (95.31% from 255 or 51.05% from 476); Green value is 223 (87.5% from 255 or 46.85% from 476); Blue value is 10 (4.30% from 255 or 2.10% from 476); Max value from RGB is 243 - color contains mainly: red. Hex color #F3DF0A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F3DF0A is #0C20F5. Grayscale: #CDCDCD. Windows color (decimal): -794870 or 712691. OLE color: 712691.
HSL color Cylindrical-coordinate representation of color #F3DF0A: hue angle of 54.85º degrees, saturation: 0.92, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F3DF0A is Cyan = 0, Magento = 0.08, Yellow = 0.96 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 223 | 10 | - |
| CMYK | 0 | 0.08 | 0.96 | 0.05 |
| HSL | 54.85º | 0.92% | 0.5% | - |
| HSV(B) | 54.85º | 0.96% | 0.95% | - |
| XYZ | 63.4 | 71.85 | 10.81 | - |
| YUV | 204.7 | 18.13 | 155.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 223 | 10 | 0 | 0.08 | 0.96 | 0.05 | 54.85 | 0.92 | 0.5 |
| Hex | F3 | DF | A | 0 | 8 | 60 | 5 | 37 | 5C | 32 |
| Octal | 363 | 337 | 12 | 0 | 10 | 140 | 5 | 67 | 134 | 62 |
| Binary | 11110011 | 11011111 | 1010 | 0 | 1000 | 1100000 | 101 | 110111 | 1011100 | 110010 |
Color Harmonies of #F3DF0A
Complementary color
Monochromatic Colors of #F3DF0A
Black with #F3DF0A
Text Example
Text Example
White with #F3DF0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3DF0A; }
p { color: rgb(243,223,10); }
H1.HeaderClassName
{
color: #F3DF0A;
}
.AnyTagClassName
{
color: #F3DF0A;
}
</style>
background-color css
<style>
a { background-color: #F3DF0A; }
a { background-color: rgb(243,223,10); }
div.DivClassName
{
background-color: #F3DF0A;
}
.BgClassName
{
background-color: #F3DF0A;
}
</style>
border-color css
<style>
span { border-color: #F3DF0A; }
span { border-color: rgb(243,223,10); }
td.TdClassName
{
border-color: #F3DF0A;
}
.TagClassName
{
border-color: #F3DF0A;
}
</style>