Shades of Yellow #FEFF05
Tints of Yellow #FEFF05
RGB
CMYK
RGB Variations
Color information
#FEFF05 (or 0xFEFF05) is known color: Yellow. HEX triplet: FE, FF and 05. RGB value is (254,255,5). Sum of RGB (Red+Green+Blue) = 254+255+5=514 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.42% from 514); Green value is 255 (100% from 255 or 49.61% from 514); Blue value is 5 (2.34% from 255 or 0.97% from 514); Max value from RGB is 255 - color contains mainly: green. Hex color #FEFF05 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FEFF05 is #0100FA. Grayscale: #E3E3E3. Windows color (decimal): -65787 or 393214. OLE color: 393214.
HSL color Cylindrical-coordinate representation of color #FEFF05: hue angle of 60.24º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FEFF05 is Cyan = 0.00, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.
Color convert
| RGB | 254 | 255 | 5 | - |
| CMYK | 0.00 | 0 | 0.98 | 0 |
| HSL | 60.24º | 1% | 0.51% | - |
| HSV(B) | 60.24º | 0.98% | 1% | - |
| XYZ | 76.66 | 92.6 | 13.98 | - |
| YUV | 226.2 | 3.17 | 147.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 255 | 5 | 0.00 | 0 | 0.98 | 0 | 60.24 | 1 | 0.51 |
| Hex | FE | FF | 5 | 0 | 0 | 62 | 0 | 3C | 64 | 33 |
| Octal | 376 | 377 | 5 | 0 | 0 | 142 | 0 | 74 | 144 | 63 |
| Binary | 11111110 | 11111111 | 101 | 0 | 0 | 1100010 | 0 | 111100 | 1100100 | 110011 |
Color Harmonies of #FEFF05
Complementary color
Monochromatic Colors of #FEFF05
Black with #FEFF05
Text Example
Text Example
White with #FEFF05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEFF05; }
p { color: rgb(254,255,5); }
H1.HeaderClassName
{
color: #FEFF05;
}
.AnyTagClassName
{
color: #FEFF05;
}
</style>
background-color css
<style>
a { background-color: #FEFF05; }
a { background-color: rgb(254,255,5); }
div.DivClassName
{
background-color: #FEFF05;
}
.BgClassName
{
background-color: #FEFF05;
}
</style>
border-color css
<style>
span { border-color: #FEFF05; }
span { border-color: rgb(254,255,5); }
td.TdClassName
{
border-color: #FEFF05;
}
.TagClassName
{
border-color: #FEFF05;
}
</style>