Shades of Laser Lemon #FEFA6B
Tints of Laser Lemon #FEFA6B
RGB
CMYK
RGB Variations
Color information
#FEFA6B (or 0xFEFA6B) is known color: Laser Lemon. HEX triplet: FE, FA and 6B. RGB value is (254,250,107). Sum of RGB (Red+Green+Blue) = 254+250+107=611 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.57% from 611); Green value is 250 (98.05% from 255 or 40.92% from 611); Blue value is 107 (42.19% from 255 or 17.51% from 611); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFA6B is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEFA6B is #010594. Grayscale: #EBEBEB. Windows color (decimal): -66965 or 7076606. OLE color: 7076606.
HSL color Cylindrical-coordinate representation of color #FEFA6B: hue angle of 58.37º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FEFA6B is Cyan = 0, Magento = 0.02, Yellow = 0.58 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 250 | 107 | - |
| CMYK | 0 | 0.02 | 0.58 | 0.00 |
| HSL | 58.37º | 0.99% | 0.71% | - |
| HSV(B) | 58.37º | 0.58% | 1% | - |
| XYZ | 77.71 | 90.5 | 27.28 | - |
| YUV | 234.89 | 55.83 | 141.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 250 | 107 | 0 | 0.02 | 0.58 | 0.00 | 58.37 | 0.99 | 0.71 |
| Hex | FE | FA | 6B | 0 | 2 | 3A | 0 | 3A | 63 | 47 |
| Octal | 376 | 372 | 153 | 0 | 2 | 72 | 0 | 72 | 143 | 107 |
| Binary | 11111110 | 11111010 | 1101011 | 0 | 10 | 111010 | 0 | 111010 | 1100011 | 1000111 |
Color Harmonies of #FEFA6B
Complementary color
Monochromatic Colors of #FEFA6B
Black with #FEFA6B
Text Example
Text Example
White with #FEFA6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEFA6B; }
p { color: rgb(254,250,107); }
H1.HeaderClassName
{
color: #FEFA6B;
}
.AnyTagClassName
{
color: #FEFA6B;
}
</style>
background-color css
<style>
a { background-color: #FEFA6B; }
a { background-color: rgb(254,250,107); }
div.DivClassName
{
background-color: #FEFA6B;
}
.BgClassName
{
background-color: #FEFA6B;
}
</style>
border-color css
<style>
span { border-color: #FEFA6B; }
span { border-color: rgb(254,250,107); }
td.TdClassName
{
border-color: #FEFA6B;
}
.TagClassName
{
border-color: #FEFA6B;
}
</style>