Shades of Pumpkin #FD741D
Tints of Pumpkin #FD741D
RGB
CMYK
RGB Variations
Color information
#FD741D (or 0xFD741D) is known color: Pumpkin. HEX triplet: FD, 74 and 1D. RGB value is (253,116,29). Sum of RGB (Red+Green+Blue) = 253+116+29=398 (52% of max value = 765). Red value is 253 (99.22% from 255 or 63.57% from 398); Green value is 116 (45.70% from 255 or 29.15% from 398); Blue value is 29 (11.72% from 255 or 7.29% from 398); Max value from RGB is 253 - color contains mainly: red. Hex color #FD741D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FD741D is #028BE2. Grayscale: #939393. Windows color (decimal): -166883 or 1930493. OLE color: 1930493.
HSL color Cylindrical-coordinate representation of color #FD741D: hue angle of 23.3º 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 #FD741D is Cyan = 0, Magento = 0.54, Yellow = 0.89 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 116 | 29 | - |
| CMYK | 0 | 0.54 | 0.89 | 0.01 |
| HSL | 23.3º | 0.98% | 0.55% | - |
| HSV(B) | 23.3º | 0.89% | 0.99% | - |
| XYZ | 46.98 | 33.46 | 5.15 | - |
| YUV | 147.05 | 61.39 | 203.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 116 | 29 | 0 | 0.54 | 0.89 | 0.01 | 23.3 | 0.98 | 0.55 |
| Hex | FD | 74 | 1D | 0 | 36 | 59 | 1 | 17 | 62 | 37 |
| Octal | 375 | 164 | 35 | 0 | 66 | 131 | 1 | 27 | 142 | 67 |
| Binary | 11111101 | 1110100 | 11101 | 0 | 110110 | 1011001 | 1 | 10111 | 1100010 | 110111 |
Color Harmonies of #FD741D
Complementary color
Monochromatic Colors of #FD741D
Black with #FD741D
Text Example
Text Example
White with #FD741D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD741D; }
p { color: rgb(253,116,29); }
H1.HeaderClassName
{
color: #FD741D;
}
.AnyTagClassName
{
color: #FD741D;
}
</style>
background-color css
<style>
a { background-color: #FD741D; }
a { background-color: rgb(253,116,29); }
div.DivClassName
{
background-color: #FD741D;
}
.BgClassName
{
background-color: #FD741D;
}
</style>
border-color css
<style>
span { border-color: #FD741D; }
span { border-color: rgb(253,116,29); }
td.TdClassName
{
border-color: #FD741D;
}
.TagClassName
{
border-color: #FD741D;
}
</style>