Shades of Pumpkin #FD7A1F
Tints of Pumpkin #FD7A1F
RGB
CMYK
RGB Variations
Color information
#FD7A1F (or 0xFD7A1F) is known color: Pumpkin. HEX triplet: FD, 7A and 1F. RGB value is (253,122,31). Sum of RGB (Red+Green+Blue) = 253+122+31=406 (53% of max value = 765). Red value is 253 (99.22% from 255 or 62.32% from 406); Green value is 122 (48.05% from 255 or 30.05% from 406); Blue value is 31 (12.5% from 255 or 7.64% from 406); Max value from RGB is 253 - color contains mainly: red. Hex color #FD7A1F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FD7A1F is #0285E0. Grayscale: #979797. Windows color (decimal): -165345 or 2063101. OLE color: 2063101.
HSL color Cylindrical-coordinate representation of color #FD7A1F: hue angle of 24.59º degrees, saturation: 0.98, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FD7A1F is Cyan = 0, Magento = 0.52, Yellow = 0.88 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 122 | 31 | - |
| CMYK | 0 | 0.52 | 0.88 | 0.01 |
| HSL | 24.59º | 0.98% | 0.56% | - |
| HSV(B) | 24.59º | 0.88% | 0.99% | - |
| XYZ | 47.71 | 34.9 | 5.52 | - |
| YUV | 150.8 | 60.4 | 200.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 122 | 31 | 0 | 0.52 | 0.88 | 0.01 | 24.59 | 0.98 | 0.56 |
| Hex | FD | 7A | 1F | 0 | 34 | 58 | 1 | 19 | 62 | 38 |
| Octal | 375 | 172 | 37 | 0 | 64 | 130 | 1 | 31 | 142 | 70 |
| Binary | 11111101 | 1111010 | 11111 | 0 | 110100 | 1011000 | 1 | 11001 | 1100010 | 111000 |
Color Harmonies of #FD7A1F
Complementary color
Monochromatic Colors of #FD7A1F
Black with #FD7A1F
Text Example
Text Example
White with #FD7A1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD7A1F; }
p { color: rgb(253,122,31); }
H1.HeaderClassName
{
color: #FD7A1F;
}
.AnyTagClassName
{
color: #FD7A1F;
}
</style>
background-color css
<style>
a { background-color: #FD7A1F; }
a { background-color: rgb(253,122,31); }
div.DivClassName
{
background-color: #FD7A1F;
}
.BgClassName
{
background-color: #FD7A1F;
}
</style>
border-color css
<style>
span { border-color: #FD7A1F; }
span { border-color: rgb(253,122,31); }
td.TdClassName
{
border-color: #FD7A1F;
}
.TagClassName
{
border-color: #FD7A1F;
}
</style>