Shades of Lemon #F3F00D
Tints of Lemon #F3F00D
RGB
CMYK
RGB Variations
Color information
#F3F00D (or 0xF3F00D) is known color: Lemon. HEX triplet: F3, F0 and 0D. RGB value is (243,240,13). Sum of RGB (Red+Green+Blue) = 243+240+13=496 (65% of max value = 765). Red value is 243 (95.31% from 255 or 48.99% from 496); Green value is 240 (94.14% from 255 or 48.39% from 496); Blue value is 13 (5.47% from 255 or 2.62% from 496); Max value from RGB is 243 - color contains mainly: red. Hex color #F3F00D is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F3F00D is #0C0FF2. Grayscale: #D7D7D7. Windows color (decimal): -790515 or 913651. OLE color: 913651.
HSL color Cylindrical-coordinate representation of color #F3F00D: hue angle of 59.22º 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 #F3F00D is Cyan = 0, Magento = 0.01, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 240 | 13 | - |
| CMYK | 0 | 0.01 | 0.95 | 0.05 |
| HSL | 59.22º | 0.91% | 0.5% | - |
| HSV(B) | 59.22º | 0.95% | 0.95% | - |
| XYZ | 68.19 | 81.4 | 12.5 | - |
| YUV | 215.02 | 13.99 | 147.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 240 | 13 | 0 | 0.01 | 0.95 | 0.05 | 59.22 | 0.91 | 0.5 |
| Hex | F3 | F0 | D | 0 | 1 | 5F | 5 | 3B | 5B | 32 |
| Octal | 363 | 360 | 15 | 0 | 1 | 137 | 5 | 73 | 133 | 62 |
| Binary | 11110011 | 11110000 | 1101 | 0 | 1 | 1011111 | 101 | 111011 | 1011011 | 110010 |
Color Harmonies of #F3F00D
Complementary color
Monochromatic Colors of #F3F00D
Black with #F3F00D
Text Example
Text Example
White with #F3F00D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3F00D; }
p { color: rgb(243,240,13); }
H1.HeaderClassName
{
color: #F3F00D;
}
.AnyTagClassName
{
color: #F3F00D;
}
</style>
background-color css
<style>
a { background-color: #F3F00D; }
a { background-color: rgb(243,240,13); }
div.DivClassName
{
background-color: #F3F00D;
}
.BgClassName
{
background-color: #F3F00D;
}
</style>
border-color css
<style>
span { border-color: #F3F00D; }
span { border-color: rgb(243,240,13); }
td.TdClassName
{
border-color: #F3F00D;
}
.TagClassName
{
border-color: #F3F00D;
}
</style>