Shades of Lemon #F3DF0C
Tints of Lemon #F3DF0C
RGB
CMYK
RGB Variations
Color information
#F3DF0C (or 0xF3DF0C) is known color: Lemon. HEX triplet: F3, DF and 0C. RGB value is (243,223,12). Sum of RGB (Red+Green+Blue) = 243+223+12=478 (63% of max value = 765). Red value is 243 (95.31% from 255 or 50.84% from 478); Green value is 223 (87.5% from 255 or 46.65% from 478); Blue value is 12 (5.08% from 255 or 2.51% from 478); Max value from RGB is 243 - color contains mainly: red. Hex color #F3DF0C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F3DF0C is #0C20F3. Grayscale: #CDCDCD. Windows color (decimal): -794868 or 843763. OLE color: 843763.
HSL color Cylindrical-coordinate representation of color #F3DF0C: hue angle of 54.81º 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 #F3DF0C is Cyan = 0, Magento = 0.08, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 223 | 12 | - |
| CMYK | 0 | 0.08 | 0.95 | 0.05 |
| HSL | 54.81º | 0.91% | 0.5% | - |
| HSV(B) | 54.81º | 0.95% | 0.95% | - |
| XYZ | 63.42 | 71.86 | 10.88 | - |
| YUV | 204.93 | 19.13 | 155.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 223 | 12 | 0 | 0.08 | 0.95 | 0.05 | 54.81 | 0.91 | 0.5 |
| Hex | F3 | DF | C | 0 | 8 | 5F | 5 | 37 | 5B | 32 |
| Octal | 363 | 337 | 14 | 0 | 10 | 137 | 5 | 67 | 133 | 62 |
| Binary | 11110011 | 11011111 | 1100 | 0 | 1000 | 1011111 | 101 | 110111 | 1011011 | 110010 |
Color Harmonies of #F3DF0C
Complementary color
Monochromatic Colors of #F3DF0C
Black with #F3DF0C
Text Example
Text Example
White with #F3DF0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3DF0C; }
p { color: rgb(243,223,12); }
H1.HeaderClassName
{
color: #F3DF0C;
}
.AnyTagClassName
{
color: #F3DF0C;
}
</style>
background-color css
<style>
a { background-color: #F3DF0C; }
a { background-color: rgb(243,223,12); }
div.DivClassName
{
background-color: #F3DF0C;
}
.BgClassName
{
background-color: #F3DF0C;
}
</style>
border-color css
<style>
span { border-color: #F3DF0C; }
span { border-color: rgb(243,223,12); }
td.TdClassName
{
border-color: #F3DF0C;
}
.TagClassName
{
border-color: #F3DF0C;
}
</style>