Shades of Lemon #FEFF1F
Tints of Lemon #FEFF1F
RGB
CMYK
RGB Variations
Color information
#FEFF1F (or 0xFEFF1F) is known color: Lemon. HEX triplet: FE, FF and 1F. RGB value is (254,255,31). Sum of RGB (Red+Green+Blue) = 254+255+31=540 (71% of max value = 765). Red value is 254 (99.61% from 255 or 47.04% from 540); Green value is 255 (100% from 255 or 47.22% from 540); Blue value is 31 (12.5% from 255 or 5.74% from 540); Max value from RGB is 255 - color contains mainly: green. Hex color #FEFF1F is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEFF1F is #0100E0. Grayscale: #E6E6E6. Windows color (decimal): -65761 or 2097150. OLE color: 2097150.
HSL color Cylindrical-coordinate representation of color #FEFF1F: hue angle of 60.27º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FEFF1F is Cyan = 0.00, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.
Color convert
| RGB | 254 | 255 | 31 | - |
| CMYK | 0.00 | 0 | 0.88 | 0 |
| HSL | 60.27º | 1% | 0.56% | - |
| HSV(B) | 60.27º | 0.88% | 1% | - |
| XYZ | 76.88 | 92.69 | 15.14 | - |
| YUV | 229.17 | 16.17 | 145.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 255 | 31 | 0.00 | 0 | 0.88 | 0 | 60.27 | 1 | 0.56 |
| Hex | FE | FF | 1F | 0 | 0 | 58 | 0 | 3C | 64 | 38 |
| Octal | 376 | 377 | 37 | 0 | 0 | 130 | 0 | 74 | 144 | 70 |
| Binary | 11111110 | 11111111 | 11111 | 0 | 0 | 1011000 | 0 | 111100 | 1100100 | 111000 |
Color Harmonies of #FEFF1F
Complementary color
Monochromatic Colors of #FEFF1F
Black with #FEFF1F
Text Example
Text Example
White with #FEFF1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEFF1F; }
p { color: rgb(254,255,31); }
H1.HeaderClassName
{
color: #FEFF1F;
}
.AnyTagClassName
{
color: #FEFF1F;
}
</style>
background-color css
<style>
a { background-color: #FEFF1F; }
a { background-color: rgb(254,255,31); }
div.DivClassName
{
background-color: #FEFF1F;
}
.BgClassName
{
background-color: #FEFF1F;
}
</style>
border-color css
<style>
span { border-color: #FEFF1F; }
span { border-color: rgb(254,255,31); }
td.TdClassName
{
border-color: #FEFF1F;
}
.TagClassName
{
border-color: #FEFF1F;
}
</style>