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