Shades of Laser Lemon #FEFA6A
Tints of Laser Lemon #FEFA6A
RGB
CMYK
RGB Variations
Color information
#FEFA6A (or 0xFEFA6A) is known color: Laser Lemon. HEX triplet: FE, FA and 6A. RGB value is (254,250,106). Sum of RGB (Red+Green+Blue) = 254+250+106=610 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.64% from 610); Green value is 250 (98.05% from 255 or 40.98% from 610); Blue value is 106 (41.80% from 255 or 17.38% from 610); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFA6A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEFA6A is #010595. Grayscale: #EBEBEB. Windows color (decimal): -66966 or 7011070. OLE color: 7011070.
HSL color Cylindrical-coordinate representation of color #FEFA6A: hue angle of 58.38º 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 #FEFA6A is Cyan = 0, Magento = 0.02, Yellow = 0.58 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 250 | 106 | - |
| CMYK | 0 | 0.02 | 0.58 | 0.00 |
| HSL | 58.38º | 0.99% | 0.71% | - |
| HSV(B) | 58.38º | 0.58% | 1% | - |
| XYZ | 77.66 | 90.48 | 27.01 | - |
| YUV | 234.78 | 55.33 | 141.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 250 | 106 | 0 | 0.02 | 0.58 | 0.00 | 58.38 | 0.99 | 0.71 |
| Hex | FE | FA | 6A | 0 | 2 | 3A | 0 | 3A | 63 | 47 |
| Octal | 376 | 372 | 152 | 0 | 2 | 72 | 0 | 72 | 143 | 107 |
| Binary | 11111110 | 11111010 | 1101010 | 0 | 10 | 111010 | 0 | 111010 | 1100011 | 1000111 |
Color Harmonies of #FEFA6A
Complementary color
Monochromatic Colors of #FEFA6A
Black with #FEFA6A
Text Example
Text Example
White with #FEFA6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEFA6A; }
p { color: rgb(254,250,106); }
H1.HeaderClassName
{
color: #FEFA6A;
}
.AnyTagClassName
{
color: #FEFA6A;
}
</style>
background-color css
<style>
a { background-color: #FEFA6A; }
a { background-color: rgb(254,250,106); }
div.DivClassName
{
background-color: #FEFA6A;
}
.BgClassName
{
background-color: #FEFA6A;
}
</style>
border-color css
<style>
span { border-color: #FEFA6A; }
span { border-color: rgb(254,250,106); }
td.TdClassName
{
border-color: #FEFA6A;
}
.TagClassName
{
border-color: #FEFA6A;
}
</style>