Shades of Laser Lemon #FEFA70
Tints of Laser Lemon #FEFA70
RGB
CMYK
RGB Variations
Color information
#FEFA70 (or 0xFEFA70) is known color: Laser Lemon. HEX triplet: FE, FA and 70. RGB value is (254,250,112). Sum of RGB (Red+Green+Blue) = 254+250+112=616 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.23% from 616); Green value is 250 (98.05% from 255 or 40.58% from 616); Blue value is 112 (44.14% from 255 or 18.18% from 616); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFA70 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEFA70 is #01058F. Grayscale: #ECECEC. Windows color (decimal): -66960 or 7404286. OLE color: 7404286.
HSL color Cylindrical-coordinate representation of color #FEFA70: hue angle of 58.31º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FEFA70 is Cyan = 0, Magento = 0.02, Yellow = 0.56 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 250 | 112 | - |
| CMYK | 0 | 0.02 | 0.56 | 0.00 |
| HSL | 58.31º | 0.99% | 0.72% | - |
| HSV(B) | 58.31º | 0.56% | 1% | - |
| XYZ | 77.98 | 90.61 | 28.71 | - |
| YUV | 235.46 | 58.33 | 141.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 250 | 112 | 0 | 0.02 | 0.56 | 0.00 | 58.31 | 0.99 | 0.72 |
| Hex | FE | FA | 70 | 0 | 2 | 38 | 0 | 3A | 63 | 48 |
| Octal | 376 | 372 | 160 | 0 | 2 | 70 | 0 | 72 | 143 | 110 |
| Binary | 11111110 | 11111010 | 1110000 | 0 | 10 | 111000 | 0 | 111010 | 1100011 | 1001000 |
Color Harmonies of #FEFA70
Complementary color
Monochromatic Colors of #FEFA70
Black with #FEFA70
Text Example
Text Example
White with #FEFA70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEFA70; }
p { color: rgb(254,250,112); }
H1.HeaderClassName
{
color: #FEFA70;
}
.AnyTagClassName
{
color: #FEFA70;
}
</style>
background-color css
<style>
a { background-color: #FEFA70; }
a { background-color: rgb(254,250,112); }
div.DivClassName
{
background-color: #FEFA70;
}
.BgClassName
{
background-color: #FEFA70;
}
</style>
border-color css
<style>
span { border-color: #FEFA70; }
span { border-color: rgb(254,250,112); }
td.TdClassName
{
border-color: #FEFA70;
}
.TagClassName
{
border-color: #FEFA70;
}
</style>