Shades of Lemon #FEF003
Tints of Lemon #FEF003
RGB
CMYK
RGB Variations
Color information
#FEF003 (or 0xFEF003) is known color: Lemon. HEX triplet: FE, F0 and 03. RGB value is (254,240,3). Sum of RGB (Red+Green+Blue) = 254+240+3=497 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.11% from 497); Green value is 240 (94.14% from 255 or 48.29% from 497); Blue value is 3 (1.56% from 255 or 0.60% from 497); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF003 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FEF003 is #010FFC. Grayscale: #DADADA. Windows color (decimal): -69629 or 258302. OLE color: 258302.
HSL color Cylindrical-coordinate representation of color #FEF003: hue angle of 56.65º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FEF003 is Cyan = 0, Magento = 0.06, Yellow = 0.99 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 240 | 3 | - |
| CMYK | 0 | 0.06 | 0.99 | 0.00 |
| HSL | 56.65º | 0.99% | 0.5% | - |
| HSV(B) | 56.65º | 0.99% | 1% | - |
| XYZ | 72.05 | 83.4 | 12.39 | - |
| YUV | 217.17 | 7.14 | 154.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 240 | 3 | 0 | 0.06 | 0.99 | 0.00 | 56.65 | 0.99 | 0.5 |
| Hex | FE | F0 | 3 | 0 | 6 | 63 | 0 | 39 | 63 | 32 |
| Octal | 376 | 360 | 3 | 0 | 6 | 143 | 0 | 71 | 143 | 62 |
| Binary | 11111110 | 11110000 | 11 | 0 | 110 | 1100011 | 0 | 111001 | 1100011 | 110010 |
Color Harmonies of #FEF003
Complementary color
Monochromatic Colors of #FEF003
Black with #FEF003
Text Example
Text Example
White with #FEF003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF003; }
p { color: rgb(254,240,3); }
H1.HeaderClassName
{
color: #FEF003;
}
.AnyTagClassName
{
color: #FEF003;
}
</style>
background-color css
<style>
a { background-color: #FEF003; }
a { background-color: rgb(254,240,3); }
div.DivClassName
{
background-color: #FEF003;
}
.BgClassName
{
background-color: #FEF003;
}
</style>
border-color css
<style>
span { border-color: #FEF003; }
span { border-color: rgb(254,240,3); }
td.TdClassName
{
border-color: #FEF003;
}
.TagClassName
{
border-color: #FEF003;
}
</style>