Shades of Yellow #FDFE16
Tints of Yellow #FDFE16
RGB
CMYK
RGB Variations
Color information
#FDFE16 (or 0xFDFE16) is known color: Yellow. HEX triplet: FD, FE and 16. RGB value is (253,254,22). Sum of RGB (Red+Green+Blue) = 253+254+22=529 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.83% from 529); Green value is 254 (99.61% from 255 or 48.02% from 529); Blue value is 22 (8.98% from 255 or 4.16% from 529); Max value from RGB is 254 - color contains mainly: green. Hex color #FDFE16 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FDFE16 is #0201E9. Grayscale: #E4E4E4. Windows color (decimal): -131562 or 1507069. OLE color: 1507069.
HSL color Cylindrical-coordinate representation of color #FDFE16: hue angle of 60.26º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FDFE16 is Cyan = 0.00, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 253 | 254 | 22 | - |
| CMYK | 0.00 | 0 | 0.91 | 0.00 |
| HSL | 60.26º | 0.99% | 0.54% | - |
| HSV(B) | 60.26º | 0.91% | 1% | - |
| XYZ | 76.09 | 91.82 | 14.47 | - |
| YUV | 227.25 | 12.17 | 146.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 254 | 22 | 0.00 | 0 | 0.91 | 0.00 | 60.26 | 0.99 | 0.54 |
| Hex | FD | FE | 16 | 0 | 0 | 5B | 0 | 3C | 63 | 36 |
| Octal | 375 | 376 | 26 | 0 | 0 | 133 | 0 | 74 | 143 | 66 |
| Binary | 11111101 | 11111110 | 10110 | 0 | 0 | 1011011 | 0 | 111100 | 1100011 | 110110 |
Color Harmonies of #FDFE16
Complementary color
Monochromatic Colors of #FDFE16
Black with #FDFE16
Text Example
Text Example
White with #FDFE16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDFE16; }
p { color: rgb(253,254,22); }
H1.HeaderClassName
{
color: #FDFE16;
}
.AnyTagClassName
{
color: #FDFE16;
}
</style>
background-color css
<style>
a { background-color: #FDFE16; }
a { background-color: rgb(253,254,22); }
div.DivClassName
{
background-color: #FDFE16;
}
.BgClassName
{
background-color: #FDFE16;
}
</style>
border-color css
<style>
span { border-color: #FDFE16; }
span { border-color: rgb(253,254,22); }
td.TdClassName
{
border-color: #FDFE16;
}
.TagClassName
{
border-color: #FDFE16;
}
</style>