Shades of Laser Lemon #FAFE54
Tints of Laser Lemon #FAFE54
RGB
CMYK
RGB Variations
Color information
#FAFE54 (or 0xFAFE54) is known color: Laser Lemon. HEX triplet: FA, FE and 54. RGB value is (250,254,84). Sum of RGB (Red+Green+Blue) = 250+254+84=588 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.52% from 588); Green value is 254 (99.61% from 255 or 43.20% from 588); Blue value is 84 (33.20% from 255 or 14.29% from 588); Max value from RGB is 254 - color contains mainly: green. Hex color #FAFE54 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAFE54 is #0501AB. Grayscale: #EAEAEA. Windows color (decimal): -328108 or 5570298. OLE color: 5570298.
HSL color Cylindrical-coordinate representation of color #FAFE54: hue angle of 61.41º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FAFE54 is Cyan = 0.02, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 250 | 254 | 84 | - |
| CMYK | 0.02 | 0 | 0.67 | 0.00 |
| HSL | 61.41º | 0.99% | 0.66% | - |
| HSV(B) | 61.41º | 0.67% | 1% | - |
| XYZ | 76.47 | 91.85 | 22.09 | - |
| YUV | 233.42 | 43.67 | 139.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 254 | 84 | 0.02 | 0 | 0.67 | 0.00 | 61.41 | 0.99 | 0.66 |
| Hex | FA | FE | 54 | 2 | 0 | 43 | 0 | 3D | 63 | 42 |
| Octal | 372 | 376 | 124 | 2 | 0 | 103 | 0 | 75 | 143 | 102 |
| Binary | 11111010 | 11111110 | 1010100 | 10 | 0 | 1000011 | 0 | 111101 | 1100011 | 1000010 |
Color Harmonies of #FAFE54
Complementary color
Monochromatic Colors of #FAFE54
Black with #FAFE54
Text Example
Text Example
White with #FAFE54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAFE54; }
p { color: rgb(250,254,84); }
H1.HeaderClassName
{
color: #FAFE54;
}
.AnyTagClassName
{
color: #FAFE54;
}
</style>
background-color css
<style>
a { background-color: #FAFE54; }
a { background-color: rgb(250,254,84); }
div.DivClassName
{
background-color: #FAFE54;
}
.BgClassName
{
background-color: #FAFE54;
}
</style>
border-color css
<style>
span { border-color: #FAFE54; }
span { border-color: rgb(250,254,84); }
td.TdClassName
{
border-color: #FAFE54;
}
.TagClassName
{
border-color: #FAFE54;
}
</style>