Shades of Laser Lemon #FFFA60
Tints of Laser Lemon #FFFA60
RGB
CMYK
RGB Variations
Color information
#FFFA60 (or 0xFFFA60) is known color: Laser Lemon. HEX triplet: FF, FA and 60. RGB value is (255,250,96). Sum of RGB (Red+Green+Blue) = 255+250+96=601 (79% of max value = 765). Red value is 255 (100% from 255 or 42.43% from 601); Green value is 250 (98.05% from 255 or 41.60% from 601); Blue value is 96 (37.89% from 255 or 15.97% from 601); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFA60 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFFA60 is #00059F. Grayscale: #EAEAEA. Windows color (decimal): -1440 or 6355711. OLE color: 6355711.
HSL color Cylindrical-coordinate representation of color #FFFA60: hue angle of 58.11º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FFFA60 is Cyan = 0, Magento = 0.02, Yellow = 0.62 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 250 | 96 | - |
| CMYK | 0 | 0.02 | 0.62 | 0 |
| HSL | 58.11º | 1% | 0.69% | - |
| HSV(B) | 58.11º | 0.62% | 1% | - |
| XYZ | 77.54 | 90.48 | 24.44 | - |
| YUV | 233.94 | 50.16 | 143.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 250 | 96 | 0 | 0.02 | 0.62 | 0 | 58.11 | 1 | 0.69 |
| Hex | FF | FA | 60 | 0 | 2 | 3E | 0 | 3A | 64 | 45 |
| Octal | 377 | 372 | 140 | 0 | 2 | 76 | 0 | 72 | 144 | 105 |
| Binary | 11111111 | 11111010 | 1100000 | 0 | 10 | 111110 | 0 | 111010 | 1100100 | 1000101 |
Color Harmonies of #FFFA60
Complementary color
Monochromatic Colors of #FFFA60
Black with #FFFA60
Text Example
Text Example
White with #FFFA60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFA60; }
p { color: rgb(255,250,96); }
H1.HeaderClassName
{
color: #FFFA60;
}
.AnyTagClassName
{
color: #FFFA60;
}
</style>
background-color css
<style>
a { background-color: #FFFA60; }
a { background-color: rgb(255,250,96); }
div.DivClassName
{
background-color: #FFFA60;
}
.BgClassName
{
background-color: #FFFA60;
}
</style>
border-color css
<style>
span { border-color: #FFFA60; }
span { border-color: rgb(255,250,96); }
td.TdClassName
{
border-color: #FFFA60;
}
.TagClassName
{
border-color: #FFFA60;
}
</style>