Shades of Pumpkin #FD710C
Tints of Pumpkin #FD710C
RGB
CMYK
RGB Variations
Color information
#FD710C (or 0xFD710C) is known color: Pumpkin. HEX triplet: FD, 71 and 0C. RGB value is (253,113,12). Sum of RGB (Red+Green+Blue) = 253+113+12=378 (50% of max value = 765). Red value is 253 (99.22% from 255 or 66.93% from 378); Green value is 113 (44.53% from 255 or 29.89% from 378); Blue value is 12 (5.08% from 255 or 3.17% from 378); Max value from RGB is 253 - color contains mainly: red. Hex color #FD710C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FD710C is #028EF3. Grayscale: #8F8F8F. Windows color (decimal): -167668 or 815613. OLE color: 815613.
HSL color Cylindrical-coordinate representation of color #FD710C: hue angle of 25.15º 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 #FD710C is Cyan = 0, Magento = 0.55, Yellow = 0.95 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 113 | 12 | - |
| CMYK | 0 | 0.55 | 0.95 | 0.01 |
| HSL | 25.15º | 0.98% | 0.52% | - |
| HSV(B) | 25.15º | 0.95% | 0.99% | - |
| XYZ | 46.48 | 32.72 | 4.21 | - |
| YUV | 143.35 | 53.88 | 206.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 113 | 12 | 0 | 0.55 | 0.95 | 0.01 | 25.15 | 0.98 | 0.52 |
| Hex | FD | 71 | C | 0 | 37 | 5F | 1 | 19 | 62 | 34 |
| Octal | 375 | 161 | 14 | 0 | 67 | 137 | 1 | 31 | 142 | 64 |
| Binary | 11111101 | 1110001 | 1100 | 0 | 110111 | 1011111 | 1 | 11001 | 1100010 | 110100 |
Color Harmonies of #FD710C
Complementary color
Monochromatic Colors of #FD710C
Black with #FD710C
Text Example
Text Example
White with #FD710C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD710C; }
p { color: rgb(253,113,12); }
H1.HeaderClassName
{
color: #FD710C;
}
.AnyTagClassName
{
color: #FD710C;
}
</style>
background-color css
<style>
a { background-color: #FD710C; }
a { background-color: rgb(253,113,12); }
div.DivClassName
{
background-color: #FD710C;
}
.BgClassName
{
background-color: #FD710C;
}
</style>
border-color css
<style>
span { border-color: #FD710C; }
span { border-color: rgb(253,113,12); }
td.TdClassName
{
border-color: #FD710C;
}
.TagClassName
{
border-color: #FD710C;
}
</style>