Shades of Lemon #FEF31C
Tints of Lemon #FEF31C
RGB
CMYK
RGB Variations
Color information
#FEF31C (or 0xFEF31C) is known color: Lemon. HEX triplet: FE, F3 and 1C. RGB value is (254,243,28). Sum of RGB (Red+Green+Blue) = 254+243+28=525 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.38% from 525); Green value is 243 (95.31% from 255 or 46.29% from 525); Blue value is 28 (11.33% from 255 or 5.33% from 525); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF31C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEF31C is #010CE3. Grayscale: #DEDEDE. Windows color (decimal): -68836 or 1897470. OLE color: 1897470.
HSL color Cylindrical-coordinate representation of color #FEF31C: hue angle of 57.08º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FEF31C is Cyan = 0, Magento = 0.04, Yellow = 0.89 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 243 | 28 | - |
| CMYK | 0 | 0.04 | 0.89 | 0.00 |
| HSL | 57.08º | 0.99% | 0.55% | - |
| HSV(B) | 57.08º | 0.89% | 1% | - |
| XYZ | 73.13 | 85.26 | 13.7 | - |
| YUV | 221.78 | 18.64 | 150.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 243 | 28 | 0 | 0.04 | 0.89 | 0.00 | 57.08 | 0.99 | 0.55 |
| Hex | FE | F3 | 1C | 0 | 4 | 59 | 0 | 39 | 63 | 37 |
| Octal | 376 | 363 | 34 | 0 | 4 | 131 | 0 | 71 | 143 | 67 |
| Binary | 11111110 | 11110011 | 11100 | 0 | 100 | 1011001 | 0 | 111001 | 1100011 | 110111 |
Color Harmonies of #FEF31C
Complementary color
Monochromatic Colors of #FEF31C
Black with #FEF31C
Text Example
Text Example
White with #FEF31C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF31C; }
p { color: rgb(254,243,28); }
H1.HeaderClassName
{
color: #FEF31C;
}
.AnyTagClassName
{
color: #FEF31C;
}
</style>
background-color css
<style>
a { background-color: #FEF31C; }
a { background-color: rgb(254,243,28); }
div.DivClassName
{
background-color: #FEF31C;
}
.BgClassName
{
background-color: #FEF31C;
}
</style>
border-color css
<style>
span { border-color: #FEF31C; }
span { border-color: rgb(254,243,28); }
td.TdClassName
{
border-color: #FEF31C;
}
.TagClassName
{
border-color: #FEF31C;
}
</style>