Shades of Laser Lemon #FEF669
Tints of Laser Lemon #FEF669
RGB
CMYK
RGB Variations
Color information
#FEF669 (or 0xFEF669) is known color: Laser Lemon. HEX triplet: FE, F6 and 69. RGB value is (254,246,105). Sum of RGB (Red+Green+Blue) = 254+246+105=605 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.98% from 605); Green value is 246 (96.48% from 255 or 40.66% from 605); Blue value is 105 (41.41% from 255 or 17.36% from 605); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF669 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEF669 is #010996. Grayscale: #E8E8E8. Windows color (decimal): -67991 or 6944510. OLE color: 6944510.
HSL color Cylindrical-coordinate representation of color #FEF669: hue angle of 56.78º 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 #FEF669 is Cyan = 0, Magento = 0.03, Yellow = 0.59 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 246 | 105 | - |
| CMYK | 0 | 0.03 | 0.59 | 0.00 |
| HSL | 56.78º | 0.99% | 0.7% | - |
| HSV(B) | 56.78º | 0.59% | 1% | - |
| XYZ | 76.38 | 88 | 26.33 | - |
| YUV | 232.32 | 56.15 | 143.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 246 | 105 | 0 | 0.03 | 0.59 | 0.00 | 56.78 | 0.99 | 0.7 |
| Hex | FE | F6 | 69 | 0 | 3 | 3B | 0 | 39 | 63 | 46 |
| Octal | 376 | 366 | 151 | 0 | 3 | 73 | 0 | 71 | 143 | 106 |
| Binary | 11111110 | 11110110 | 1101001 | 0 | 11 | 111011 | 0 | 111001 | 1100011 | 1000110 |
Color Harmonies of #FEF669
Complementary color
Monochromatic Colors of #FEF669
Black with #FEF669
Text Example
Text Example
White with #FEF669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF669; }
p { color: rgb(254,246,105); }
H1.HeaderClassName
{
color: #FEF669;
}
.AnyTagClassName
{
color: #FEF669;
}
</style>
background-color css
<style>
a { background-color: #FEF669; }
a { background-color: rgb(254,246,105); }
div.DivClassName
{
background-color: #FEF669;
}
.BgClassName
{
background-color: #FEF669;
}
</style>
border-color css
<style>
span { border-color: #FEF669; }
span { border-color: rgb(254,246,105); }
td.TdClassName
{
border-color: #FEF669;
}
.TagClassName
{
border-color: #FEF669;
}
</style>