Shades of Yellow #FFFE14
Tints of Yellow #FFFE14
RGB
CMYK
RGB Variations
Color information
#FFFE14 (or 0xFFFE14) is known color: Yellow. HEX triplet: FF, FE and 14. RGB value is (255,254,20). Sum of RGB (Red+Green+Blue) = 255+254+20=529 (70% of max value = 765). Red value is 255 (100% from 255 or 48.20% from 529); Green value is 254 (99.61% from 255 or 48.02% from 529); Blue value is 20 (8.20% from 255 or 3.78% from 529); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFE14 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FFFE14 is #0001EB. Grayscale: #E4E4E4. Windows color (decimal): -492 or 1375999. OLE color: 1375999.
HSL color Cylindrical-coordinate representation of color #FFFE14: hue angle of 59.74º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FFFE14 is Cyan = 0, Magento = 0.00, Yellow = 0.92 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 254 | 20 | - |
| CMYK | 0 | 0.00 | 0.92 | 0 |
| HSL | 59.74º | 1% | 0.54% | - |
| HSV(B) | 59.74º | 0.92% | 1% | - |
| XYZ | 76.81 | 92.19 | 14.41 | - |
| YUV | 227.62 | 10.83 | 147.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 254 | 20 | 0 | 0.00 | 0.92 | 0 | 59.74 | 1 | 0.54 |
| Hex | FF | FE | 14 | 0 | 0 | 5C | 0 | 3C | 64 | 36 |
| Octal | 377 | 376 | 24 | 0 | 0 | 134 | 0 | 74 | 144 | 66 |
| Binary | 11111111 | 11111110 | 10100 | 0 | 0 | 1011100 | 0 | 111100 | 1100100 | 110110 |
Color Harmonies of #FFFE14
Complementary color
Monochromatic Colors of #FFFE14
Black with #FFFE14
Text Example
Text Example
White with #FFFE14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFE14; }
p { color: rgb(255,254,20); }
H1.HeaderClassName
{
color: #FFFE14;
}
.AnyTagClassName
{
color: #FFFE14;
}
</style>
background-color css
<style>
a { background-color: #FFFE14; }
a { background-color: rgb(255,254,20); }
div.DivClassName
{
background-color: #FFFE14;
}
.BgClassName
{
background-color: #FFFE14;
}
</style>
border-color css
<style>
span { border-color: #FFFE14; }
span { border-color: rgb(255,254,20); }
td.TdClassName
{
border-color: #FFFE14;
}
.TagClassName
{
border-color: #FFFE14;
}
</style>