Shades of Yellow #FDFE17
Tints of Yellow #FDFE17
RGB
CMYK
RGB Variations
Color information
#FDFE17 (or 0xFDFE17) is known color: Yellow. HEX triplet: FD, FE and 17. RGB value is (253,254,23). Sum of RGB (Red+Green+Blue) = 253+254+23=530 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.74% from 530); Green value is 254 (99.61% from 255 or 47.92% from 530); Blue value is 23 (9.38% from 255 or 4.34% from 530); Max value from RGB is 254 - color contains mainly: green. Hex color #FDFE17 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FDFE17 is #0201E8. Grayscale: #E4E4E4. Windows color (decimal): -131561 or 1572605. OLE color: 1572605.
HSL color Cylindrical-coordinate representation of color #FDFE17: 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 #FDFE17 is Cyan = 0.00, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 253 | 254 | 23 | - |
| CMYK | 0.00 | 0 | 0.91 | 0.00 |
| HSL | 60.26º | 0.99% | 0.54% | - |
| HSV(B) | 60.26º | 0.91% | 1% | - |
| XYZ | 76.1 | 91.83 | 14.52 | - |
| YUV | 227.37 | 12.67 | 146.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 254 | 23 | 0.00 | 0 | 0.91 | 0.00 | 60.26 | 0.99 | 0.54 |
| Hex | FD | FE | 17 | 0 | 0 | 5B | 0 | 3C | 63 | 36 |
| Octal | 375 | 376 | 27 | 0 | 0 | 133 | 0 | 74 | 143 | 66 |
| Binary | 11111101 | 11111110 | 10111 | 0 | 0 | 1011011 | 0 | 111100 | 1100011 | 110110 |
Color Harmonies of #FDFE17
Complementary color
Monochromatic Colors of #FDFE17
Black with #FDFE17
Text Example
Text Example
White with #FDFE17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDFE17; }
p { color: rgb(253,254,23); }
H1.HeaderClassName
{
color: #FDFE17;
}
.AnyTagClassName
{
color: #FDFE17;
}
</style>
background-color css
<style>
a { background-color: #FDFE17; }
a { background-color: rgb(253,254,23); }
div.DivClassName
{
background-color: #FDFE17;
}
.BgClassName
{
background-color: #FDFE17;
}
</style>
border-color css
<style>
span { border-color: #FDFE17; }
span { border-color: rgb(253,254,23); }
td.TdClassName
{
border-color: #FDFE17;
}
.TagClassName
{
border-color: #FDFE17;
}
</style>