Shades of Laser Lemon #F3FB61
Tints of Laser Lemon #F3FB61
RGB
CMYK
RGB Variations
Color information
#F3FB61 (or 0xF3FB61) is known color: Laser Lemon. HEX triplet: F3, FB and 61. RGB value is (243,251,97). Sum of RGB (Red+Green+Blue) = 243+251+97=591 (78% of max value = 765). Red value is 243 (95.31% from 255 or 41.12% from 591); Green value is 251 (98.44% from 255 or 42.47% from 591); Blue value is 97 (38.28% from 255 or 16.41% from 591); Max value from RGB is 251 - color contains mainly: green. Hex color #F3FB61 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F3FB61 is #0C049E. Grayscale: #E7E7E7. Windows color (decimal): -787615 or 6421491. OLE color: 6421491.
HSL color Cylindrical-coordinate representation of color #F3FB61: hue angle of 63.12º degrees, saturation: 0.95, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F3FB61 is Cyan = 0.03, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 243 | 251 | 97 | - |
| CMYK | 0.03 | 0 | 0.61 | 0.02 |
| HSL | 63.12º | 0.95% | 0.68% | - |
| HSV(B) | 63.12º | 0.61% | 0.98% | - |
| XYZ | 73.62 | 88.91 | 24.59 | - |
| YUV | 231.05 | 52.35 | 136.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 251 | 97 | 0.03 | 0 | 0.61 | 0.02 | 63.12 | 0.95 | 0.68 |
| Hex | F3 | FB | 61 | 3 | 0 | 3D | 2 | 3F | 5F | 44 |
| Octal | 363 | 373 | 141 | 3 | 0 | 75 | 2 | 77 | 137 | 104 |
| Binary | 11110011 | 11111011 | 1100001 | 11 | 0 | 111101 | 10 | 111111 | 1011111 | 1000100 |
Color Harmonies of #F3FB61
Complementary color
Monochromatic Colors of #F3FB61
Black with #F3FB61
Text Example
Text Example
White with #F3FB61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3FB61; }
p { color: rgb(243,251,97); }
H1.HeaderClassName
{
color: #F3FB61;
}
.AnyTagClassName
{
color: #F3FB61;
}
</style>
background-color css
<style>
a { background-color: #F3FB61; }
a { background-color: rgb(243,251,97); }
div.DivClassName
{
background-color: #F3FB61;
}
.BgClassName
{
background-color: #F3FB61;
}
</style>
border-color css
<style>
span { border-color: #F3FB61; }
span { border-color: rgb(243,251,97); }
td.TdClassName
{
border-color: #F3FB61;
}
.TagClassName
{
border-color: #F3FB61;
}
</style>