Shades of Laser Lemon #F9FA5A
Tints of Laser Lemon #F9FA5A
RGB
CMYK
RGB Variations
Color information
#F9FA5A (or 0xF9FA5A) is known color: Laser Lemon. HEX triplet: F9, FA and 5A. RGB value is (249,250,90). Sum of RGB (Red+Green+Blue) = 249+250+90=589 (78% of max value = 765). Red value is 249 (97.66% from 255 or 42.28% from 589); Green value is 250 (98.05% from 255 or 42.44% from 589); Blue value is 90 (35.55% from 255 or 15.28% from 589); Max value from RGB is 250 - color contains mainly: green. Hex color #F9FA5A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F9FA5A is #0605A5. Grayscale: #E8E8E8. Windows color (decimal): -394662 or 5962489. OLE color: 5962489.
HSL color Cylindrical-coordinate representation of color #F9FA5A: hue angle of 60.38º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F9FA5A is Cyan = 0.00, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 250 | 90 | - |
| CMYK | 0.00 | 0 | 0.64 | 0.02 |
| HSL | 60.38º | 0.94% | 0.67% | - |
| HSV(B) | 60.38º | 0.64% | 0.98% | - |
| XYZ | 75.1 | 89.25 | 22.94 | - |
| YUV | 231.46 | 48.17 | 140.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 250 | 90 | 0.00 | 0 | 0.64 | 0.02 | 60.38 | 0.94 | 0.67 |
| Hex | F9 | FA | 5A | 0 | 0 | 40 | 2 | 3C | 5E | 43 |
| Octal | 371 | 372 | 132 | 0 | 0 | 100 | 2 | 74 | 136 | 103 |
| Binary | 11111001 | 11111010 | 1011010 | 0 | 0 | 1000000 | 10 | 111100 | 1011110 | 1000011 |
Color Harmonies of #F9FA5A
Complementary color
Monochromatic Colors of #F9FA5A
Black with #F9FA5A
Text Example
Text Example
White with #F9FA5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9FA5A; }
p { color: rgb(249,250,90); }
H1.HeaderClassName
{
color: #F9FA5A;
}
.AnyTagClassName
{
color: #F9FA5A;
}
</style>
background-color css
<style>
a { background-color: #F9FA5A; }
a { background-color: rgb(249,250,90); }
div.DivClassName
{
background-color: #F9FA5A;
}
.BgClassName
{
background-color: #F9FA5A;
}
</style>
border-color css
<style>
span { border-color: #F9FA5A; }
span { border-color: rgb(249,250,90); }
td.TdClassName
{
border-color: #F9FA5A;
}
.TagClassName
{
border-color: #F9FA5A;
}
</style>