Shades of Lemon #FEF70D
Tints of Lemon #FEF70D
RGB
CMYK
RGB Variations
Color information
#FEF70D (or 0xFEF70D) is known color: Lemon. HEX triplet: FE, F7 and 0D. RGB value is (254,247,13). Sum of RGB (Red+Green+Blue) = 254+247+13=514 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.42% from 514); Green value is 247 (96.88% from 255 or 48.05% from 514); Blue value is 13 (5.47% from 255 or 2.53% from 514); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF70D is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FEF70D is #0108F2. Grayscale: #DFDFDF. Windows color (decimal): -67827 or 915454. OLE color: 915454.
HSL color Cylindrical-coordinate representation of color #FEF70D: hue angle of 58.26º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FEF70D is Cyan = 0, Magento = 0.03, Yellow = 0.95 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 247 | 13 | - |
| CMYK | 0 | 0.03 | 0.95 | 0.00 |
| HSL | 58.26º | 0.99% | 0.52% | - |
| HSV(B) | 58.26º | 0.95% | 1% | - |
| XYZ | 74.21 | 87.62 | 13.38 | - |
| YUV | 222.42 | 9.82 | 150.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 247 | 13 | 0 | 0.03 | 0.95 | 0.00 | 58.26 | 0.99 | 0.52 |
| Hex | FE | F7 | D | 0 | 3 | 5F | 0 | 3A | 63 | 34 |
| Octal | 376 | 367 | 15 | 0 | 3 | 137 | 0 | 72 | 143 | 64 |
| Binary | 11111110 | 11110111 | 1101 | 0 | 11 | 1011111 | 0 | 111010 | 1100011 | 110100 |
Color Harmonies of #FEF70D
Complementary color
Monochromatic Colors of #FEF70D
Black with #FEF70D
Text Example
Text Example
White with #FEF70D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF70D; }
p { color: rgb(254,247,13); }
H1.HeaderClassName
{
color: #FEF70D;
}
.AnyTagClassName
{
color: #FEF70D;
}
</style>
background-color css
<style>
a { background-color: #FEF70D; }
a { background-color: rgb(254,247,13); }
div.DivClassName
{
background-color: #FEF70D;
}
.BgClassName
{
background-color: #FEF70D;
}
</style>
border-color css
<style>
span { border-color: #FEF70D; }
span { border-color: rgb(254,247,13); }
td.TdClassName
{
border-color: #FEF70D;
}
.TagClassName
{
border-color: #FEF70D;
}
</style>