Shades of Yellow #FFFE00
Tints of Yellow #FFFE00
RGB
CMYK
RGB Variations
Color information
#FFFE00 (or 0xFFFE00) is known color: Yellow. HEX triplet: FF, FE and 00. RGB value is (255,254,0). Sum of RGB (Red+Green+Blue) = 255+254+0=509 (67% of max value = 765). Red value is 255 (100% from 255 or 50.10% from 509); Green value is 254 (99.61% from 255 or 49.90% from 509); Blue value is 0 (0.39% from 255 or 0% from 509); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFE00 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FFFE00 is #0001FF. Grayscale: #E2E2E2. Windows color (decimal): -512 or 65279. OLE color: 65279.
HSL color Cylindrical-coordinate representation of color #FFFE00: 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 #FFFE00 is Cyan = 0, Magento = 0.00, Yellow = 1 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 254 | 0 | - |
| CMYK | 0 | 0.00 | 1 | 0 |
| HSL | 59.76º | 1% | 0.5% | - |
| HSV(B) | 59.76º | 1% | 1% | - |
| XYZ | 76.68 | 92.14 | 13.74 | - |
| YUV | 225.34 | 0.83 | 149.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 254 | 0 | 0 | 0.00 | 1 | 0 | 59.76 | 1 | 0.5 |
| Hex | FF | FE | 0 | 0 | 0 | 64 | 0 | 3C | 64 | 32 |
| Octal | 377 | 376 | 0 | 0 | 0 | 144 | 0 | 74 | 144 | 62 |
| Binary | 11111111 | 11111110 | 0 | 0 | 0 | 1100100 | 0 | 111100 | 1100100 | 110010 |
Color Harmonies of #FFFE00
Complementary color
Monochromatic Colors of #FFFE00
Black with #FFFE00
Text Example
Text Example
White with #FFFE00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFE00; }
p { color: rgb(255,254,0); }
H1.HeaderClassName
{
color: #FFFE00;
}
.AnyTagClassName
{
color: #FFFE00;
}
</style>
background-color css
<style>
a { background-color: #FFFE00; }
a { background-color: rgb(255,254,0); }
div.DivClassName
{
background-color: #FFFE00;
}
.BgClassName
{
background-color: #FFFE00;
}
</style>
border-color css
<style>
span { border-color: #FFFE00; }
span { border-color: rgb(255,254,0); }
td.TdClassName
{
border-color: #FFFE00;
}
.TagClassName
{
border-color: #FFFE00;
}
</style>