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