Shades of Yellow #FEF401
Tints of Yellow #FEF401
RGB
CMYK
RGB Variations
Color information
#FEF401 (or 0xFEF401) is known color: Yellow. HEX triplet: FE, F4 and 01. RGB value is (254,244,1). Sum of RGB (Red+Green+Blue) = 254+244+1=499 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.90% from 499); Green value is 244 (95.70% from 255 or 48.90% from 499); Blue value is 1 (0.78% from 255 or 0.20% from 499); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF401 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FEF401 is #010BFE. Grayscale: #DCDCDC. Windows color (decimal): -68607 or 128254. OLE color: 128254.
HSL color Cylindrical-coordinate representation of color #FEF401: hue angle of 57.63º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FEF401 is Cyan = 0, Magento = 0.04, Yellow = 1.00 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 244 | 1 | - |
| CMYK | 0 | 0.04 | 1.00 | 0.00 |
| HSL | 57.63º | 0.99% | 0.5% | - |
| HSV(B) | 57.63º | 1% | 1% | - |
| XYZ | 73.23 | 85.77 | 12.73 | - |
| YUV | 219.29 | 4.81 | 152.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 244 | 1 | 0 | 0.04 | 1.00 | 0.00 | 57.63 | 0.99 | 0.5 |
| Hex | FE | F4 | 1 | 0 | 4 | 64 | 0 | 3A | 63 | 32 |
| Octal | 376 | 364 | 1 | 0 | 4 | 144 | 0 | 72 | 143 | 62 |
| Binary | 11111110 | 11110100 | 1 | 0 | 100 | 1100100 | 0 | 111010 | 1100011 | 110010 |
Color Harmonies of #FEF401
Complementary color
Monochromatic Colors of #FEF401
Black with #FEF401
Text Example
Text Example
White with #FEF401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF401; }
p { color: rgb(254,244,1); }
H1.HeaderClassName
{
color: #FEF401;
}
.AnyTagClassName
{
color: #FEF401;
}
</style>
background-color css
<style>
a { background-color: #FEF401; }
a { background-color: rgb(254,244,1); }
div.DivClassName
{
background-color: #FEF401;
}
.BgClassName
{
background-color: #FEF401;
}
</style>
border-color css
<style>
span { border-color: #FEF401; }
span { border-color: rgb(254,244,1); }
td.TdClassName
{
border-color: #FEF401;
}
.TagClassName
{
border-color: #FEF401;
}
</style>