Shades of Laser Lemon #FEF667
Tints of Laser Lemon #FEF667
RGB
CMYK
RGB Variations
Color information
#FEF667 (or 0xFEF667) is known color: Laser Lemon. HEX triplet: FE, F6 and 67. RGB value is (254,246,103). Sum of RGB (Red+Green+Blue) = 254+246+103=603 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.12% from 603); Green value is 246 (96.48% from 255 or 40.80% from 603); Blue value is 103 (40.62% from 255 or 17.08% from 603); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF667 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEF667 is #010998. Grayscale: #E8E8E8. Windows color (decimal): -67993 or 6813438. OLE color: 6813438.
HSL color Cylindrical-coordinate representation of color #FEF667: hue angle of 56.82º 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 #FEF667 is Cyan = 0, Magento = 0.03, Yellow = 0.59 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 246 | 103 | - |
| CMYK | 0 | 0.03 | 0.59 | 0.00 |
| HSL | 56.82º | 0.99% | 0.7% | - |
| HSV(B) | 56.82º | 0.59% | 1% | - |
| XYZ | 76.28 | 87.96 | 25.79 | - |
| YUV | 232.09 | 55.15 | 143.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 246 | 103 | 0 | 0.03 | 0.59 | 0.00 | 56.82 | 0.99 | 0.7 |
| Hex | FE | F6 | 67 | 0 | 3 | 3B | 0 | 39 | 63 | 46 |
| Octal | 376 | 366 | 147 | 0 | 3 | 73 | 0 | 71 | 143 | 106 |
| Binary | 11111110 | 11110110 | 1100111 | 0 | 11 | 111011 | 0 | 111001 | 1100011 | 1000110 |
Color Harmonies of #FEF667
Complementary color
Monochromatic Colors of #FEF667
Black with #FEF667
Text Example
Text Example
White with #FEF667
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF667; }
p { color: rgb(254,246,103); }
H1.HeaderClassName
{
color: #FEF667;
}
.AnyTagClassName
{
color: #FEF667;
}
</style>
background-color css
<style>
a { background-color: #FEF667; }
a { background-color: rgb(254,246,103); }
div.DivClassName
{
background-color: #FEF667;
}
.BgClassName
{
background-color: #FEF667;
}
</style>
border-color css
<style>
span { border-color: #FEF667; }
span { border-color: rgb(254,246,103); }
td.TdClassName
{
border-color: #FEF667;
}
.TagClassName
{
border-color: #FEF667;
}
</style>