Shades of Yellow #FEFD00
Tints of Yellow #FEFD00
RGB
CMYK
RGB Variations
Color information
#FEFD00 (or 0xFEFD00) is known color: Yellow. HEX triplet: FE, FD and 00. RGB value is (254,253,0). Sum of RGB (Red+Green+Blue) = 254+253+0=507 (67% of max value = 765). Red value is 254 (99.61% from 255 or 50.10% from 507); Green value is 253 (99.22% from 255 or 49.90% from 507); Blue value is 0 (0.39% from 255 or 0% from 507); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFD00 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FEFD00 is #0102FF. Grayscale: #E1E1E1. Windows color (decimal): -66304 or 65022. OLE color: 65022.
HSL color Cylindrical-coordinate representation of color #FEFD00: hue angle of 59.76º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FEFD00 is Cyan = 0, Magento = 0.00, Yellow = 1 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 253 | 0 | - |
| CMYK | 0 | 0.00 | 1 | 0.00 |
| HSL | 59.76º | 1% | 0.5% | - |
| HSV(B) | 59.76º | 1% | 1% | - |
| XYZ | 76 | 91.32 | 13.62 | - |
| YUV | 224.46 | 1.33 | 149.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 253 | 0 | 0 | 0.00 | 1 | 0.00 | 59.76 | 1 | 0.5 |
| Hex | FE | FD | 0 | 0 | 0 | 64 | 0 | 3C | 64 | 32 |
| Octal | 376 | 375 | 0 | 0 | 0 | 144 | 0 | 74 | 144 | 62 |
| Binary | 11111110 | 11111101 | 0 | 0 | 0 | 1100100 | 0 | 111100 | 1100100 | 110010 |
Color Harmonies of #FEFD00
Complementary color
Monochromatic Colors of #FEFD00
Black with #FEFD00
Text Example
Text Example
White with #FEFD00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEFD00; }
p { color: rgb(254,253,0); }
H1.HeaderClassName
{
color: #FEFD00;
}
.AnyTagClassName
{
color: #FEFD00;
}
</style>
background-color css
<style>
a { background-color: #FEFD00; }
a { background-color: rgb(254,253,0); }
div.DivClassName
{
background-color: #FEFD00;
}
.BgClassName
{
background-color: #FEFD00;
}
</style>
border-color css
<style>
span { border-color: #FEFD00; }
span { border-color: rgb(254,253,0); }
td.TdClassName
{
border-color: #FEFD00;
}
.TagClassName
{
border-color: #FEFD00;
}
</style>