Shades of Laser Lemon #FEF967
Tints of Laser Lemon #FEF967
RGB
CMYK
RGB Variations
Color information
#FEF967 (or 0xFEF967) is known color: Laser Lemon. HEX triplet: FE, F9 and 67. RGB value is (254,249,103). Sum of RGB (Red+Green+Blue) = 254+249+103=606 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.91% from 606); Green value is 249 (97.66% from 255 or 41.09% from 606); Blue value is 103 (40.62% from 255 or 17.00% from 606); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF967 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEF967 is #010698. Grayscale: #EAEAEA. Windows color (decimal): -67225 or 6814206. OLE color: 6814206.
HSL color Cylindrical-coordinate representation of color #FEF967: hue angle of 58.01º 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 #FEF967 is Cyan = 0, Magento = 0.02, Yellow = 0.59 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 249 | 103 | - |
| CMYK | 0 | 0.02 | 0.59 | 0.00 |
| HSL | 58.01º | 0.99% | 0.7% | - |
| HSV(B) | 58.01º | 0.59% | 1% | - |
| XYZ | 77.2 | 89.8 | 26.1 | - |
| YUV | 233.85 | 54.16 | 142.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 249 | 103 | 0 | 0.02 | 0.59 | 0.00 | 58.01 | 0.99 | 0.7 |
| Hex | FE | F9 | 67 | 0 | 2 | 3B | 0 | 3A | 63 | 46 |
| Octal | 376 | 371 | 147 | 0 | 2 | 73 | 0 | 72 | 143 | 106 |
| Binary | 11111110 | 11111001 | 1100111 | 0 | 10 | 111011 | 0 | 111010 | 1100011 | 1000110 |
Color Harmonies of #FEF967
Complementary color
Monochromatic Colors of #FEF967
Black with #FEF967
Text Example
Text Example
White with #FEF967
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF967; }
p { color: rgb(254,249,103); }
H1.HeaderClassName
{
color: #FEF967;
}
.AnyTagClassName
{
color: #FEF967;
}
</style>
background-color css
<style>
a { background-color: #FEF967; }
a { background-color: rgb(254,249,103); }
div.DivClassName
{
background-color: #FEF967;
}
.BgClassName
{
background-color: #FEF967;
}
</style>
border-color css
<style>
span { border-color: #FEF967; }
span { border-color: rgb(254,249,103); }
td.TdClassName
{
border-color: #FEF967;
}
.TagClassName
{
border-color: #FEF967;
}
</style>