Shades of Pumpkin #FD701E
Tints of Pumpkin #FD701E
RGB
CMYK
RGB Variations
Color information
#FD701E (or 0xFD701E) is known color: Pumpkin. HEX triplet: FD, 70 and 1E. RGB value is (253,112,30). Sum of RGB (Red+Green+Blue) = 253+112+30=395 (52% of max value = 765). Red value is 253 (99.22% from 255 or 64.05% from 395); Green value is 112 (44.14% from 255 or 28.35% from 395); Blue value is 30 (12.11% from 255 or 7.59% from 395); Max value from RGB is 253 - color contains mainly: red. Hex color #FD701E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FD701E is #028FE1. Grayscale: #919191. Windows color (decimal): -167906 or 1995005. OLE color: 1995005.
HSL color Cylindrical-coordinate representation of color #FD701E: hue angle of 22.06º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FD701E is Cyan = 0, Magento = 0.56, Yellow = 0.88 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 112 | 30 | - |
| CMYK | 0 | 0.56 | 0.88 | 0.01 |
| HSL | 22.06º | 0.98% | 0.55% | - |
| HSV(B) | 22.06º | 0.88% | 0.99% | - |
| XYZ | 46.54 | 32.56 | 5.06 | - |
| YUV | 144.81 | 63.21 | 205.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 112 | 30 | 0 | 0.56 | 0.88 | 0.01 | 22.06 | 0.98 | 0.55 |
| Hex | FD | 70 | 1E | 0 | 38 | 58 | 1 | 16 | 62 | 37 |
| Octal | 375 | 160 | 36 | 0 | 70 | 130 | 1 | 26 | 142 | 67 |
| Binary | 11111101 | 1110000 | 11110 | 0 | 111000 | 1011000 | 1 | 10110 | 1100010 | 110111 |
Color Harmonies of #FD701E
Complementary color
Monochromatic Colors of #FD701E
Black with #FD701E
Text Example
Text Example
White with #FD701E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD701E; }
p { color: rgb(253,112,30); }
H1.HeaderClassName
{
color: #FD701E;
}
.AnyTagClassName
{
color: #FD701E;
}
</style>
background-color css
<style>
a { background-color: #FD701E; }
a { background-color: rgb(253,112,30); }
div.DivClassName
{
background-color: #FD701E;
}
.BgClassName
{
background-color: #FD701E;
}
</style>
border-color css
<style>
span { border-color: #FD701E; }
span { border-color: rgb(253,112,30); }
td.TdClassName
{
border-color: #FD701E;
}
.TagClassName
{
border-color: #FD701E;
}
</style>