Shades of Laser Lemon #FEF96C
Tints of Laser Lemon #FEF96C
RGB
CMYK
RGB Variations
Color information
#FEF96C (or 0xFEF96C) is known color: Laser Lemon. HEX triplet: FE, F9 and 6C. RGB value is (254,249,108). Sum of RGB (Red+Green+Blue) = 254+249+108=611 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.57% from 611); Green value is 249 (97.66% from 255 or 40.75% from 611); Blue value is 108 (42.58% from 255 or 17.68% from 611); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF96C is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEF96C is #010693. Grayscale: #EAEAEA. Windows color (decimal): -67220 or 7141886. OLE color: 7141886.
HSL color Cylindrical-coordinate representation of color #FEF96C: hue angle of 57.95º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FEF96C is Cyan = 0, Magento = 0.02, Yellow = 0.57 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 249 | 108 | - |
| CMYK | 0 | 0.02 | 0.57 | 0.00 |
| HSL | 57.95º | 0.99% | 0.71% | - |
| HSV(B) | 57.95º | 0.57% | 1% | - |
| XYZ | 77.46 | 89.9 | 27.46 | - |
| YUV | 234.42 | 56.66 | 141.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 249 | 108 | 0 | 0.02 | 0.57 | 0.00 | 57.95 | 0.99 | 0.71 |
| Hex | FE | F9 | 6C | 0 | 2 | 39 | 0 | 3A | 63 | 47 |
| Octal | 376 | 371 | 154 | 0 | 2 | 71 | 0 | 72 | 143 | 107 |
| Binary | 11111110 | 11111001 | 1101100 | 0 | 10 | 111001 | 0 | 111010 | 1100011 | 1000111 |
Color Harmonies of #FEF96C
Complementary color
Monochromatic Colors of #FEF96C
Black with #FEF96C
Text Example
Text Example
White with #FEF96C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF96C; }
p { color: rgb(254,249,108); }
H1.HeaderClassName
{
color: #FEF96C;
}
.AnyTagClassName
{
color: #FEF96C;
}
</style>
background-color css
<style>
a { background-color: #FEF96C; }
a { background-color: rgb(254,249,108); }
div.DivClassName
{
background-color: #FEF96C;
}
.BgClassName
{
background-color: #FEF96C;
}
</style>
border-color css
<style>
span { border-color: #FEF96C; }
span { border-color: rgb(254,249,108); }
td.TdClassName
{
border-color: #FEF96C;
}
.TagClassName
{
border-color: #FEF96C;
}
</style>