Shades of Laser Lemon #FEFA5D
Tints of Laser Lemon #FEFA5D
RGB
CMYK
RGB Variations
Color information
#FEFA5D (or 0xFEFA5D) is known color: Laser Lemon. HEX triplet: FE, FA and 5D. RGB value is (254,250,93). Sum of RGB (Red+Green+Blue) = 254+250+93=597 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.55% from 597); Green value is 250 (98.05% from 255 or 41.88% from 597); Blue value is 93 (36.72% from 255 or 15.58% from 597); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFA5D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEFA5D is #0105A2. Grayscale: #E9E9E9. Windows color (decimal): -66979 or 6159102. OLE color: 6159102.
HSL color Cylindrical-coordinate representation of color #FEFA5D: hue angle of 58.51º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FEFA5D is Cyan = 0, Magento = 0.02, Yellow = 0.63 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 250 | 93 | - |
| CMYK | 0 | 0.02 | 0.63 | 0.00 |
| HSL | 58.51º | 0.99% | 0.68% | - |
| HSV(B) | 58.51º | 0.63% | 1% | - |
| XYZ | 77.03 | 90.23 | 23.71 | - |
| YUV | 233.3 | 48.83 | 142.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 250 | 93 | 0 | 0.02 | 0.63 | 0.00 | 58.51 | 0.99 | 0.68 |
| Hex | FE | FA | 5D | 0 | 2 | 3F | 0 | 3B | 63 | 44 |
| Octal | 376 | 372 | 135 | 0 | 2 | 77 | 0 | 73 | 143 | 104 |
| Binary | 11111110 | 11111010 | 1011101 | 0 | 10 | 111111 | 0 | 111011 | 1100011 | 1000100 |
Color Harmonies of #FEFA5D
Complementary color
Monochromatic Colors of #FEFA5D
Black with #FEFA5D
Text Example
Text Example
White with #FEFA5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEFA5D; }
p { color: rgb(254,250,93); }
H1.HeaderClassName
{
color: #FEFA5D;
}
.AnyTagClassName
{
color: #FEFA5D;
}
</style>
background-color css
<style>
a { background-color: #FEFA5D; }
a { background-color: rgb(254,250,93); }
div.DivClassName
{
background-color: #FEFA5D;
}
.BgClassName
{
background-color: #FEFA5D;
}
</style>
border-color css
<style>
span { border-color: #FEFA5D; }
span { border-color: rgb(254,250,93); }
td.TdClassName
{
border-color: #FEFA5D;
}
.TagClassName
{
border-color: #FEFA5D;
}
</style>