Shades of Yellow #FEFD01
Tints of Yellow #FEFD01
RGB
CMYK
RGB Variations
Color information
#FEFD01 (or 0xFEFD01) is known color: Yellow. HEX triplet: FE, FD and 01. RGB value is (254,253,1). Sum of RGB (Red+Green+Blue) = 254+253+1=508 (67% of max value = 765). Red value is 254 (99.61% from 255 or 50% from 508); Green value is 253 (99.22% from 255 or 49.80% from 508); Blue value is 1 (0.78% from 255 or 0.20% from 508); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFD01 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FEFD01 is #0102FE. Grayscale: #E1E1E1. Windows color (decimal): -66303 or 130558. OLE color: 130558.
HSL color Cylindrical-coordinate representation of color #FEFD01: hue angle of 59.76º 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 #FEFD01 is Cyan = 0, Magento = 0.00, Yellow = 1.00 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 253 | 1 | - |
| CMYK | 0 | 0.00 | 1.00 | 0.00 |
| HSL | 59.76º | 0.99% | 0.5% | - |
| HSV(B) | 59.76º | 1% | 1% | - |
| XYZ | 76 | 91.32 | 13.65 | - |
| YUV | 224.57 | 1.83 | 148.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 253 | 1 | 0 | 0.00 | 1.00 | 0.00 | 59.76 | 0.99 | 0.5 |
| Hex | FE | FD | 1 | 0 | 0 | 64 | 0 | 3C | 63 | 32 |
| Octal | 376 | 375 | 1 | 0 | 0 | 144 | 0 | 74 | 143 | 62 |
| Binary | 11111110 | 11111101 | 1 | 0 | 0 | 1100100 | 0 | 111100 | 1100011 | 110010 |
Color Harmonies of #FEFD01
Complementary color
Monochromatic Colors of #FEFD01
Black with #FEFD01
Text Example
Text Example
White with #FEFD01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEFD01; }
p { color: rgb(254,253,1); }
H1.HeaderClassName
{
color: #FEFD01;
}
.AnyTagClassName
{
color: #FEFD01;
}
</style>
background-color css
<style>
a { background-color: #FEFD01; }
a { background-color: rgb(254,253,1); }
div.DivClassName
{
background-color: #FEFD01;
}
.BgClassName
{
background-color: #FEFD01;
}
</style>
border-color css
<style>
span { border-color: #FEFD01; }
span { border-color: rgb(254,253,1); }
td.TdClassName
{
border-color: #FEFD01;
}
.TagClassName
{
border-color: #FEFD01;
}
</style>