Shades of Laser Lemon #FEF867
Tints of Laser Lemon #FEF867
RGB
CMYK
RGB Variations
Color information
#FEF867 (or 0xFEF867) is known color: Laser Lemon. HEX triplet: FE, F8 and 67. RGB value is (254,248,103). Sum of RGB (Red+Green+Blue) = 254+248+103=605 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.98% from 605); Green value is 248 (97.27% from 255 or 40.99% from 605); Blue value is 103 (40.62% from 255 or 17.02% from 605); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF867 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEF867 is #010798. Grayscale: #E9E9E9. Windows color (decimal): -67481 or 6813950. OLE color: 6813950.
HSL color Cylindrical-coordinate representation of color #FEF867: hue angle of 57.62º 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 #FEF867 is Cyan = 0, Magento = 0.02, Yellow = 0.59 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 248 | 103 | - |
| CMYK | 0 | 0.02 | 0.59 | 0.00 |
| HSL | 57.62º | 0.99% | 0.7% | - |
| HSV(B) | 57.62º | 0.59% | 1% | - |
| XYZ | 76.89 | 89.18 | 25.99 | - |
| YUV | 233.26 | 54.49 | 142.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 248 | 103 | 0 | 0.02 | 0.59 | 0.00 | 57.62 | 0.99 | 0.7 |
| Hex | FE | F8 | 67 | 0 | 2 | 3B | 0 | 3A | 63 | 46 |
| Octal | 376 | 370 | 147 | 0 | 2 | 73 | 0 | 72 | 143 | 106 |
| Binary | 11111110 | 11111000 | 1100111 | 0 | 10 | 111011 | 0 | 111010 | 1100011 | 1000110 |
Color Harmonies of #FEF867
Complementary color
Monochromatic Colors of #FEF867
Black with #FEF867
Text Example
Text Example
White with #FEF867
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF867; }
p { color: rgb(254,248,103); }
H1.HeaderClassName
{
color: #FEF867;
}
.AnyTagClassName
{
color: #FEF867;
}
</style>
background-color css
<style>
a { background-color: #FEF867; }
a { background-color: rgb(254,248,103); }
div.DivClassName
{
background-color: #FEF867;
}
.BgClassName
{
background-color: #FEF867;
}
</style>
border-color css
<style>
span { border-color: #FEF867; }
span { border-color: rgb(254,248,103); }
td.TdClassName
{
border-color: #FEF867;
}
.TagClassName
{
border-color: #FEF867;
}
</style>