Shades of Laser Lemon #FEF968
Tints of Laser Lemon #FEF968
RGB
CMYK
RGB Variations
Color information
#FEF968 (or 0xFEF968) is known color: Laser Lemon. HEX triplet: FE, F9 and 68. RGB value is (254,249,104). Sum of RGB (Red+Green+Blue) = 254+249+104=607 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.85% from 607); Green value is 249 (97.66% from 255 or 41.02% from 607); Blue value is 104 (41.02% from 255 or 17.13% from 607); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF968 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEF968 is #010697. Grayscale: #EAEAEA. Windows color (decimal): -67224 or 6879742. OLE color: 6879742.
HSL color Cylindrical-coordinate representation of color #FEF968: hue angle of 58º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FEF968 is Cyan = 0, Magento = 0.02, Yellow = 0.59 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 249 | 104 | - |
| CMYK | 0 | 0.02 | 0.59 | 0.00 |
| HSL | 58º | 0.99% | 0.7% | - |
| HSV(B) | 58º | 0.59% | 1% | - |
| XYZ | 77.25 | 89.82 | 26.36 | - |
| YUV | 233.97 | 54.66 | 142.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 249 | 104 | 0 | 0.02 | 0.59 | 0.00 | 58 | 0.99 | 0.7 |
| Hex | FE | F9 | 68 | 0 | 2 | 3B | 0 | 3A | 63 | 46 |
| Octal | 376 | 371 | 150 | 0 | 2 | 73 | 0 | 72 | 143 | 106 |
| Binary | 11111110 | 11111001 | 1101000 | 0 | 10 | 111011 | 0 | 111010 | 1100011 | 1000110 |
Color Harmonies of #FEF968
Complementary color
Monochromatic Colors of #FEF968
Black with #FEF968
Text Example
Text Example
White with #FEF968
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF968; }
p { color: rgb(254,249,104); }
H1.HeaderClassName
{
color: #FEF968;
}
.AnyTagClassName
{
color: #FEF968;
}
</style>
background-color css
<style>
a { background-color: #FEF968; }
a { background-color: rgb(254,249,104); }
div.DivClassName
{
background-color: #FEF968;
}
.BgClassName
{
background-color: #FEF968;
}
</style>
border-color css
<style>
span { border-color: #FEF968; }
span { border-color: rgb(254,249,104); }
td.TdClassName
{
border-color: #FEF968;
}
.TagClassName
{
border-color: #FEF968;
}
</style>