Shades of Lemon #FEF007
Tints of Lemon #FEF007
RGB
CMYK
RGB Variations
Color information
#FEF007 (or 0xFEF007) is known color: Lemon. HEX triplet: FE, F0 and 07. RGB value is (254,240,7). Sum of RGB (Red+Green+Blue) = 254+240+7=501 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.70% from 501); Green value is 240 (94.14% from 255 or 47.90% from 501); Blue value is 7 (3.12% from 255 or 1.40% from 501); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF007 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FEF007 is #010FF8. Grayscale: #DADADA. Windows color (decimal): -69625 or 520446. OLE color: 520446.
HSL color Cylindrical-coordinate representation of color #FEF007: hue angle of 56.6º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FEF007 is Cyan = 0, Magento = 0.06, Yellow = 0.97 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 240 | 7 | - |
| CMYK | 0 | 0.06 | 0.97 | 0.00 |
| HSL | 56.6º | 0.99% | 0.51% | - |
| HSV(B) | 56.6º | 0.97% | 1% | - |
| XYZ | 72.07 | 83.41 | 12.5 | - |
| YUV | 217.62 | 9.14 | 153.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 240 | 7 | 0 | 0.06 | 0.97 | 0.00 | 56.6 | 0.99 | 0.51 |
| Hex | FE | F0 | 7 | 0 | 6 | 61 | 0 | 39 | 63 | 33 |
| Octal | 376 | 360 | 7 | 0 | 6 | 141 | 0 | 71 | 143 | 63 |
| Binary | 11111110 | 11110000 | 111 | 0 | 110 | 1100001 | 0 | 111001 | 1100011 | 110011 |
Color Harmonies of #FEF007
Complementary color
Monochromatic Colors of #FEF007
Black with #FEF007
Text Example
Text Example
White with #FEF007
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF007; }
p { color: rgb(254,240,7); }
H1.HeaderClassName
{
color: #FEF007;
}
.AnyTagClassName
{
color: #FEF007;
}
</style>
background-color css
<style>
a { background-color: #FEF007; }
a { background-color: rgb(254,240,7); }
div.DivClassName
{
background-color: #FEF007;
}
.BgClassName
{
background-color: #FEF007;
}
</style>
border-color css
<style>
span { border-color: #FEF007; }
span { border-color: rgb(254,240,7); }
td.TdClassName
{
border-color: #FEF007;
}
.TagClassName
{
border-color: #FEF007;
}
</style>