Shades of Yellow #FFFE16
Tints of Yellow #FFFE16
RGB
CMYK
RGB Variations
Color information
#FFFE16 (or 0xFFFE16) is known color: Yellow. HEX triplet: FF, FE and 16. RGB value is (255,254,22). Sum of RGB (Red+Green+Blue) = 255+254+22=531 (70% of max value = 765). Red value is 255 (100% from 255 or 48.02% from 531); Green value is 254 (99.61% from 255 or 47.83% from 531); Blue value is 22 (8.98% from 255 or 4.14% from 531); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFE16 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FFFE16 is #0001E9. Grayscale: #E4E4E4. Windows color (decimal): -490 or 1507071. OLE color: 1507071.
HSL color Cylindrical-coordinate representation of color #FFFE16: hue angle of 59.74º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FFFE16 is Cyan = 0, Magento = 0.00, Yellow = 0.91 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 254 | 22 | - |
| CMYK | 0 | 0.00 | 0.91 | 0 |
| HSL | 59.74º | 1% | 0.54% | - |
| HSV(B) | 59.74º | 0.91% | 1% | - |
| XYZ | 76.83 | 92.2 | 14.51 | - |
| YUV | 227.85 | 11.83 | 147.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 254 | 22 | 0 | 0.00 | 0.91 | 0 | 59.74 | 1 | 0.54 |
| Hex | FF | FE | 16 | 0 | 0 | 5B | 0 | 3C | 64 | 36 |
| Octal | 377 | 376 | 26 | 0 | 0 | 133 | 0 | 74 | 144 | 66 |
| Binary | 11111111 | 11111110 | 10110 | 0 | 0 | 1011011 | 0 | 111100 | 1100100 | 110110 |
Color Harmonies of #FFFE16
Complementary color
Monochromatic Colors of #FFFE16
Black with #FFFE16
Text Example
Text Example
White with #FFFE16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFE16; }
p { color: rgb(255,254,22); }
H1.HeaderClassName
{
color: #FFFE16;
}
.AnyTagClassName
{
color: #FFFE16;
}
</style>
background-color css
<style>
a { background-color: #FFFE16; }
a { background-color: rgb(255,254,22); }
div.DivClassName
{
background-color: #FFFE16;
}
.BgClassName
{
background-color: #FFFE16;
}
</style>
border-color css
<style>
span { border-color: #FFFE16; }
span { border-color: rgb(255,254,22); }
td.TdClassName
{
border-color: #FFFE16;
}
.TagClassName
{
border-color: #FFFE16;
}
</style>