Shades of Lemon #F3D914
Tints of Lemon #F3D914
RGB
CMYK
RGB Variations
Color information
#F3D914 (or 0xF3D914) is known color: Lemon. HEX triplet: F3, D9 and 14. RGB value is (243,217,20). Sum of RGB (Red+Green+Blue) = 243+217+20=480 (63% of max value = 765). Red value is 243 (95.31% from 255 or 50.62% from 480); Green value is 217 (85.16% from 255 or 45.21% from 480); Blue value is 20 (8.20% from 255 or 4.17% from 480); Max value from RGB is 243 - color contains mainly: red. Hex color #F3D914 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F3D914 is #0C26EB. Grayscale: #CBCBCB. Windows color (decimal): -796396 or 1366515. OLE color: 1366515.
HSL color Cylindrical-coordinate representation of color #F3D914: hue angle of 53º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F3D914 is Cyan = 0, Magento = 0.11, Yellow = 0.92 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 217 | 20 | - |
| CMYK | 0 | 0.11 | 0.92 | 0.05 |
| HSL | 53º | 0.9% | 0.52% | - |
| HSV(B) | 53º | 0.92% | 0.95% | - |
| XYZ | 61.9 | 68.73 | 10.67 | - |
| YUV | 202.32 | 25.11 | 157.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 217 | 20 | 0 | 0.11 | 0.92 | 0.05 | 53 | 0.9 | 0.52 |
| Hex | F3 | D9 | 14 | 0 | B | 5C | 5 | 35 | 5A | 34 |
| Octal | 363 | 331 | 24 | 0 | 13 | 134 | 5 | 65 | 132 | 64 |
| Binary | 11110011 | 11011001 | 10100 | 0 | 1011 | 1011100 | 101 | 110101 | 1011010 | 110100 |
Color Harmonies of #F3D914
Complementary color
Monochromatic Colors of #F3D914
Black with #F3D914
Text Example
Text Example
White with #F3D914
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3D914; }
p { color: rgb(243,217,20); }
H1.HeaderClassName
{
color: #F3D914;
}
.AnyTagClassName
{
color: #F3D914;
}
</style>
background-color css
<style>
a { background-color: #F3D914; }
a { background-color: rgb(243,217,20); }
div.DivClassName
{
background-color: #F3D914;
}
.BgClassName
{
background-color: #F3D914;
}
</style>
border-color css
<style>
span { border-color: #F3D914; }
span { border-color: rgb(243,217,20); }
td.TdClassName
{
border-color: #F3D914;
}
.TagClassName
{
border-color: #F3D914;
}
</style>