Shades of Yellow #FEF90E
Tints of Yellow #FEF90E
RGB
CMYK
RGB Variations
Color information
#FEF90E (or 0xFEF90E) is known color: Yellow. HEX triplet: FE, F9 and 0E. RGB value is (254,249,14). Sum of RGB (Red+Green+Blue) = 254+249+14=517 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.13% from 517); Green value is 249 (97.66% from 255 or 48.16% from 517); Blue value is 14 (5.86% from 255 or 2.71% from 517); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF90E is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FEF90E is #0106F1. Grayscale: #E0E0E0. Windows color (decimal): -67314 or 981502. OLE color: 981502.
HSL color Cylindrical-coordinate representation of color #FEF90E: hue angle of 58.75º 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 #FEF90E is Cyan = 0, Magento = 0.02, Yellow = 0.94 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 249 | 14 | - |
| CMYK | 0 | 0.02 | 0.94 | 0.00 |
| HSL | 58.75º | 0.99% | 0.53% | - |
| HSV(B) | 58.75º | 0.94% | 1% | - |
| XYZ | 74.83 | 88.85 | 13.62 | - |
| YUV | 223.71 | 9.66 | 149.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 249 | 14 | 0 | 0.02 | 0.94 | 0.00 | 58.75 | 0.99 | 0.53 |
| Hex | FE | F9 | E | 0 | 2 | 5E | 0 | 3B | 63 | 35 |
| Octal | 376 | 371 | 16 | 0 | 2 | 136 | 0 | 73 | 143 | 65 |
| Binary | 11111110 | 11111001 | 1110 | 0 | 10 | 1011110 | 0 | 111011 | 1100011 | 110101 |
Color Harmonies of #FEF90E
Complementary color
Monochromatic Colors of #FEF90E
Black with #FEF90E
Text Example
Text Example
White with #FEF90E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF90E; }
p { color: rgb(254,249,14); }
H1.HeaderClassName
{
color: #FEF90E;
}
.AnyTagClassName
{
color: #FEF90E;
}
</style>
background-color css
<style>
a { background-color: #FEF90E; }
a { background-color: rgb(254,249,14); }
div.DivClassName
{
background-color: #FEF90E;
}
.BgClassName
{
background-color: #FEF90E;
}
</style>
border-color css
<style>
span { border-color: #FEF90E; }
span { border-color: rgb(254,249,14); }
td.TdClassName
{
border-color: #FEF90E;
}
.TagClassName
{
border-color: #FEF90E;
}
</style>