Shades of Pumpkin #FF7C1D
Tints of Pumpkin #FF7C1D
RGB
CMYK
RGB Variations
Color information
#FF7C1D (or 0xFF7C1D) is known color: Pumpkin. HEX triplet: FF, 7C and 1D. RGB value is (255,124,29). Sum of RGB (Red+Green+Blue) = 255+124+29=408 (54% of max value = 765). Red value is 255 (100% from 255 or 62.5% from 408); Green value is 124 (48.83% from 255 or 30.39% from 408); Blue value is 29 (11.72% from 255 or 7.11% from 408); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7C1D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF7C1D is #0083E2. Grayscale: #989898. Windows color (decimal): -33763 or 1932543. OLE color: 1932543.
HSL color Cylindrical-coordinate representation of color #FF7C1D: hue angle of 25.22º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FF7C1D is Cyan = 0, Magento = 0.51, Yellow = 0.89 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 124 | 29 | - |
| CMYK | 0 | 0.51 | 0.89 | 0 |
| HSL | 25.22º | 1% | 0.56% | - |
| HSV(B) | 25.22º | 0.89% | 1% | - |
| XYZ | 48.67 | 35.76 | 5.5 | - |
| YUV | 152.34 | 58.4 | 201.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 124 | 29 | 0 | 0.51 | 0.89 | 0 | 25.22 | 1 | 0.56 |
| Hex | FF | 7C | 1D | 0 | 33 | 59 | 0 | 19 | 64 | 38 |
| Octal | 377 | 174 | 35 | 0 | 63 | 131 | 0 | 31 | 144 | 70 |
| Binary | 11111111 | 1111100 | 11101 | 0 | 110011 | 1011001 | 0 | 11001 | 1100100 | 111000 |
Color Harmonies of #FF7C1D
Complementary color
Monochromatic Colors of #FF7C1D
Black with #FF7C1D
Text Example
Text Example
White with #FF7C1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7C1D; }
p { color: rgb(255,124,29); }
H1.HeaderClassName
{
color: #FF7C1D;
}
.AnyTagClassName
{
color: #FF7C1D;
}
</style>
background-color css
<style>
a { background-color: #FF7C1D; }
a { background-color: rgb(255,124,29); }
div.DivClassName
{
background-color: #FF7C1D;
}
.BgClassName
{
background-color: #FF7C1D;
}
</style>
border-color css
<style>
span { border-color: #FF7C1D; }
span { border-color: rgb(255,124,29); }
td.TdClassName
{
border-color: #FF7C1D;
}
.TagClassName
{
border-color: #FF7C1D;
}
</style>