Shades of Lemon #FEF30F
Tints of Lemon #FEF30F
RGB
CMYK
RGB Variations
Color information
#FEF30F (or 0xFEF30F) is known color: Lemon. HEX triplet: FE, F3 and 0F. RGB value is (254,243,15). Sum of RGB (Red+Green+Blue) = 254+243+15=512 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.61% from 512); Green value is 243 (95.31% from 255 or 47.46% from 512); Blue value is 15 (6.25% from 255 or 2.93% from 512); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF30F is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FEF30F is #010CF0. Grayscale: #DDDDDD. Windows color (decimal): -68849 or 1045502. OLE color: 1045502.
HSL color Cylindrical-coordinate representation of color #FEF30F: hue angle of 57.24º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FEF30F is Cyan = 0, Magento = 0.04, Yellow = 0.94 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 243 | 15 | - |
| CMYK | 0 | 0.04 | 0.94 | 0.00 |
| HSL | 57.24º | 0.99% | 0.53% | - |
| HSV(B) | 57.24º | 0.94% | 1% | - |
| XYZ | 73.01 | 85.21 | 13.05 | - |
| YUV | 220.3 | 12.14 | 152.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 243 | 15 | 0 | 0.04 | 0.94 | 0.00 | 57.24 | 0.99 | 0.53 |
| Hex | FE | F3 | F | 0 | 4 | 5E | 0 | 39 | 63 | 35 |
| Octal | 376 | 363 | 17 | 0 | 4 | 136 | 0 | 71 | 143 | 65 |
| Binary | 11111110 | 11110011 | 1111 | 0 | 100 | 1011110 | 0 | 111001 | 1100011 | 110101 |
Color Harmonies of #FEF30F
Complementary color
Monochromatic Colors of #FEF30F
Black with #FEF30F
Text Example
Text Example
White with #FEF30F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF30F; }
p { color: rgb(254,243,15); }
H1.HeaderClassName
{
color: #FEF30F;
}
.AnyTagClassName
{
color: #FEF30F;
}
</style>
background-color css
<style>
a { background-color: #FEF30F; }
a { background-color: rgb(254,243,15); }
div.DivClassName
{
background-color: #FEF30F;
}
.BgClassName
{
background-color: #FEF30F;
}
</style>
border-color css
<style>
span { border-color: #FEF30F; }
span { border-color: rgb(254,243,15); }
td.TdClassName
{
border-color: #FEF30F;
}
.TagClassName
{
border-color: #FEF30F;
}
</style>