Shades of Pumpkin #FD7D1C
Tints of Pumpkin #FD7D1C
RGB
CMYK
RGB Variations
Color information
#FD7D1C (or 0xFD7D1C) is known color: Pumpkin. HEX triplet: FD, 7D and 1C. RGB value is (253,125,28). Sum of RGB (Red+Green+Blue) = 253+125+28=406 (53% of max value = 765). Red value is 253 (99.22% from 255 or 62.32% from 406); Green value is 125 (49.22% from 255 or 30.79% from 406); Blue value is 28 (11.33% from 255 or 6.90% from 406); Max value from RGB is 253 - color contains mainly: red. Hex color #FD7D1C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FD7D1C is #0282E3. Grayscale: #989898. Windows color (decimal): -164580 or 1867261. OLE color: 1867261.
HSL color Cylindrical-coordinate representation of color #FD7D1C: hue angle of 25.87º 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 #FD7D1C is Cyan = 0, Magento = 0.51, Yellow = 0.89 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 125 | 28 | - |
| CMYK | 0 | 0.51 | 0.89 | 0.01 |
| HSL | 25.87º | 0.98% | 0.55% | - |
| HSV(B) | 25.87º | 0.89% | 0.99% | - |
| XYZ | 48.05 | 35.63 | 5.44 | - |
| YUV | 152.21 | 57.91 | 199.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 125 | 28 | 0 | 0.51 | 0.89 | 0.01 | 25.87 | 0.98 | 0.55 |
| Hex | FD | 7D | 1C | 0 | 33 | 59 | 1 | 1A | 62 | 37 |
| Octal | 375 | 175 | 34 | 0 | 63 | 131 | 1 | 32 | 142 | 67 |
| Binary | 11111101 | 1111101 | 11100 | 0 | 110011 | 1011001 | 1 | 11010 | 1100010 | 110111 |
Color Harmonies of #FD7D1C
Complementary color
Monochromatic Colors of #FD7D1C
Black with #FD7D1C
Text Example
Text Example
White with #FD7D1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD7D1C; }
p { color: rgb(253,125,28); }
H1.HeaderClassName
{
color: #FD7D1C;
}
.AnyTagClassName
{
color: #FD7D1C;
}
</style>
background-color css
<style>
a { background-color: #FD7D1C; }
a { background-color: rgb(253,125,28); }
div.DivClassName
{
background-color: #FD7D1C;
}
.BgClassName
{
background-color: #FD7D1C;
}
</style>
border-color css
<style>
span { border-color: #FD7D1C; }
span { border-color: rgb(253,125,28); }
td.TdClassName
{
border-color: #FD7D1C;
}
.TagClassName
{
border-color: #FD7D1C;
}
</style>