Shades of Yellow #FEFD0E
Tints of Yellow #FEFD0E
RGB
CMYK
RGB Variations
Color information
#FEFD0E (or 0xFEFD0E) is known color: Yellow. HEX triplet: FE, FD and 0E. RGB value is (254,253,14). Sum of RGB (Red+Green+Blue) = 254+253+14=521 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.75% from 521); Green value is 253 (99.22% from 255 or 48.56% from 521); Blue value is 14 (5.86% from 255 or 2.69% from 521); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFD0E is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FEFD0E is #0102F1. Grayscale: #E3E3E3. Windows color (decimal): -66290 or 982526. OLE color: 982526.
HSL color Cylindrical-coordinate representation of color #FEFD0E: hue angle of 59.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 #FEFD0E is Cyan = 0, Magento = 0.00, Yellow = 0.94 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 253 | 14 | - |
| CMYK | 0 | 0.00 | 0.94 | 0.00 |
| HSL | 59.75º | 0.99% | 0.53% | - |
| HSV(B) | 59.75º | 0.94% | 1% | - |
| XYZ | 76.08 | 91.35 | 14.04 | - |
| YUV | 226.05 | 8.33 | 147.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 253 | 14 | 0 | 0.00 | 0.94 | 0.00 | 59.75 | 0.99 | 0.53 |
| Hex | FE | FD | E | 0 | 0 | 5E | 0 | 3C | 63 | 35 |
| Octal | 376 | 375 | 16 | 0 | 0 | 136 | 0 | 74 | 143 | 65 |
| Binary | 11111110 | 11111101 | 1110 | 0 | 0 | 1011110 | 0 | 111100 | 1100011 | 110101 |
Color Harmonies of #FEFD0E
Complementary color
Monochromatic Colors of #FEFD0E
Black with #FEFD0E
Text Example
Text Example
White with #FEFD0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEFD0E; }
p { color: rgb(254,253,14); }
H1.HeaderClassName
{
color: #FEFD0E;
}
.AnyTagClassName
{
color: #FEFD0E;
}
</style>
background-color css
<style>
a { background-color: #FEFD0E; }
a { background-color: rgb(254,253,14); }
div.DivClassName
{
background-color: #FEFD0E;
}
.BgClassName
{
background-color: #FEFD0E;
}
</style>
border-color css
<style>
span { border-color: #FEFD0E; }
span { border-color: rgb(254,253,14); }
td.TdClassName
{
border-color: #FEFD0E;
}
.TagClassName
{
border-color: #FEFD0E;
}
</style>