Shades of Laser Lemon #FFFA5F
Tints of Laser Lemon #FFFA5F
RGB
CMYK
RGB Variations
Color information
#FFFA5F (or 0xFFFA5F) is known color: Laser Lemon. HEX triplet: FF, FA and 5F. RGB value is (255,250,95). Sum of RGB (Red+Green+Blue) = 255+250+95=600 (79% of max value = 765). Red value is 255 (100% from 255 or 42.5% from 600); Green value is 250 (98.05% from 255 or 41.67% from 600); Blue value is 95 (37.5% from 255 or 15.83% from 600); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFA5F is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFFA5F is #0005A0. Grayscale: #EAEAEA. Windows color (decimal): -1441 or 6290175. OLE color: 6290175.
HSL color Cylindrical-coordinate representation of color #FFFA5F: hue angle of 58.12º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FFFA5F is Cyan = 0, Magento = 0.02, Yellow = 0.63 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 250 | 95 | - |
| CMYK | 0 | 0.02 | 0.63 | 0 |
| HSL | 58.13º | 1% | 0.69% | - |
| HSV(B) | 58.13º | 0.63% | 1% | - |
| XYZ | 77.49 | 90.46 | 24.2 | - |
| YUV | 233.83 | 49.66 | 143.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 250 | 95 | 0 | 0.02 | 0.63 | 0 | 58.13 | 1 | 0.69 |
| Hex | FF | FA | 5F | 0 | 2 | 3F | 0 | 3A | 64 | 45 |
| Octal | 377 | 372 | 137 | 0 | 2 | 77 | 0 | 72 | 144 | 105 |
| Binary | 11111111 | 11111010 | 1011111 | 0 | 10 | 111111 | 0 | 111010 | 1100100 | 1000101 |
Color Harmonies of #FFFA5F
Complementary color
Monochromatic Colors of #FFFA5F
Black with #FFFA5F
Text Example
Text Example
White with #FFFA5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFA5F; }
p { color: rgb(255,250,95); }
H1.HeaderClassName
{
color: #FFFA5F;
}
.AnyTagClassName
{
color: #FFFA5F;
}
</style>
background-color css
<style>
a { background-color: #FFFA5F; }
a { background-color: rgb(255,250,95); }
div.DivClassName
{
background-color: #FFFA5F;
}
.BgClassName
{
background-color: #FFFA5F;
}
</style>
border-color css
<style>
span { border-color: #FFFA5F; }
span { border-color: rgb(255,250,95); }
td.TdClassName
{
border-color: #FFFA5F;
}
.TagClassName
{
border-color: #FFFA5F;
}
</style>