Shades of Lemon #F3F215
Tints of Lemon #F3F215
RGB
CMYK
RGB Variations
Color information
#F3F215 (or 0xF3F215) is known color: Lemon. HEX triplet: F3, F2 and 15. RGB value is (243,242,21). Sum of RGB (Red+Green+Blue) = 243+242+21=506 (67% of max value = 765). Red value is 243 (95.31% from 255 or 48.02% from 506); Green value is 242 (94.92% from 255 or 47.83% from 506); Blue value is 21 (8.59% from 255 or 4.15% from 506); Max value from RGB is 243 - color contains mainly: red. Hex color #F3F215 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F3F215 is #0C0DEA. Grayscale: #D9D9D9. Windows color (decimal): -789995 or 1438451. OLE color: 1438451.
HSL color Cylindrical-coordinate representation of color #F3F215: hue angle of 59.73º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F3F215 is Cyan = 0, Magento = 0.00, Yellow = 0.91 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 242 | 21 | - |
| CMYK | 0 | 0.00 | 0.91 | 0.05 |
| HSL | 59.73º | 0.9% | 0.52% | - |
| HSV(B) | 59.73º | 0.91% | 0.95% | - |
| XYZ | 68.85 | 82.61 | 13.03 | - |
| YUV | 217.11 | 17.33 | 146.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 242 | 21 | 0 | 0.00 | 0.91 | 0.05 | 59.73 | 0.9 | 0.52 |
| Hex | F3 | F2 | 15 | 0 | 0 | 5B | 5 | 3C | 5A | 34 |
| Octal | 363 | 362 | 25 | 0 | 0 | 133 | 5 | 74 | 132 | 64 |
| Binary | 11110011 | 11110010 | 10101 | 0 | 0 | 1011011 | 101 | 111100 | 1011010 | 110100 |
Color Harmonies of #F3F215
Complementary color
Monochromatic Colors of #F3F215
Black with #F3F215
Text Example
Text Example
White with #F3F215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3F215; }
p { color: rgb(243,242,21); }
H1.HeaderClassName
{
color: #F3F215;
}
.AnyTagClassName
{
color: #F3F215;
}
</style>
background-color css
<style>
a { background-color: #F3F215; }
a { background-color: rgb(243,242,21); }
div.DivClassName
{
background-color: #F3F215;
}
.BgClassName
{
background-color: #F3F215;
}
</style>
border-color css
<style>
span { border-color: #F3F215; }
span { border-color: rgb(243,242,21); }
td.TdClassName
{
border-color: #F3F215;
}
.TagClassName
{
border-color: #F3F215;
}
</style>