Shades of Yellow #FEFE05
Tints of Yellow #FEFE05
RGB
CMYK
RGB Variations
Color information
#FEFE05 (or 0xFEFE05) is known color: Yellow. HEX triplet: FE, FE and 05. RGB value is (254,254,5). Sum of RGB (Red+Green+Blue) = 254+254+5=513 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.51% from 513); Green value is 254 (99.61% from 255 or 49.51% from 513); Blue value is 5 (2.34% from 255 or 0.97% from 513); Max value from RGB is 254 - color contains mainly: red, green. Hex color #FEFE05 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FEFE05 is #0101FA. Grayscale: #E2E2E2. Windows color (decimal): -66043 or 392958. OLE color: 392958.
HSL color Cylindrical-coordinate representation of color #FEFE05: hue angle of 60º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FEFE05 is Cyan = 0, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 254 | 5 | - |
| CMYK | 0 | 0 | 0.98 | 0.00 |
| HSL | 60º | 0.99% | 0.51% | - |
| HSV(B) | 60º | 0.98% | 1% | - |
| XYZ | 76.34 | 91.97 | 13.87 | - |
| YUV | 225.61 | 3.5 | 148.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 254 | 5 | 0 | 0 | 0.98 | 0.00 | 60 | 0.99 | 0.51 |
| Hex | FE | FE | 5 | 0 | 0 | 62 | 0 | 3C | 63 | 33 |
| Octal | 376 | 376 | 5 | 0 | 0 | 142 | 0 | 74 | 143 | 63 |
| Binary | 11111110 | 11111110 | 101 | 0 | 0 | 1100010 | 0 | 111100 | 1100011 | 110011 |
Color Harmonies of #FEFE05
Complementary color
Monochromatic Colors of #FEFE05
Black with #FEFE05
Text Example
Text Example
White with #FEFE05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEFE05; }
p { color: rgb(254,254,5); }
H1.HeaderClassName
{
color: #FEFE05;
}
.AnyTagClassName
{
color: #FEFE05;
}
</style>
background-color css
<style>
a { background-color: #FEFE05; }
a { background-color: rgb(254,254,5); }
div.DivClassName
{
background-color: #FEFE05;
}
.BgClassName
{
background-color: #FEFE05;
}
</style>
border-color css
<style>
span { border-color: #FEFE05; }
span { border-color: rgb(254,254,5); }
td.TdClassName
{
border-color: #FEFE05;
}
.TagClassName
{
border-color: #FEFE05;
}
</style>