Shades of Pumpkin #FD7A1E
Tints of Pumpkin #FD7A1E
RGB
CMYK
RGB Variations
Color information
#FD7A1E (or 0xFD7A1E) is known color: Pumpkin. HEX triplet: FD, 7A and 1E. RGB value is (253,122,30). Sum of RGB (Red+Green+Blue) = 253+122+30=405 (53% of max value = 765). Red value is 253 (99.22% from 255 or 62.47% from 405); Green value is 122 (48.05% from 255 or 30.12% from 405); Blue value is 30 (12.11% from 255 or 7.41% from 405); Max value from RGB is 253 - color contains mainly: red. Hex color #FD7A1E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FD7A1E is #0285E1. Grayscale: #979797. Windows color (decimal): -165346 or 1997565. OLE color: 1997565.
HSL color Cylindrical-coordinate representation of color #FD7A1E: hue angle of 24.75º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FD7A1E is Cyan = 0, Magento = 0.52, Yellow = 0.88 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 122 | 30 | - |
| CMYK | 0 | 0.52 | 0.88 | 0.01 |
| HSL | 24.75º | 0.98% | 0.55% | - |
| HSV(B) | 24.75º | 0.88% | 0.99% | - |
| XYZ | 47.7 | 34.9 | 5.45 | - |
| YUV | 150.68 | 59.9 | 200.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 122 | 30 | 0 | 0.52 | 0.88 | 0.01 | 24.75 | 0.98 | 0.55 |
| Hex | FD | 7A | 1E | 0 | 34 | 58 | 1 | 19 | 62 | 37 |
| Octal | 375 | 172 | 36 | 0 | 64 | 130 | 1 | 31 | 142 | 67 |
| Binary | 11111101 | 1111010 | 11110 | 0 | 110100 | 1011000 | 1 | 11001 | 1100010 | 110111 |
Color Harmonies of #FD7A1E
Complementary color
Monochromatic Colors of #FD7A1E
Black with #FD7A1E
Text Example
Text Example
White with #FD7A1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD7A1E; }
p { color: rgb(253,122,30); }
H1.HeaderClassName
{
color: #FD7A1E;
}
.AnyTagClassName
{
color: #FD7A1E;
}
</style>
background-color css
<style>
a { background-color: #FD7A1E; }
a { background-color: rgb(253,122,30); }
div.DivClassName
{
background-color: #FD7A1E;
}
.BgClassName
{
background-color: #FD7A1E;
}
</style>
border-color css
<style>
span { border-color: #FD7A1E; }
span { border-color: rgb(253,122,30); }
td.TdClassName
{
border-color: #FD7A1E;
}
.TagClassName
{
border-color: #FD7A1E;
}
</style>