Shades of Yellow #FDFE13
Tints of Yellow #FDFE13
RGB
CMYK
RGB Variations
Color information
#FDFE13 (or 0xFDFE13) is known color: Yellow. HEX triplet: FD, FE and 13. RGB value is (253,254,19). Sum of RGB (Red+Green+Blue) = 253+254+19=526 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.10% from 526); Green value is 254 (99.61% from 255 or 48.29% from 526); Blue value is 19 (7.81% from 255 or 3.61% from 526); Max value from RGB is 254 - color contains mainly: green. Hex color #FDFE13 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FDFE13 is #0201EC. Grayscale: #E3E3E3. Windows color (decimal): -131565 or 1310461. OLE color: 1310461.
HSL color Cylindrical-coordinate representation of color #FDFE13: 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.93%. Process color model (Four color, CMYK) of #FDFE13 is Cyan = 0.00, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 253 | 254 | 19 | - |
| CMYK | 0.00 | 0 | 0.93 | 0.00 |
| HSL | 60.26º | 0.99% | 0.54% | - |
| HSV(B) | 60.26º | 0.93% | 1% | - |
| XYZ | 76.07 | 91.81 | 14.33 | - |
| YUV | 226.91 | 10.67 | 146.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 254 | 19 | 0.00 | 0 | 0.93 | 0.00 | 60.26 | 0.99 | 0.54 |
| Hex | FD | FE | 13 | 0 | 0 | 5D | 0 | 3C | 63 | 36 |
| Octal | 375 | 376 | 23 | 0 | 0 | 135 | 0 | 74 | 143 | 66 |
| Binary | 11111101 | 11111110 | 10011 | 0 | 0 | 1011101 | 0 | 111100 | 1100011 | 110110 |
Color Harmonies of #FDFE13
Complementary color
Monochromatic Colors of #FDFE13
Black with #FDFE13
Text Example
Text Example
White with #FDFE13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDFE13; }
p { color: rgb(253,254,19); }
H1.HeaderClassName
{
color: #FDFE13;
}
.AnyTagClassName
{
color: #FDFE13;
}
</style>
background-color css
<style>
a { background-color: #FDFE13; }
a { background-color: rgb(253,254,19); }
div.DivClassName
{
background-color: #FDFE13;
}
.BgClassName
{
background-color: #FDFE13;
}
</style>
border-color css
<style>
span { border-color: #FDFE13; }
span { border-color: rgb(253,254,19); }
td.TdClassName
{
border-color: #FDFE13;
}
.TagClassName
{
border-color: #FDFE13;
}
</style>