Shades of Laser Lemon #FBFA5C
Tints of Laser Lemon #FBFA5C
RGB
CMYK
RGB Variations
Color information
#FBFA5C (or 0xFBFA5C) is known color: Laser Lemon. HEX triplet: FB, FA and 5C. RGB value is (251,250,92). Sum of RGB (Red+Green+Blue) = 251+250+92=593 (78% of max value = 765). Red value is 251 (98.44% from 255 or 42.33% from 593); Green value is 250 (98.05% from 255 or 42.16% from 593); Blue value is 92 (36.33% from 255 or 15.51% from 593); Max value from RGB is 251 - color contains mainly: red. Hex color #FBFA5C is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FBFA5C is #0405A3. Grayscale: #E8E8E8. Windows color (decimal): -263588 or 6093563. OLE color: 6093563.
HSL color Cylindrical-coordinate representation of color #FBFA5C: hue angle of 59.62º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FBFA5C is Cyan = 0, Magento = 0.00, Yellow = 0.63 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 250 | 92 | - |
| CMYK | 0 | 0.00 | 0.63 | 0.02 |
| HSL | 59.62º | 0.95% | 0.67% | - |
| HSV(B) | 59.62º | 0.63% | 0.98% | - |
| XYZ | 75.9 | 89.65 | 23.43 | - |
| YUV | 232.29 | 48.83 | 141.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 250 | 92 | 0 | 0.00 | 0.63 | 0.02 | 59.62 | 0.95 | 0.67 |
| Hex | FB | FA | 5C | 0 | 0 | 3F | 2 | 3C | 5F | 43 |
| Octal | 373 | 372 | 134 | 0 | 0 | 77 | 2 | 74 | 137 | 103 |
| Binary | 11111011 | 11111010 | 1011100 | 0 | 0 | 111111 | 10 | 111100 | 1011111 | 1000011 |
Color Harmonies of #FBFA5C
Complementary color
Monochromatic Colors of #FBFA5C
Black with #FBFA5C
Text Example
Text Example
White with #FBFA5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBFA5C; }
p { color: rgb(251,250,92); }
H1.HeaderClassName
{
color: #FBFA5C;
}
.AnyTagClassName
{
color: #FBFA5C;
}
</style>
background-color css
<style>
a { background-color: #FBFA5C; }
a { background-color: rgb(251,250,92); }
div.DivClassName
{
background-color: #FBFA5C;
}
.BgClassName
{
background-color: #FBFA5C;
}
</style>
border-color css
<style>
span { border-color: #FBFA5C; }
span { border-color: rgb(251,250,92); }
td.TdClassName
{
border-color: #FBFA5C;
}
.TagClassName
{
border-color: #FBFA5C;
}
</style>