Shades of Lemon #FEF623
Tints of Lemon #FEF623
RGB
CMYK
RGB Variations
Color information
#FEF623 (or 0xFEF623) is known color: Lemon. HEX triplet: FE, F6 and 23. RGB value is (254,246,35). Sum of RGB (Red+Green+Blue) = 254+246+35=535 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.48% from 535); Green value is 246 (96.48% from 255 or 45.98% from 535); Blue value is 35 (14.06% from 255 or 6.54% from 535); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF623 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEF623 is #0109DC. Grayscale: #E1E1E1. Windows color (decimal): -68061 or 2356990. OLE color: 2356990.
HSL color Cylindrical-coordinate representation of color #FEF623: hue angle of 57.81º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FEF623 is Cyan = 0, Magento = 0.03, Yellow = 0.86 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 246 | 35 | - |
| CMYK | 0 | 0.03 | 0.86 | 0.00 |
| HSL | 57.81º | 0.99% | 0.57% | - |
| HSV(B) | 57.81º | 0.86% | 1% | - |
| XYZ | 74.13 | 87.1 | 14.5 | - |
| YUV | 224.34 | 21.15 | 149.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 246 | 35 | 0 | 0.03 | 0.86 | 0.00 | 57.81 | 0.99 | 0.57 |
| Hex | FE | F6 | 23 | 0 | 3 | 56 | 0 | 3A | 63 | 39 |
| Octal | 376 | 366 | 43 | 0 | 3 | 126 | 0 | 72 | 143 | 71 |
| Binary | 11111110 | 11110110 | 100011 | 0 | 11 | 1010110 | 0 | 111010 | 1100011 | 111001 |
Color Harmonies of #FEF623
Complementary color
Monochromatic Colors of #FEF623
Black with #FEF623
Text Example
Text Example
White with #FEF623
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF623; }
p { color: rgb(254,246,35); }
H1.HeaderClassName
{
color: #FEF623;
}
.AnyTagClassName
{
color: #FEF623;
}
</style>
background-color css
<style>
a { background-color: #FEF623; }
a { background-color: rgb(254,246,35); }
div.DivClassName
{
background-color: #FEF623;
}
.BgClassName
{
background-color: #FEF623;
}
</style>
border-color css
<style>
span { border-color: #FEF623; }
span { border-color: rgb(254,246,35); }
td.TdClassName
{
border-color: #FEF623;
}
.TagClassName
{
border-color: #FEF623;
}
</style>