Shades of Pumpkin #FD710D
Tints of Pumpkin #FD710D
RGB
CMYK
RGB Variations
Color information
#FD710D (or 0xFD710D) is known color: Pumpkin. HEX triplet: FD, 71 and 0D. RGB value is (253,113,13). Sum of RGB (Red+Green+Blue) = 253+113+13=379 (50% of max value = 765). Red value is 253 (99.22% from 255 or 66.75% from 379); Green value is 113 (44.53% from 255 or 29.82% from 379); Blue value is 13 (5.47% from 255 or 3.43% from 379); Max value from RGB is 253 - color contains mainly: red. Hex color #FD710D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FD710D is #028EF2. Grayscale: #909090. Windows color (decimal): -167667 or 881149. OLE color: 881149.
HSL color Cylindrical-coordinate representation of color #FD710D: hue angle of 25º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FD710D is Cyan = 0, Magento = 0.55, Yellow = 0.95 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 113 | 13 | - |
| CMYK | 0 | 0.55 | 0.95 | 0.01 |
| HSL | 25º | 0.98% | 0.52% | - |
| HSV(B) | 25º | 0.95% | 0.99% | - |
| XYZ | 46.49 | 32.72 | 4.25 | - |
| YUV | 143.46 | 54.38 | 206.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 113 | 13 | 0 | 0.55 | 0.95 | 0.01 | 25 | 0.98 | 0.52 |
| Hex | FD | 71 | D | 0 | 37 | 5F | 1 | 19 | 62 | 34 |
| Octal | 375 | 161 | 15 | 0 | 67 | 137 | 1 | 31 | 142 | 64 |
| Binary | 11111101 | 1110001 | 1101 | 0 | 110111 | 1011111 | 1 | 11001 | 1100010 | 110100 |
Color Harmonies of #FD710D
Complementary color
Monochromatic Colors of #FD710D
Black with #FD710D
Text Example
Text Example
White with #FD710D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD710D; }
p { color: rgb(253,113,13); }
H1.HeaderClassName
{
color: #FD710D;
}
.AnyTagClassName
{
color: #FD710D;
}
</style>
background-color css
<style>
a { background-color: #FD710D; }
a { background-color: rgb(253,113,13); }
div.DivClassName
{
background-color: #FD710D;
}
.BgClassName
{
background-color: #FD710D;
}
</style>
border-color css
<style>
span { border-color: #FD710D; }
span { border-color: rgb(253,113,13); }
td.TdClassName
{
border-color: #FD710D;
}
.TagClassName
{
border-color: #FD710D;
}
</style>