Shades of Laser Lemon #FFFA63
Tints of Laser Lemon #FFFA63
RGB
CMYK
RGB Variations
Color information
#FFFA63 (or 0xFFFA63) is known color: Laser Lemon. HEX triplet: FF, FA and 63. RGB value is (255,250,99). Sum of RGB (Red+Green+Blue) = 255+250+99=604 (80% of max value = 765). Red value is 255 (100% from 255 or 42.22% from 604); Green value is 250 (98.05% from 255 or 41.39% from 604); Blue value is 99 (39.06% from 255 or 16.39% from 604); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFA63 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFFA63 is #00059C. Grayscale: #EAEAEA. Windows color (decimal): -1437 or 6552319. OLE color: 6552319.
HSL color Cylindrical-coordinate representation of color #FFFA63: hue angle of 58.08º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #FFFA63 is Cyan = 0, Magento = 0.02, Yellow = 0.61 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 250 | 99 | - |
| CMYK | 0 | 0.02 | 0.61 | 0 |
| HSL | 58.08º | 1% | 0.69% | - |
| HSV(B) | 58.08º | 0.61% | 1% | - |
| XYZ | 77.68 | 90.53 | 25.18 | - |
| YUV | 234.28 | 51.66 | 142.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 250 | 99 | 0 | 0.02 | 0.61 | 0 | 58.08 | 1 | 0.69 |
| Hex | FF | FA | 63 | 0 | 2 | 3D | 0 | 3A | 64 | 45 |
| Octal | 377 | 372 | 143 | 0 | 2 | 75 | 0 | 72 | 144 | 105 |
| Binary | 11111111 | 11111010 | 1100011 | 0 | 10 | 111101 | 0 | 111010 | 1100100 | 1000101 |
Color Harmonies of #FFFA63
Complementary color
Monochromatic Colors of #FFFA63
Black with #FFFA63
Text Example
Text Example
White with #FFFA63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFA63; }
p { color: rgb(255,250,99); }
H1.HeaderClassName
{
color: #FFFA63;
}
.AnyTagClassName
{
color: #FFFA63;
}
</style>
background-color css
<style>
a { background-color: #FFFA63; }
a { background-color: rgb(255,250,99); }
div.DivClassName
{
background-color: #FFFA63;
}
.BgClassName
{
background-color: #FFFA63;
}
</style>
border-color css
<style>
span { border-color: #FFFA63; }
span { border-color: rgb(255,250,99); }
td.TdClassName
{
border-color: #FFFA63;
}
.TagClassName
{
border-color: #FFFA63;
}
</style>