Shades of Laser Lemon #FEF95C
Tints of Laser Lemon #FEF95C
RGB
CMYK
RGB Variations
Color information
#FEF95C (or 0xFEF95C) is known color: Laser Lemon. HEX triplet: FE, F9 and 5C. RGB value is (254,249,92). Sum of RGB (Red+Green+Blue) = 254+249+92=595 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.69% from 595); Green value is 249 (97.66% from 255 or 41.85% from 595); Blue value is 92 (36.33% from 255 or 15.46% from 595); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF95C is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEF95C is #0106A3. Grayscale: #E9E9E9. Windows color (decimal): -67236 or 6093310. OLE color: 6093310.
HSL color Cylindrical-coordinate representation of color #FEF95C: hue angle of 58.15º 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 #FEF95C is Cyan = 0, Magento = 0.02, Yellow = 0.64 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 249 | 92 | - |
| CMYK | 0 | 0.02 | 0.64 | 0.00 |
| HSL | 58.15º | 0.99% | 0.68% | - |
| HSV(B) | 58.15º | 0.64% | 1% | - |
| XYZ | 76.68 | 89.59 | 23.38 | - |
| YUV | 232.6 | 48.66 | 143.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 249 | 92 | 0 | 0.02 | 0.64 | 0.00 | 58.15 | 0.99 | 0.68 |
| Hex | FE | F9 | 5C | 0 | 2 | 40 | 0 | 3A | 63 | 44 |
| Octal | 376 | 371 | 134 | 0 | 2 | 100 | 0 | 72 | 143 | 104 |
| Binary | 11111110 | 11111001 | 1011100 | 0 | 10 | 1000000 | 0 | 111010 | 1100011 | 1000100 |
Color Harmonies of #FEF95C
Complementary color
Monochromatic Colors of #FEF95C
Black with #FEF95C
Text Example
Text Example
White with #FEF95C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF95C; }
p { color: rgb(254,249,92); }
H1.HeaderClassName
{
color: #FEF95C;
}
.AnyTagClassName
{
color: #FEF95C;
}
</style>
background-color css
<style>
a { background-color: #FEF95C; }
a { background-color: rgb(254,249,92); }
div.DivClassName
{
background-color: #FEF95C;
}
.BgClassName
{
background-color: #FEF95C;
}
</style>
border-color css
<style>
span { border-color: #FEF95C; }
span { border-color: rgb(254,249,92); }
td.TdClassName
{
border-color: #FEF95C;
}
.TagClassName
{
border-color: #FEF95C;
}
</style>