Shades of Laser Lemon #FEF663
Tints of Laser Lemon #FEF663
RGB
CMYK
RGB Variations
Color information
#FEF663 (or 0xFEF663) is known color: Laser Lemon. HEX triplet: FE, F6 and 63. RGB value is (254,246,99). Sum of RGB (Red+Green+Blue) = 254+246+99=599 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.40% from 599); Green value is 246 (96.48% from 255 or 41.07% from 599); Blue value is 99 (39.06% from 255 or 16.53% from 599); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF663 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEF663 is #01099C. Grayscale: #E8E8E8. Windows color (decimal): -67997 or 6551294. OLE color: 6551294.
HSL color Cylindrical-coordinate representation of color #FEF663: hue angle of 56.9º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #FEF663 is Cyan = 0, Magento = 0.03, Yellow = 0.61 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 246 | 99 | - |
| CMYK | 0 | 0.03 | 0.61 | 0.00 |
| HSL | 56.9º | 0.99% | 0.69% | - |
| HSV(B) | 56.9º | 0.61% | 1% | - |
| XYZ | 76.08 | 87.88 | 24.76 | - |
| YUV | 231.63 | 53.15 | 143.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 246 | 99 | 0 | 0.03 | 0.61 | 0.00 | 56.9 | 0.99 | 0.69 |
| Hex | FE | F6 | 63 | 0 | 3 | 3D | 0 | 39 | 63 | 45 |
| Octal | 376 | 366 | 143 | 0 | 3 | 75 | 0 | 71 | 143 | 105 |
| Binary | 11111110 | 11110110 | 1100011 | 0 | 11 | 111101 | 0 | 111001 | 1100011 | 1000101 |
Color Harmonies of #FEF663
Complementary color
Monochromatic Colors of #FEF663
Black with #FEF663
Text Example
Text Example
White with #FEF663
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF663; }
p { color: rgb(254,246,99); }
H1.HeaderClassName
{
color: #FEF663;
}
.AnyTagClassName
{
color: #FEF663;
}
</style>
background-color css
<style>
a { background-color: #FEF663; }
a { background-color: rgb(254,246,99); }
div.DivClassName
{
background-color: #FEF663;
}
.BgClassName
{
background-color: #FEF663;
}
</style>
border-color css
<style>
span { border-color: #FEF663; }
span { border-color: rgb(254,246,99); }
td.TdClassName
{
border-color: #FEF663;
}
.TagClassName
{
border-color: #FEF663;
}
</style>