Shades of Laser Lemon #FFFA58
Tints of Laser Lemon #FFFA58
RGB
CMYK
RGB Variations
Color information
#FFFA58 (or 0xFFFA58) is known color: Laser Lemon. HEX triplet: FF, FA and 58. RGB value is (255,250,88). Sum of RGB (Red+Green+Blue) = 255+250+88=593 (78% of max value = 765). Red value is 255 (100% from 255 or 43.00% from 593); Green value is 250 (98.05% from 255 or 42.16% from 593); Blue value is 88 (34.77% from 255 or 14.84% from 593); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFA58 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFFA58 is #0005A7. Grayscale: #E9E9E9. Windows color (decimal): -1448 or 5831423. OLE color: 5831423.
HSL color Cylindrical-coordinate representation of color #FFFA58: hue angle of 58.2º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FFFA58 is Cyan = 0, Magento = 0.02, Yellow = 0.65 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 250 | 88 | - |
| CMYK | 0 | 0.02 | 0.65 | 0 |
| HSL | 58.2º | 1% | 0.67% | - |
| HSV(B) | 58.2º | 0.65% | 1% | - |
| XYZ | 77.19 | 90.34 | 22.6 | - |
| YUV | 233.03 | 46.16 | 143.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 250 | 88 | 0 | 0.02 | 0.65 | 0 | 58.2 | 1 | 0.67 |
| Hex | FF | FA | 58 | 0 | 2 | 41 | 0 | 3A | 64 | 43 |
| Octal | 377 | 372 | 130 | 0 | 2 | 101 | 0 | 72 | 144 | 103 |
| Binary | 11111111 | 11111010 | 1011000 | 0 | 10 | 1000001 | 0 | 111010 | 1100100 | 1000011 |
Color Harmonies of #FFFA58
Complementary color
Monochromatic Colors of #FFFA58
Black with #FFFA58
Text Example
Text Example
White with #FFFA58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFA58; }
p { color: rgb(255,250,88); }
H1.HeaderClassName
{
color: #FFFA58;
}
.AnyTagClassName
{
color: #FFFA58;
}
</style>
background-color css
<style>
a { background-color: #FFFA58; }
a { background-color: rgb(255,250,88); }
div.DivClassName
{
background-color: #FFFA58;
}
.BgClassName
{
background-color: #FFFA58;
}
</style>
border-color css
<style>
span { border-color: #FFFA58; }
span { border-color: rgb(255,250,88); }
td.TdClassName
{
border-color: #FFFA58;
}
.TagClassName
{
border-color: #FFFA58;
}
</style>