Shades of Pumpkin #FD740E
Tints of Pumpkin #FD740E
RGB
CMYK
RGB Variations
Color information
#FD740E (or 0xFD740E) is known color: Pumpkin. HEX triplet: FD, 74 and 0E. RGB value is (253,116,14). Sum of RGB (Red+Green+Blue) = 253+116+14=383 (50% of max value = 765). Red value is 253 (99.22% from 255 or 66.06% from 383); Green value is 116 (45.70% from 255 or 30.29% from 383); Blue value is 14 (5.86% from 255 or 3.66% from 383); Max value from RGB is 253 - color contains mainly: red. Hex color #FD740E is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FD740E is #028BF1. Grayscale: #919191. Windows color (decimal): -166898 or 947453. OLE color: 947453.
HSL color Cylindrical-coordinate representation of color #FD740E: hue angle of 25.61º 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 #FD740E is Cyan = 0, Magento = 0.54, Yellow = 0.94 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 116 | 14 | - |
| CMYK | 0 | 0.54 | 0.94 | 0.01 |
| HSL | 25.61º | 0.98% | 0.52% | - |
| HSV(B) | 25.61º | 0.94% | 0.99% | - |
| XYZ | 46.83 | 33.41 | 4.39 | - |
| YUV | 145.34 | 53.89 | 204.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 116 | 14 | 0 | 0.54 | 0.94 | 0.01 | 25.61 | 0.98 | 0.52 |
| Hex | FD | 74 | E | 0 | 36 | 5E | 1 | 1A | 62 | 34 |
| Octal | 375 | 164 | 16 | 0 | 66 | 136 | 1 | 32 | 142 | 64 |
| Binary | 11111101 | 1110100 | 1110 | 0 | 110110 | 1011110 | 1 | 11010 | 1100010 | 110100 |
Color Harmonies of #FD740E
Complementary color
Monochromatic Colors of #FD740E
Black with #FD740E
Text Example
Text Example
White with #FD740E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD740E; }
p { color: rgb(253,116,14); }
H1.HeaderClassName
{
color: #FD740E;
}
.AnyTagClassName
{
color: #FD740E;
}
</style>
background-color css
<style>
a { background-color: #FD740E; }
a { background-color: rgb(253,116,14); }
div.DivClassName
{
background-color: #FD740E;
}
.BgClassName
{
background-color: #FD740E;
}
</style>
border-color css
<style>
span { border-color: #FD740E; }
span { border-color: rgb(253,116,14); }
td.TdClassName
{
border-color: #FD740E;
}
.TagClassName
{
border-color: #FD740E;
}
</style>