Shades of Lemon #FEF419
Tints of Lemon #FEF419
RGB
CMYK
RGB Variations
Color information
#FEF419 (or 0xFEF419) is known color: Lemon. HEX triplet: FE, F4 and 19. RGB value is (254,244,25). Sum of RGB (Red+Green+Blue) = 254+244+25=523 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.57% from 523); Green value is 244 (95.70% from 255 or 46.65% from 523); Blue value is 25 (10.16% from 255 or 4.78% from 523); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF419 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FEF419 is #010BE6. Grayscale: #DEDEDE. Windows color (decimal): -68583 or 1701118. OLE color: 1701118.
HSL color Cylindrical-coordinate representation of color #FEF419: hue angle of 57.38º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FEF419 is Cyan = 0, Magento = 0.04, Yellow = 0.90 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 244 | 25 | - |
| CMYK | 0 | 0.04 | 0.90 | 0.00 |
| HSL | 57.38º | 0.99% | 0.55% | - |
| HSV(B) | 57.38º | 0.9% | 1% | - |
| XYZ | 73.4 | 85.84 | 13.62 | - |
| YUV | 222.02 | 16.81 | 150.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 244 | 25 | 0 | 0.04 | 0.90 | 0.00 | 57.38 | 0.99 | 0.55 |
| Hex | FE | F4 | 19 | 0 | 4 | 5A | 0 | 39 | 63 | 37 |
| Octal | 376 | 364 | 31 | 0 | 4 | 132 | 0 | 71 | 143 | 67 |
| Binary | 11111110 | 11110100 | 11001 | 0 | 100 | 1011010 | 0 | 111001 | 1100011 | 110111 |
Color Harmonies of #FEF419
Complementary color
Monochromatic Colors of #FEF419
Black with #FEF419
Text Example
Text Example
White with #FEF419
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF419; }
p { color: rgb(254,244,25); }
H1.HeaderClassName
{
color: #FEF419;
}
.AnyTagClassName
{
color: #FEF419;
}
</style>
background-color css
<style>
a { background-color: #FEF419; }
a { background-color: rgb(254,244,25); }
div.DivClassName
{
background-color: #FEF419;
}
.BgClassName
{
background-color: #FEF419;
}
</style>
border-color css
<style>
span { border-color: #FEF419; }
span { border-color: rgb(254,244,25); }
td.TdClassName
{
border-color: #FEF419;
}
.TagClassName
{
border-color: #FEF419;
}
</style>