Shades of Yellow #FEF80E
Tints of Yellow #FEF80E
RGB
CMYK
RGB Variations
Color information
#FEF80E (or 0xFEF80E) is known color: Yellow. HEX triplet: FE, F8 and 0E. RGB value is (254,248,14). Sum of RGB (Red+Green+Blue) = 254+248+14=516 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.22% from 516); Green value is 248 (97.27% from 255 or 48.06% from 516); Blue value is 14 (5.86% from 255 or 2.71% from 516); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF80E is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FEF80E is #0107F1. Grayscale: #E0E0E0. Windows color (decimal): -67570 or 981246. OLE color: 981246.
HSL color Cylindrical-coordinate representation of color #FEF80E: hue angle of 58.5º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FEF80E is Cyan = 0, Magento = 0.02, Yellow = 0.94 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 248 | 14 | - |
| CMYK | 0 | 0.02 | 0.94 | 0.00 |
| HSL | 58.5º | 0.99% | 0.53% | - |
| HSV(B) | 58.5º | 0.94% | 1% | - |
| XYZ | 74.52 | 88.24 | 13.52 | - |
| YUV | 223.12 | 9.99 | 150.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 248 | 14 | 0 | 0.02 | 0.94 | 0.00 | 58.5 | 0.99 | 0.53 |
| Hex | FE | F8 | E | 0 | 2 | 5E | 0 | 3A | 63 | 35 |
| Octal | 376 | 370 | 16 | 0 | 2 | 136 | 0 | 72 | 143 | 65 |
| Binary | 11111110 | 11111000 | 1110 | 0 | 10 | 1011110 | 0 | 111010 | 1100011 | 110101 |
Color Harmonies of #FEF80E
Complementary color
Monochromatic Colors of #FEF80E
Black with #FEF80E
Text Example
Text Example
White with #FEF80E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF80E; }
p { color: rgb(254,248,14); }
H1.HeaderClassName
{
color: #FEF80E;
}
.AnyTagClassName
{
color: #FEF80E;
}
</style>
background-color css
<style>
a { background-color: #FEF80E; }
a { background-color: rgb(254,248,14); }
div.DivClassName
{
background-color: #FEF80E;
}
.BgClassName
{
background-color: #FEF80E;
}
</style>
border-color css
<style>
span { border-color: #FEF80E; }
span { border-color: rgb(254,248,14); }
td.TdClassName
{
border-color: #FEF80E;
}
.TagClassName
{
border-color: #FEF80E;
}
</style>