Shades of Pumpkin #FF7D20
Tints of Pumpkin #FF7D20
RGB
CMYK
RGB Variations
Color information
#FF7D20 (or 0xFF7D20) is known color: Pumpkin. HEX triplet: FF, 7D and 20. RGB value is (255,125,32). Sum of RGB (Red+Green+Blue) = 255+125+32=412 (54% of max value = 765). Red value is 255 (100% from 255 or 61.89% from 412); Green value is 125 (49.22% from 255 or 30.34% from 412); Blue value is 32 (12.89% from 255 or 7.77% from 412); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7D20 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF7D20 is #0082DF. Grayscale: #999999. Windows color (decimal): -33504 or 2129407. OLE color: 2129407.
HSL color Cylindrical-coordinate representation of color #FF7D20: hue angle of 25.02º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FF7D20 is Cyan = 0, Magento = 0.51, Yellow = 0.87 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 125 | 32 | - |
| CMYK | 0 | 0.51 | 0.87 | 0 |
| HSL | 25.02º | 1% | 0.56% | - |
| HSV(B) | 25.02º | 0.87% | 1% | - |
| XYZ | 48.83 | 36.03 | 5.75 | - |
| YUV | 153.27 | 59.57 | 200.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 125 | 32 | 0 | 0.51 | 0.87 | 0 | 25.02 | 1 | 0.56 |
| Hex | FF | 7D | 20 | 0 | 33 | 57 | 0 | 19 | 64 | 38 |
| Octal | 377 | 175 | 40 | 0 | 63 | 127 | 0 | 31 | 144 | 70 |
| Binary | 11111111 | 1111101 | 100000 | 0 | 110011 | 1010111 | 0 | 11001 | 1100100 | 111000 |
Color Harmonies of #FF7D20
Complementary color
Monochromatic Colors of #FF7D20
Black with #FF7D20
Text Example
Text Example
White with #FF7D20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7D20; }
p { color: rgb(255,125,32); }
H1.HeaderClassName
{
color: #FF7D20;
}
.AnyTagClassName
{
color: #FF7D20;
}
</style>
background-color css
<style>
a { background-color: #FF7D20; }
a { background-color: rgb(255,125,32); }
div.DivClassName
{
background-color: #FF7D20;
}
.BgClassName
{
background-color: #FF7D20;
}
</style>
border-color css
<style>
span { border-color: #FF7D20; }
span { border-color: rgb(255,125,32); }
td.TdClassName
{
border-color: #FF7D20;
}
.TagClassName
{
border-color: #FF7D20;
}
</style>