Shades of Yellow #FEF405
Tints of Yellow #FEF405
RGB
CMYK
RGB Variations
Color information
#FEF405 (or 0xFEF405) is known color: Yellow. HEX triplet: FE, F4 and 05. RGB value is (254,244,5). Sum of RGB (Red+Green+Blue) = 254+244+5=503 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.50% from 503); Green value is 244 (95.70% from 255 or 48.51% from 503); Blue value is 5 (2.34% from 255 or 0.99% from 503); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF405 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FEF405 is #010BFA. Grayscale: #DCDCDC. Windows color (decimal): -68603 or 390398. OLE color: 390398.
HSL color Cylindrical-coordinate representation of color #FEF405: hue angle of 57.59º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FEF405 is Cyan = 0, Magento = 0.04, Yellow = 0.98 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 244 | 5 | - |
| CMYK | 0 | 0.04 | 0.98 | 0.00 |
| HSL | 57.59º | 0.99% | 0.51% | - |
| HSV(B) | 57.59º | 0.98% | 1% | - |
| XYZ | 73.25 | 85.78 | 12.84 | - |
| YUV | 219.74 | 6.81 | 152.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 244 | 5 | 0 | 0.04 | 0.98 | 0.00 | 57.59 | 0.99 | 0.51 |
| Hex | FE | F4 | 5 | 0 | 4 | 62 | 0 | 3A | 63 | 33 |
| Octal | 376 | 364 | 5 | 0 | 4 | 142 | 0 | 72 | 143 | 63 |
| Binary | 11111110 | 11110100 | 101 | 0 | 100 | 1100010 | 0 | 111010 | 1100011 | 110011 |
Color Harmonies of #FEF405
Complementary color
Monochromatic Colors of #FEF405
Black with #FEF405
Text Example
Text Example
White with #FEF405
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF405; }
p { color: rgb(254,244,5); }
H1.HeaderClassName
{
color: #FEF405;
}
.AnyTagClassName
{
color: #FEF405;
}
</style>
background-color css
<style>
a { background-color: #FEF405; }
a { background-color: rgb(254,244,5); }
div.DivClassName
{
background-color: #FEF405;
}
.BgClassName
{
background-color: #FEF405;
}
</style>
border-color css
<style>
span { border-color: #FEF405; }
span { border-color: rgb(254,244,5); }
td.TdClassName
{
border-color: #FEF405;
}
.TagClassName
{
border-color: #FEF405;
}
</style>