Shades of Pumpkin #FD6B1D
Tints of Pumpkin #FD6B1D
RGB
CMYK
RGB Variations
Color information
#FD6B1D (or 0xFD6B1D) is known color: Pumpkin. HEX triplet: FD, 6B and 1D. RGB value is (253,107,29). Sum of RGB (Red+Green+Blue) = 253+107+29=389 (51% of max value = 765). Red value is 253 (99.22% from 255 or 65.04% from 389); Green value is 107 (42.19% from 255 or 27.51% from 389); Blue value is 29 (11.72% from 255 or 7.46% from 389); Max value from RGB is 253 - color contains mainly: red. Hex color #FD6B1D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FD6B1D is #0294E2. Grayscale: #8E8E8E. Windows color (decimal): -169187 or 1928189. OLE color: 1928189.
HSL color Cylindrical-coordinate representation of color #FD6B1D: hue angle of 20.89º 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 #FD6B1D is Cyan = 0, Magento = 0.58, Yellow = 0.89 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 107 | 29 | - |
| CMYK | 0 | 0.58 | 0.89 | 0.01 |
| HSL | 20.89º | 0.98% | 0.55% | - |
| HSV(B) | 20.89º | 0.89% | 0.99% | - |
| XYZ | 45.99 | 31.49 | 4.82 | - |
| YUV | 141.76 | 64.37 | 207.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 107 | 29 | 0 | 0.58 | 0.89 | 0.01 | 20.89 | 0.98 | 0.55 |
| Hex | FD | 6B | 1D | 0 | 3A | 59 | 1 | 15 | 62 | 37 |
| Octal | 375 | 153 | 35 | 0 | 72 | 131 | 1 | 25 | 142 | 67 |
| Binary | 11111101 | 1101011 | 11101 | 0 | 111010 | 1011001 | 1 | 10101 | 1100010 | 110111 |
Color Harmonies of #FD6B1D
Complementary color
Monochromatic Colors of #FD6B1D
Black with #FD6B1D
Text Example
Text Example
White with #FD6B1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD6B1D; }
p { color: rgb(253,107,29); }
H1.HeaderClassName
{
color: #FD6B1D;
}
.AnyTagClassName
{
color: #FD6B1D;
}
</style>
background-color css
<style>
a { background-color: #FD6B1D; }
a { background-color: rgb(253,107,29); }
div.DivClassName
{
background-color: #FD6B1D;
}
.BgClassName
{
background-color: #FD6B1D;
}
</style>
border-color css
<style>
span { border-color: #FD6B1D; }
span { border-color: rgb(253,107,29); }
td.TdClassName
{
border-color: #FD6B1D;
}
.TagClassName
{
border-color: #FD6B1D;
}
</style>