Shades of Laser Lemon #F7FA5D
Tints of Laser Lemon #F7FA5D
RGB
CMYK
RGB Variations
Color information
#F7FA5D (or 0xF7FA5D) is known color: Laser Lemon. HEX triplet: F7, FA and 5D. RGB value is (247,250,93). Sum of RGB (Red+Green+Blue) = 247+250+93=590 (78% of max value = 765). Red value is 247 (96.88% from 255 or 41.86% from 590); Green value is 250 (98.05% from 255 or 42.37% from 590); Blue value is 93 (36.72% from 255 or 15.76% from 590); Max value from RGB is 250 - color contains mainly: green. Hex color #F7FA5D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F7FA5D is #0805A2. Grayscale: #E7E7E7. Windows color (decimal): -525731 or 6159095. OLE color: 6159095.
HSL color Cylindrical-coordinate representation of color #F7FA5D: hue angle of 61.15º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F7FA5D is Cyan = 0.01, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 247 | 250 | 93 | - |
| CMYK | 0.01 | 0 | 0.63 | 0.02 |
| HSL | 61.15º | 0.94% | 0.67% | - |
| HSV(B) | 61.15º | 0.63% | 0.98% | - |
| XYZ | 74.52 | 88.94 | 23.59 | - |
| YUV | 231.21 | 50.01 | 139.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 250 | 93 | 0.01 | 0 | 0.63 | 0.02 | 61.15 | 0.94 | 0.67 |
| Hex | F7 | FA | 5D | 1 | 0 | 3F | 2 | 3D | 5E | 43 |
| Octal | 367 | 372 | 135 | 1 | 0 | 77 | 2 | 75 | 136 | 103 |
| Binary | 11110111 | 11111010 | 1011101 | 1 | 0 | 111111 | 10 | 111101 | 1011110 | 1000011 |
Color Harmonies of #F7FA5D
Complementary color
Monochromatic Colors of #F7FA5D
Black with #F7FA5D
Text Example
Text Example
White with #F7FA5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7FA5D; }
p { color: rgb(247,250,93); }
H1.HeaderClassName
{
color: #F7FA5D;
}
.AnyTagClassName
{
color: #F7FA5D;
}
</style>
background-color css
<style>
a { background-color: #F7FA5D; }
a { background-color: rgb(247,250,93); }
div.DivClassName
{
background-color: #F7FA5D;
}
.BgClassName
{
background-color: #F7FA5D;
}
</style>
border-color css
<style>
span { border-color: #F7FA5D; }
span { border-color: rgb(247,250,93); }
td.TdClassName
{
border-color: #F7FA5D;
}
.TagClassName
{
border-color: #F7FA5D;
}
</style>