Shades of Lemon #FEF318
Tints of Lemon #FEF318
RGB
CMYK
RGB Variations
Color information
#FEF318 (or 0xFEF318) is known color: Lemon. HEX triplet: FE, F3 and 18. RGB value is (254,243,24). Sum of RGB (Red+Green+Blue) = 254+243+24=521 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.75% from 521); Green value is 243 (95.31% from 255 or 46.64% from 521); Blue value is 24 (9.77% from 255 or 4.61% from 521); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF318 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FEF318 is #010CE7. Grayscale: #DEDEDE. Windows color (decimal): -68840 or 1635326. OLE color: 1635326.
HSL color Cylindrical-coordinate representation of color #FEF318: hue angle of 57.13º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FEF318 is Cyan = 0, Magento = 0.04, Yellow = 0.91 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 243 | 24 | - |
| CMYK | 0 | 0.04 | 0.91 | 0.00 |
| HSL | 57.13º | 0.99% | 0.55% | - |
| HSV(B) | 57.13º | 0.91% | 1% | - |
| XYZ | 73.09 | 85.24 | 13.46 | - |
| YUV | 221.32 | 16.64 | 151.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 243 | 24 | 0 | 0.04 | 0.91 | 0.00 | 57.13 | 0.99 | 0.55 |
| Hex | FE | F3 | 18 | 0 | 4 | 5B | 0 | 39 | 63 | 37 |
| Octal | 376 | 363 | 30 | 0 | 4 | 133 | 0 | 71 | 143 | 67 |
| Binary | 11111110 | 11110011 | 11000 | 0 | 100 | 1011011 | 0 | 111001 | 1100011 | 110111 |
Color Harmonies of #FEF318
Complementary color
Monochromatic Colors of #FEF318
Black with #FEF318
Text Example
Text Example
White with #FEF318
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF318; }
p { color: rgb(254,243,24); }
H1.HeaderClassName
{
color: #FEF318;
}
.AnyTagClassName
{
color: #FEF318;
}
</style>
background-color css
<style>
a { background-color: #FEF318; }
a { background-color: rgb(254,243,24); }
div.DivClassName
{
background-color: #FEF318;
}
.BgClassName
{
background-color: #FEF318;
}
</style>
border-color css
<style>
span { border-color: #FEF318; }
span { border-color: rgb(254,243,24); }
td.TdClassName
{
border-color: #FEF318;
}
.TagClassName
{
border-color: #FEF318;
}
</style>