Shades of Pumpkin #FD851D
Tints of Pumpkin #FD851D
RGB
CMYK
RGB Variations
Color information
#FD851D (or 0xFD851D) is known color: Pumpkin. HEX triplet: FD, 85 and 1D. RGB value is (253,133,29). Sum of RGB (Red+Green+Blue) = 253+133+29=415 (54% of max value = 765). Red value is 253 (99.22% from 255 or 60.96% from 415); Green value is 133 (52.34% from 255 or 32.05% from 415); Blue value is 29 (11.72% from 255 or 6.99% from 415); Max value from RGB is 253 - color contains mainly: red. Hex color #FD851D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FD851D is #027AE2. Grayscale: #9D9D9D. Windows color (decimal): -162531 or 1934845. OLE color: 1934845.
HSL color Cylindrical-coordinate representation of color #FD851D: hue angle of 27.86º 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 #FD851D is Cyan = 0, Magento = 0.47, Yellow = 0.89 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 133 | 29 | - |
| CMYK | 0 | 0.47 | 0.89 | 0.01 |
| HSL | 27.86º | 0.98% | 0.55% | - |
| HSV(B) | 27.86º | 0.89% | 0.99% | - |
| XYZ | 49.12 | 37.75 | 5.86 | - |
| YUV | 157.02 | 55.76 | 196.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 133 | 29 | 0 | 0.47 | 0.89 | 0.01 | 27.86 | 0.98 | 0.55 |
| Hex | FD | 85 | 1D | 0 | 2F | 59 | 1 | 1C | 62 | 37 |
| Octal | 375 | 205 | 35 | 0 | 57 | 131 | 1 | 34 | 142 | 67 |
| Binary | 11111101 | 10000101 | 11101 | 0 | 101111 | 1011001 | 1 | 11100 | 1100010 | 110111 |
Color Harmonies of #FD851D
Complementary color
Monochromatic Colors of #FD851D
Black with #FD851D
Text Example
Text Example
White with #FD851D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD851D; }
p { color: rgb(253,133,29); }
H1.HeaderClassName
{
color: #FD851D;
}
.AnyTagClassName
{
color: #FD851D;
}
</style>
background-color css
<style>
a { background-color: #FD851D; }
a { background-color: rgb(253,133,29); }
div.DivClassName
{
background-color: #FD851D;
}
.BgClassName
{
background-color: #FD851D;
}
</style>
border-color css
<style>
span { border-color: #FD851D; }
span { border-color: rgb(253,133,29); }
td.TdClassName
{
border-color: #FD851D;
}
.TagClassName
{
border-color: #FD851D;
}
</style>