Shades of Laser Lemon #F9FE52
Tints of Laser Lemon #F9FE52
RGB
CMYK
RGB Variations
Color information
#F9FE52 (or 0xF9FE52) is known color: Laser Lemon. HEX triplet: F9, FE and 52. RGB value is (249,254,82). Sum of RGB (Red+Green+Blue) = 249+254+82=585 (77% of max value = 765). Red value is 249 (97.66% from 255 or 42.56% from 585); Green value is 254 (99.61% from 255 or 43.42% from 585); Blue value is 82 (32.42% from 255 or 14.02% from 585); Max value from RGB is 254 - color contains mainly: green. Hex color #F9FE52 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F9FE52 is #0601AD. Grayscale: #E9E9E9. Windows color (decimal): -393646 or 5439225. OLE color: 5439225.
HSL color Cylindrical-coordinate representation of color #F9FE52: hue angle of 61.74º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F9FE52 is Cyan = 0.02, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 249 | 254 | 82 | - |
| CMYK | 0.02 | 0 | 0.68 | 0.00 |
| HSL | 61.74º | 0.99% | 0.66% | - |
| HSV(B) | 61.74º | 0.68% | 1% | - |
| XYZ | 76.03 | 91.63 | 21.66 | - |
| YUV | 232.9 | 42.84 | 139.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 254 | 82 | 0.02 | 0 | 0.68 | 0.00 | 61.74 | 0.99 | 0.66 |
| Hex | F9 | FE | 52 | 2 | 0 | 44 | 0 | 3E | 63 | 42 |
| Octal | 371 | 376 | 122 | 2 | 0 | 104 | 0 | 76 | 143 | 102 |
| Binary | 11111001 | 11111110 | 1010010 | 10 | 0 | 1000100 | 0 | 111110 | 1100011 | 1000010 |
Color Harmonies of #F9FE52
Complementary color
Monochromatic Colors of #F9FE52
Black with #F9FE52
Text Example
Text Example
White with #F9FE52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9FE52; }
p { color: rgb(249,254,82); }
H1.HeaderClassName
{
color: #F9FE52;
}
.AnyTagClassName
{
color: #F9FE52;
}
</style>
background-color css
<style>
a { background-color: #F9FE52; }
a { background-color: rgb(249,254,82); }
div.DivClassName
{
background-color: #F9FE52;
}
.BgClassName
{
background-color: #F9FE52;
}
</style>
border-color css
<style>
span { border-color: #F9FE52; }
span { border-color: rgb(249,254,82); }
td.TdClassName
{
border-color: #F9FE52;
}
.TagClassName
{
border-color: #F9FE52;
}
</style>