Shades of Pumpkin #FD7D1A
Tints of Pumpkin #FD7D1A
RGB
CMYK
RGB Variations
Color information
#FD7D1A (or 0xFD7D1A) is known color: Pumpkin. HEX triplet: FD, 7D and 1A. RGB value is (253,125,26). Sum of RGB (Red+Green+Blue) = 253+125+26=404 (53% of max value = 765). Red value is 253 (99.22% from 255 or 62.62% from 404); Green value is 125 (49.22% from 255 or 30.94% from 404); Blue value is 26 (10.55% from 255 or 6.44% from 404); Max value from RGB is 253 - color contains mainly: red. Hex color #FD7D1A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FD7D1A is #0282E5. Grayscale: #989898. Windows color (decimal): -164582 or 1736189. OLE color: 1736189.
HSL color Cylindrical-coordinate representation of color #FD7D1A: hue angle of 26.17º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FD7D1A is Cyan = 0, Magento = 0.51, Yellow = 0.90 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 125 | 26 | - |
| CMYK | 0 | 0.51 | 0.90 | 0.01 |
| HSL | 26.17º | 0.98% | 0.55% | - |
| HSV(B) | 26.17º | 0.9% | 0.99% | - |
| XYZ | 48.03 | 35.62 | 5.32 | - |
| YUV | 151.99 | 56.91 | 200.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 125 | 26 | 0 | 0.51 | 0.90 | 0.01 | 26.17 | 0.98 | 0.55 |
| Hex | FD | 7D | 1A | 0 | 33 | 5A | 1 | 1A | 62 | 37 |
| Octal | 375 | 175 | 32 | 0 | 63 | 132 | 1 | 32 | 142 | 67 |
| Binary | 11111101 | 1111101 | 11010 | 0 | 110011 | 1011010 | 1 | 11010 | 1100010 | 110111 |
Color Harmonies of #FD7D1A
Complementary color
Monochromatic Colors of #FD7D1A
Black with #FD7D1A
Text Example
Text Example
White with #FD7D1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD7D1A; }
p { color: rgb(253,125,26); }
H1.HeaderClassName
{
color: #FD7D1A;
}
.AnyTagClassName
{
color: #FD7D1A;
}
</style>
background-color css
<style>
a { background-color: #FD7D1A; }
a { background-color: rgb(253,125,26); }
div.DivClassName
{
background-color: #FD7D1A;
}
.BgClassName
{
background-color: #FD7D1A;
}
</style>
border-color css
<style>
span { border-color: #FD7D1A; }
span { border-color: rgb(253,125,26); }
td.TdClassName
{
border-color: #FD7D1A;
}
.TagClassName
{
border-color: #FD7D1A;
}
</style>