Shades of Pumpkin #FF8129
Tints of Pumpkin #FF8129
RGB
CMYK
RGB Variations
Color information
#FF8129 (or 0xFF8129) is known color: Pumpkin. HEX triplet: FF, 81 and 29. RGB value is (255,129,41). Sum of RGB (Red+Green+Blue) = 255+129+41=425 (56% of max value = 765). Red value is 255 (100% from 255 or 60% from 425); Green value is 129 (50.78% from 255 or 30.35% from 425); Blue value is 41 (16.41% from 255 or 9.65% from 425); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8129 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF8129 is #007ED6. Grayscale: #9D9D9D. Windows color (decimal): -32471 or 2720255. OLE color: 2720255.
HSL color Cylindrical-coordinate representation of color #FF8129: hue angle of 24.67º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FF8129 is Cyan = 0, Magento = 0.49, Yellow = 0.84 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 129 | 41 | - |
| CMYK | 0 | 0.49 | 0.84 | 0 |
| HSL | 24.67º | 1% | 0.58% | - |
| HSV(B) | 24.67º | 0.84% | 1% | - |
| XYZ | 49.49 | 37.12 | 6.65 | - |
| YUV | 156.64 | 62.74 | 198.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 129 | 41 | 0 | 0.49 | 0.84 | 0 | 24.67 | 1 | 0.58 |
| Hex | FF | 81 | 29 | 0 | 31 | 54 | 0 | 19 | 64 | 3A |
| Octal | 377 | 201 | 51 | 0 | 61 | 124 | 0 | 31 | 144 | 72 |
| Binary | 11111111 | 10000001 | 101001 | 0 | 110001 | 1010100 | 0 | 11001 | 1100100 | 111010 |
Color Harmonies of #FF8129
Complementary color
Monochromatic Colors of #FF8129
Black with #FF8129
Text Example
Text Example
White with #FF8129
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8129; }
p { color: rgb(255,129,41); }
H1.HeaderClassName
{
color: #FF8129;
}
.AnyTagClassName
{
color: #FF8129;
}
</style>
background-color css
<style>
a { background-color: #FF8129; }
a { background-color: rgb(255,129,41); }
div.DivClassName
{
background-color: #FF8129;
}
.BgClassName
{
background-color: #FF8129;
}
</style>
border-color css
<style>
span { border-color: #FF8129; }
span { border-color: rgb(255,129,41); }
td.TdClassName
{
border-color: #FF8129;
}
.TagClassName
{
border-color: #FF8129;
}
</style>