Shades of Lemon #F0F317
Tints of Lemon #F0F317
RGB
CMYK
RGB Variations
Color information
#F0F317 (or 0xF0F317) is known color: Lemon. HEX triplet: F0, F3 and 17. RGB value is (240,243,23). Sum of RGB (Red+Green+Blue) = 240+243+23=506 (67% of max value = 765). Red value is 240 (94.14% from 255 or 47.43% from 506); Green value is 243 (95.31% from 255 or 48.02% from 506); Blue value is 23 (9.38% from 255 or 4.55% from 506); Max value from RGB is 243 - color contains mainly: green. Hex color #F0F317 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F0F317 is #0F0CE8. Grayscale: #D9D9D9. Windows color (decimal): -986345 or 1569776. OLE color: 1569776.
HSL color Cylindrical-coordinate representation of color #F0F317: hue angle of 60.82º 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 #F0F317 is Cyan = 0.01, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 240 | 243 | 23 | - |
| CMYK | 0.01 | 0 | 0.91 | 0.05 |
| HSL | 60.82º | 0.9% | 0.52% | - |
| HSV(B) | 60.82º | 0.91% | 0.95% | - |
| XYZ | 68.14 | 82.69 | 13.18 | - |
| YUV | 217.02 | 18.51 | 144.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 243 | 23 | 0.01 | 0 | 0.91 | 0.05 | 60.82 | 0.9 | 0.52 |
| Hex | F0 | F3 | 17 | 1 | 0 | 5B | 5 | 3D | 5A | 34 |
| Octal | 360 | 363 | 27 | 1 | 0 | 133 | 5 | 75 | 132 | 64 |
| Binary | 11110000 | 11110011 | 10111 | 1 | 0 | 1011011 | 101 | 111101 | 1011010 | 110100 |
Color Harmonies of #F0F317
Complementary color
Monochromatic Colors of #F0F317
Black with #F0F317
Text Example
Text Example
White with #F0F317
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0F317; }
p { color: rgb(240,243,23); }
H1.HeaderClassName
{
color: #F0F317;
}
.AnyTagClassName
{
color: #F0F317;
}
</style>
background-color css
<style>
a { background-color: #F0F317; }
a { background-color: rgb(240,243,23); }
div.DivClassName
{
background-color: #F0F317;
}
.BgClassName
{
background-color: #F0F317;
}
</style>
border-color css
<style>
span { border-color: #F0F317; }
span { border-color: rgb(240,243,23); }
td.TdClassName
{
border-color: #F0F317;
}
.TagClassName
{
border-color: #F0F317;
}
</style>