Shades of Yellow #FFFD13
Tints of Yellow #FFFD13
RGB
CMYK
RGB Variations
Color information
#FFFD13 (or 0xFFFD13) is known color: Yellow. HEX triplet: FF, FD and 13. RGB value is (255,253,19). Sum of RGB (Red+Green+Blue) = 255+253+19=527 (69% of max value = 765). Red value is 255 (100% from 255 or 48.39% from 527); Green value is 253 (99.22% from 255 or 48.01% from 527); Blue value is 19 (7.81% from 255 or 3.61% from 527); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFD13 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FFFD13 is #0002EC. Grayscale: #E3E3E3. Windows color (decimal): -749 or 1310207. OLE color: 1310207.
HSL color Cylindrical-coordinate representation of color #FFFD13: hue angle of 59.49º 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 #FFFD13 is Cyan = 0, Magento = 0.01, Yellow = 0.93 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 253 | 19 | - |
| CMYK | 0 | 0.01 | 0.93 | 0 |
| HSL | 59.49º | 1% | 0.54% | - |
| HSV(B) | 59.49º | 0.93% | 1% | - |
| XYZ | 76.48 | 91.56 | 14.26 | - |
| YUV | 226.92 | 10.66 | 148.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 253 | 19 | 0 | 0.01 | 0.93 | 0 | 59.49 | 1 | 0.54 |
| Hex | FF | FD | 13 | 0 | 1 | 5D | 0 | 3B | 64 | 36 |
| Octal | 377 | 375 | 23 | 0 | 1 | 135 | 0 | 73 | 144 | 66 |
| Binary | 11111111 | 11111101 | 10011 | 0 | 1 | 1011101 | 0 | 111011 | 1100100 | 110110 |
Color Harmonies of #FFFD13
Complementary color
Monochromatic Colors of #FFFD13
Black with #FFFD13
Text Example
Text Example
White with #FFFD13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFD13; }
p { color: rgb(255,253,19); }
H1.HeaderClassName
{
color: #FFFD13;
}
.AnyTagClassName
{
color: #FFFD13;
}
</style>
background-color css
<style>
a { background-color: #FFFD13; }
a { background-color: rgb(255,253,19); }
div.DivClassName
{
background-color: #FFFD13;
}
.BgClassName
{
background-color: #FFFD13;
}
</style>
border-color css
<style>
span { border-color: #FFFD13; }
span { border-color: rgb(255,253,19); }
td.TdClassName
{
border-color: #FFFD13;
}
.TagClassName
{
border-color: #FFFD13;
}
</style>