Shades of Lemon #F7E60D
Tints of Lemon #F7E60D
RGB
CMYK
RGB Variations
Color information
#F7E60D (or 0xF7E60D) is known color: Lemon. HEX triplet: F7, E6 and 0D. RGB value is (247,230,13). Sum of RGB (Red+Green+Blue) = 247+230+13=490 (64% of max value = 765). Red value is 247 (96.88% from 255 or 50.41% from 490); Green value is 230 (90.23% from 255 or 46.94% from 490); Blue value is 13 (5.47% from 255 or 2.65% from 490); Max value from RGB is 247 - color contains mainly: red. Hex color #F7E60D is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F7E60D is #0819F2. Grayscale: #D3D3D3. Windows color (decimal): -530931 or 911095. OLE color: 911095.
HSL color Cylindrical-coordinate representation of color #F7E60D: hue angle of 55.64º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F7E60D is Cyan = 0, Magento = 0.07, Yellow = 0.95 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 230 | 13 | - |
| CMYK | 0 | 0.07 | 0.95 | 0.03 |
| HSL | 55.64º | 0.94% | 0.51% | - |
| HSV(B) | 55.64º | 0.95% | 0.97% | - |
| XYZ | 66.73 | 76.4 | 11.61 | - |
| YUV | 210.35 | 16.63 | 154.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 230 | 13 | 0 | 0.07 | 0.95 | 0.03 | 55.64 | 0.94 | 0.51 |
| Hex | F7 | E6 | D | 0 | 7 | 5F | 3 | 38 | 5E | 33 |
| Octal | 367 | 346 | 15 | 0 | 7 | 137 | 3 | 70 | 136 | 63 |
| Binary | 11110111 | 11100110 | 1101 | 0 | 111 | 1011111 | 11 | 111000 | 1011110 | 110011 |
Color Harmonies of #F7E60D
Complementary color
Monochromatic Colors of #F7E60D
Black with #F7E60D
Text Example
Text Example
White with #F7E60D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7E60D; }
p { color: rgb(247,230,13); }
H1.HeaderClassName
{
color: #F7E60D;
}
.AnyTagClassName
{
color: #F7E60D;
}
</style>
background-color css
<style>
a { background-color: #F7E60D; }
a { background-color: rgb(247,230,13); }
div.DivClassName
{
background-color: #F7E60D;
}
.BgClassName
{
background-color: #F7E60D;
}
</style>
border-color css
<style>
span { border-color: #F7E60D; }
span { border-color: rgb(247,230,13); }
td.TdClassName
{
border-color: #F7E60D;
}
.TagClassName
{
border-color: #F7E60D;
}
</style>