Shades of Laser Lemon #FEF96B
Tints of Laser Lemon #FEF96B
RGB
CMYK
RGB Variations
Color information
#FEF96B (or 0xFEF96B) is known color: Laser Lemon. HEX triplet: FE, F9 and 6B. RGB value is (254,249,107). Sum of RGB (Red+Green+Blue) = 254+249+107=610 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.64% from 610); Green value is 249 (97.66% from 255 or 40.82% from 610); Blue value is 107 (42.19% from 255 or 17.54% from 610); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF96B is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEF96B is #010694. Grayscale: #EAEAEA. Windows color (decimal): -67221 or 7076350. OLE color: 7076350.
HSL color Cylindrical-coordinate representation of color #FEF96B: hue angle of 57.96º 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 #FEF96B is Cyan = 0, Magento = 0.02, Yellow = 0.58 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 249 | 107 | - |
| CMYK | 0 | 0.02 | 0.58 | 0.00 |
| HSL | 57.96º | 0.99% | 0.71% | - |
| HSV(B) | 57.96º | 0.58% | 1% | - |
| XYZ | 77.4 | 89.88 | 27.18 | - |
| YUV | 234.31 | 56.16 | 142.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 249 | 107 | 0 | 0.02 | 0.58 | 0.00 | 57.96 | 0.99 | 0.71 |
| Hex | FE | F9 | 6B | 0 | 2 | 3A | 0 | 3A | 63 | 47 |
| Octal | 376 | 371 | 153 | 0 | 2 | 72 | 0 | 72 | 143 | 107 |
| Binary | 11111110 | 11111001 | 1101011 | 0 | 10 | 111010 | 0 | 111010 | 1100011 | 1000111 |
Color Harmonies of #FEF96B
Complementary color
Monochromatic Colors of #FEF96B
Black with #FEF96B
Text Example
Text Example
White with #FEF96B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF96B; }
p { color: rgb(254,249,107); }
H1.HeaderClassName
{
color: #FEF96B;
}
.AnyTagClassName
{
color: #FEF96B;
}
</style>
background-color css
<style>
a { background-color: #FEF96B; }
a { background-color: rgb(254,249,107); }
div.DivClassName
{
background-color: #FEF96B;
}
.BgClassName
{
background-color: #FEF96B;
}
</style>
border-color css
<style>
span { border-color: #FEF96B; }
span { border-color: rgb(254,249,107); }
td.TdClassName
{
border-color: #FEF96B;
}
.TagClassName
{
border-color: #FEF96B;
}
</style>