Shades of Yellow #FFFE13
Tints of Yellow #FFFE13
RGB
CMYK
RGB Variations
Color information
#FFFE13 (or 0xFFFE13) is known color: Yellow. HEX triplet: FF, FE and 13. RGB value is (255,254,19). Sum of RGB (Red+Green+Blue) = 255+254+19=528 (69% of max value = 765). Red value is 255 (100% from 255 or 48.30% from 528); Green value is 254 (99.61% from 255 or 48.11% from 528); Blue value is 19 (7.81% from 255 or 3.60% from 528); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFE13 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FFFE13 is #0001EC. Grayscale: #E4E4E4. Windows color (decimal): -493 or 1310463. OLE color: 1310463.
HSL color Cylindrical-coordinate representation of color #FFFE13: hue angle of 59.75º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FFFE13 is Cyan = 0, Magento = 0.00, Yellow = 0.93 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 254 | 19 | - |
| CMYK | 0 | 0.00 | 0.93 | 0 |
| HSL | 59.75º | 1% | 0.54% | - |
| HSV(B) | 59.75º | 0.93% | 1% | - |
| XYZ | 76.8 | 92.19 | 14.36 | - |
| YUV | 227.51 | 10.33 | 147.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 254 | 19 | 0 | 0.00 | 0.93 | 0 | 59.75 | 1 | 0.54 |
| Hex | FF | FE | 13 | 0 | 0 | 5D | 0 | 3C | 64 | 36 |
| Octal | 377 | 376 | 23 | 0 | 0 | 135 | 0 | 74 | 144 | 66 |
| Binary | 11111111 | 11111110 | 10011 | 0 | 0 | 1011101 | 0 | 111100 | 1100100 | 110110 |
Color Harmonies of #FFFE13
Complementary color
Monochromatic Colors of #FFFE13
Black with #FFFE13
Text Example
Text Example
White with #FFFE13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFE13; }
p { color: rgb(255,254,19); }
H1.HeaderClassName
{
color: #FFFE13;
}
.AnyTagClassName
{
color: #FFFE13;
}
</style>
background-color css
<style>
a { background-color: #FFFE13; }
a { background-color: rgb(255,254,19); }
div.DivClassName
{
background-color: #FFFE13;
}
.BgClassName
{
background-color: #FFFE13;
}
</style>
border-color css
<style>
span { border-color: #FFFE13; }
span { border-color: rgb(255,254,19); }
td.TdClassName
{
border-color: #FFFE13;
}
.TagClassName
{
border-color: #FFFE13;
}
</style>