Shades of Yellow #FEFD05
Tints of Yellow #FEFD05
RGB
CMYK
RGB Variations
Color information
#FEFD05 (or 0xFEFD05) is known color: Yellow. HEX triplet: FE, FD and 05. RGB value is (254,253,5). Sum of RGB (Red+Green+Blue) = 254+253+5=512 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.61% from 512); Green value is 253 (99.22% from 255 or 49.41% from 512); Blue value is 5 (2.34% from 255 or 0.98% from 512); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFD05 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FEFD05 is #0102FA. Grayscale: #E2E2E2. Windows color (decimal): -66299 or 392702. OLE color: 392702.
HSL color Cylindrical-coordinate representation of color #FEFD05: hue angle of 59.76º 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 #FEFD05 is Cyan = 0, Magento = 0.00, Yellow = 0.98 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 253 | 5 | - |
| CMYK | 0 | 0.00 | 0.98 | 0.00 |
| HSL | 59.76º | 0.99% | 0.51% | - |
| HSV(B) | 59.76º | 0.98% | 1% | - |
| XYZ | 76.03 | 91.33 | 13.77 | - |
| YUV | 225.03 | 3.83 | 148.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 253 | 5 | 0 | 0.00 | 0.98 | 0.00 | 59.76 | 0.99 | 0.51 |
| Hex | FE | FD | 5 | 0 | 0 | 62 | 0 | 3C | 63 | 33 |
| Octal | 376 | 375 | 5 | 0 | 0 | 142 | 0 | 74 | 143 | 63 |
| Binary | 11111110 | 11111101 | 101 | 0 | 0 | 1100010 | 0 | 111100 | 1100011 | 110011 |
Color Harmonies of #FEFD05
Complementary color
Monochromatic Colors of #FEFD05
Black with #FEFD05
Text Example
Text Example
White with #FEFD05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEFD05; }
p { color: rgb(254,253,5); }
H1.HeaderClassName
{
color: #FEFD05;
}
.AnyTagClassName
{
color: #FEFD05;
}
</style>
background-color css
<style>
a { background-color: #FEFD05; }
a { background-color: rgb(254,253,5); }
div.DivClassName
{
background-color: #FEFD05;
}
.BgClassName
{
background-color: #FEFD05;
}
</style>
border-color css
<style>
span { border-color: #FEFD05; }
span { border-color: rgb(254,253,5); }
td.TdClassName
{
border-color: #FEFD05;
}
.TagClassName
{
border-color: #FEFD05;
}
</style>