Shades of Pumpkin #FD741E
Tints of Pumpkin #FD741E
RGB
CMYK
RGB Variations
Color information
#FD741E (or 0xFD741E) is known color: Pumpkin. HEX triplet: FD, 74 and 1E. RGB value is (253,116,30). Sum of RGB (Red+Green+Blue) = 253+116+30=399 (52% of max value = 765). Red value is 253 (99.22% from 255 or 63.41% from 399); Green value is 116 (45.70% from 255 or 29.07% from 399); Blue value is 30 (12.11% from 255 or 7.52% from 399); Max value from RGB is 253 - color contains mainly: red. Hex color #FD741E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FD741E is #028BE1. Grayscale: #939393. Windows color (decimal): -166882 or 1996029. OLE color: 1996029.
HSL color Cylindrical-coordinate representation of color #FD741E: hue angle of 23.14º 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 #FD741E is Cyan = 0, Magento = 0.54, Yellow = 0.88 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 116 | 30 | - |
| CMYK | 0 | 0.54 | 0.88 | 0.01 |
| HSL | 23.14º | 0.98% | 0.55% | - |
| HSV(B) | 23.14º | 0.88% | 0.99% | - |
| XYZ | 46.99 | 33.47 | 5.21 | - |
| YUV | 147.16 | 61.89 | 203.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 116 | 30 | 0 | 0.54 | 0.88 | 0.01 | 23.14 | 0.98 | 0.55 |
| Hex | FD | 74 | 1E | 0 | 36 | 58 | 1 | 17 | 62 | 37 |
| Octal | 375 | 164 | 36 | 0 | 66 | 130 | 1 | 27 | 142 | 67 |
| Binary | 11111101 | 1110100 | 11110 | 0 | 110110 | 1011000 | 1 | 10111 | 1100010 | 110111 |
Color Harmonies of #FD741E
Complementary color
Monochromatic Colors of #FD741E
Black with #FD741E
Text Example
Text Example
White with #FD741E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD741E; }
p { color: rgb(253,116,30); }
H1.HeaderClassName
{
color: #FD741E;
}
.AnyTagClassName
{
color: #FD741E;
}
</style>
background-color css
<style>
a { background-color: #FD741E; }
a { background-color: rgb(253,116,30); }
div.DivClassName
{
background-color: #FD741E;
}
.BgClassName
{
background-color: #FD741E;
}
</style>
border-color css
<style>
span { border-color: #FD741E; }
span { border-color: rgb(253,116,30); }
td.TdClassName
{
border-color: #FD741E;
}
.TagClassName
{
border-color: #FD741E;
}
</style>