Shades of Pumpkin #FD710E
Tints of Pumpkin #FD710E
RGB
CMYK
RGB Variations
Color information
#FD710E (or 0xFD710E) is known color: Pumpkin. HEX triplet: FD, 71 and 0E. RGB value is (253,113,14). Sum of RGB (Red+Green+Blue) = 253+113+14=380 (50% of max value = 765). Red value is 253 (99.22% from 255 or 66.58% from 380); Green value is 113 (44.53% from 255 or 29.74% from 380); Blue value is 14 (5.86% from 255 or 3.68% from 380); Max value from RGB is 253 - color contains mainly: red. Hex color #FD710E is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FD710E is #028EF1. Grayscale: #909090. Windows color (decimal): -167666 or 946685. OLE color: 946685.
HSL color Cylindrical-coordinate representation of color #FD710E: hue angle of 24.85º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FD710E is Cyan = 0, Magento = 0.55, Yellow = 0.94 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 113 | 14 | - |
| CMYK | 0 | 0.55 | 0.94 | 0.01 |
| HSL | 24.85º | 0.98% | 0.52% | - |
| HSV(B) | 24.85º | 0.94% | 0.99% | - |
| XYZ | 46.49 | 32.72 | 4.28 | - |
| YUV | 143.57 | 54.88 | 206.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 113 | 14 | 0 | 0.55 | 0.94 | 0.01 | 24.85 | 0.98 | 0.52 |
| Hex | FD | 71 | E | 0 | 37 | 5E | 1 | 19 | 62 | 34 |
| Octal | 375 | 161 | 16 | 0 | 67 | 136 | 1 | 31 | 142 | 64 |
| Binary | 11111101 | 1110001 | 1110 | 0 | 110111 | 1011110 | 1 | 11001 | 1100010 | 110100 |
Color Harmonies of #FD710E
Complementary color
Monochromatic Colors of #FD710E
Black with #FD710E
Text Example
Text Example
White with #FD710E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD710E; }
p { color: rgb(253,113,14); }
H1.HeaderClassName
{
color: #FD710E;
}
.AnyTagClassName
{
color: #FD710E;
}
</style>
background-color css
<style>
a { background-color: #FD710E; }
a { background-color: rgb(253,113,14); }
div.DivClassName
{
background-color: #FD710E;
}
.BgClassName
{
background-color: #FD710E;
}
</style>
border-color css
<style>
span { border-color: #FD710E; }
span { border-color: rgb(253,113,14); }
td.TdClassName
{
border-color: #FD710E;
}
.TagClassName
{
border-color: #FD710E;
}
</style>