Shades of Lemon #FEF31F
Tints of Lemon #FEF31F
RGB
CMYK
RGB Variations
Color information
#FEF31F (or 0xFEF31F) is known color: Lemon. HEX triplet: FE, F3 and 1F. RGB value is (254,243,31). Sum of RGB (Red+Green+Blue) = 254+243+31=528 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.11% from 528); Green value is 243 (95.31% from 255 or 46.02% from 528); Blue value is 31 (12.5% from 255 or 5.87% from 528); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF31F is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEF31F is #010CE0. Grayscale: #DEDEDE. Windows color (decimal): -68833 or 2094078. OLE color: 2094078.
HSL color Cylindrical-coordinate representation of color #FEF31F: hue angle of 57.04º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FEF31F is Cyan = 0, Magento = 0.04, Yellow = 0.88 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 243 | 31 | - |
| CMYK | 0 | 0.04 | 0.88 | 0.00 |
| HSL | 57.04º | 0.99% | 0.56% | - |
| HSV(B) | 57.04º | 0.88% | 1% | - |
| XYZ | 73.17 | 85.27 | 13.9 | - |
| YUV | 222.12 | 20.14 | 150.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 243 | 31 | 0 | 0.04 | 0.88 | 0.00 | 57.04 | 0.99 | 0.56 |
| Hex | FE | F3 | 1F | 0 | 4 | 58 | 0 | 39 | 63 | 38 |
| Octal | 376 | 363 | 37 | 0 | 4 | 130 | 0 | 71 | 143 | 70 |
| Binary | 11111110 | 11110011 | 11111 | 0 | 100 | 1011000 | 0 | 111001 | 1100011 | 111000 |
Color Harmonies of #FEF31F
Complementary color
Monochromatic Colors of #FEF31F
Black with #FEF31F
Text Example
Text Example
White with #FEF31F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF31F; }
p { color: rgb(254,243,31); }
H1.HeaderClassName
{
color: #FEF31F;
}
.AnyTagClassName
{
color: #FEF31F;
}
</style>
background-color css
<style>
a { background-color: #FEF31F; }
a { background-color: rgb(254,243,31); }
div.DivClassName
{
background-color: #FEF31F;
}
.BgClassName
{
background-color: #FEF31F;
}
</style>
border-color css
<style>
span { border-color: #FEF31F; }
span { border-color: rgb(254,243,31); }
td.TdClassName
{
border-color: #FEF31F;
}
.TagClassName
{
border-color: #FEF31F;
}
</style>