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