Shades of Laser Lemon #FEFA5B
Tints of Laser Lemon #FEFA5B
RGB
CMYK
RGB Variations
Color information
#FEFA5B (or 0xFEFA5B) is known color: Laser Lemon. HEX triplet: FE, FA and 5B. RGB value is (254,250,91). Sum of RGB (Red+Green+Blue) = 254+250+91=595 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.69% from 595); Green value is 250 (98.05% from 255 or 42.02% from 595); Blue value is 91 (35.94% from 255 or 15.29% from 595); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFA5B is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEFA5B is #0105A4. Grayscale: #E9E9E9. Windows color (decimal): -66981 or 6028030. OLE color: 6028030.
HSL color Cylindrical-coordinate representation of color #FEFA5B: hue angle of 58.53º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FEFA5B is Cyan = 0, Magento = 0.02, Yellow = 0.64 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 250 | 91 | - |
| CMYK | 0 | 0.02 | 0.64 | 0.00 |
| HSL | 58.53º | 0.99% | 0.68% | - |
| HSV(B) | 58.53º | 0.64% | 1% | - |
| XYZ | 76.95 | 90.2 | 23.25 | - |
| YUV | 233.07 | 47.83 | 142.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 250 | 91 | 0 | 0.02 | 0.64 | 0.00 | 58.53 | 0.99 | 0.68 |
| Hex | FE | FA | 5B | 0 | 2 | 40 | 0 | 3B | 63 | 44 |
| Octal | 376 | 372 | 133 | 0 | 2 | 100 | 0 | 73 | 143 | 104 |
| Binary | 11111110 | 11111010 | 1011011 | 0 | 10 | 1000000 | 0 | 111011 | 1100011 | 1000100 |
Color Harmonies of #FEFA5B
Complementary color
Monochromatic Colors of #FEFA5B
Black with #FEFA5B
Text Example
Text Example
White with #FEFA5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEFA5B; }
p { color: rgb(254,250,91); }
H1.HeaderClassName
{
color: #FEFA5B;
}
.AnyTagClassName
{
color: #FEFA5B;
}
</style>
background-color css
<style>
a { background-color: #FEFA5B; }
a { background-color: rgb(254,250,91); }
div.DivClassName
{
background-color: #FEFA5B;
}
.BgClassName
{
background-color: #FEFA5B;
}
</style>
border-color css
<style>
span { border-color: #FEFA5B; }
span { border-color: rgb(254,250,91); }
td.TdClassName
{
border-color: #FEFA5B;
}
.TagClassName
{
border-color: #FEFA5B;
}
</style>