Shades of Pumpkin #FD701C
Tints of Pumpkin #FD701C
RGB
CMYK
RGB Variations
Color information
#FD701C (or 0xFD701C) is known color: Pumpkin. HEX triplet: FD, 70 and 1C. RGB value is (253,112,28). Sum of RGB (Red+Green+Blue) = 253+112+28=393 (52% of max value = 765). Red value is 253 (99.22% from 255 or 64.38% from 393); Green value is 112 (44.14% from 255 or 28.50% from 393); Blue value is 28 (11.33% from 255 or 7.12% from 393); Max value from RGB is 253 - color contains mainly: red. Hex color #FD701C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FD701C is #028FE3. Grayscale: #919191. Windows color (decimal): -167908 or 1863933. OLE color: 1863933.
HSL color Cylindrical-coordinate representation of color #FD701C: hue angle of 22.4º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FD701C is Cyan = 0, Magento = 0.56, Yellow = 0.89 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 112 | 28 | - |
| CMYK | 0 | 0.56 | 0.89 | 0.01 |
| HSL | 22.4º | 0.98% | 0.55% | - |
| HSV(B) | 22.4º | 0.89% | 0.99% | - |
| XYZ | 46.51 | 32.55 | 4.93 | - |
| YUV | 144.58 | 62.21 | 205.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 112 | 28 | 0 | 0.56 | 0.89 | 0.01 | 22.4 | 0.98 | 0.55 |
| Hex | FD | 70 | 1C | 0 | 38 | 59 | 1 | 16 | 62 | 37 |
| Octal | 375 | 160 | 34 | 0 | 70 | 131 | 1 | 26 | 142 | 67 |
| Binary | 11111101 | 1110000 | 11100 | 0 | 111000 | 1011001 | 1 | 10110 | 1100010 | 110111 |
Color Harmonies of #FD701C
Complementary color
Monochromatic Colors of #FD701C
Black with #FD701C
Text Example
Text Example
White with #FD701C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD701C; }
p { color: rgb(253,112,28); }
H1.HeaderClassName
{
color: #FD701C;
}
.AnyTagClassName
{
color: #FD701C;
}
</style>
background-color css
<style>
a { background-color: #FD701C; }
a { background-color: rgb(253,112,28); }
div.DivClassName
{
background-color: #FD701C;
}
.BgClassName
{
background-color: #FD701C;
}
</style>
border-color css
<style>
span { border-color: #FD701C; }
span { border-color: rgb(253,112,28); }
td.TdClassName
{
border-color: #FD701C;
}
.TagClassName
{
border-color: #FD701C;
}
</style>