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