Shades of Pumpkin #FF8127
Tints of Pumpkin #FF8127
RGB
CMYK
RGB Variations
Color information
#FF8127 (or 0xFF8127) is known color: Pumpkin. HEX triplet: FF, 81 and 27. RGB value is (255,129,39). Sum of RGB (Red+Green+Blue) = 255+129+39=423 (56% of max value = 765). Red value is 255 (100% from 255 or 60.28% from 423); Green value is 129 (50.78% from 255 or 30.50% from 423); Blue value is 39 (15.62% from 255 or 9.22% from 423); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8127 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF8127 is #007ED8. Grayscale: #9C9C9C. Windows color (decimal): -32473 or 2589183. OLE color: 2589183.
HSL color Cylindrical-coordinate representation of color #FF8127: hue angle of 25º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FF8127 is Cyan = 0, Magento = 0.49, Yellow = 0.85 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 129 | 39 | - |
| CMYK | 0 | 0.49 | 0.85 | 0 |
| HSL | 25º | 1% | 0.58% | - |
| HSV(B) | 25º | 0.85% | 1% | - |
| XYZ | 49.46 | 37.11 | 6.48 | - |
| YUV | 156.41 | 61.74 | 198.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 129 | 39 | 0 | 0.49 | 0.85 | 0 | 25 | 1 | 0.58 |
| Hex | FF | 81 | 27 | 0 | 31 | 55 | 0 | 19 | 64 | 3A |
| Octal | 377 | 201 | 47 | 0 | 61 | 125 | 0 | 31 | 144 | 72 |
| Binary | 11111111 | 10000001 | 100111 | 0 | 110001 | 1010101 | 0 | 11001 | 1100100 | 111010 |
Color Harmonies of #FF8127
Complementary color
Monochromatic Colors of #FF8127
Black with #FF8127
Text Example
Text Example
White with #FF8127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8127; }
p { color: rgb(255,129,39); }
H1.HeaderClassName
{
color: #FF8127;
}
.AnyTagClassName
{
color: #FF8127;
}
</style>
background-color css
<style>
a { background-color: #FF8127; }
a { background-color: rgb(255,129,39); }
div.DivClassName
{
background-color: #FF8127;
}
.BgClassName
{
background-color: #FF8127;
}
</style>
border-color css
<style>
span { border-color: #FF8127; }
span { border-color: rgb(255,129,39); }
td.TdClassName
{
border-color: #FF8127;
}
.TagClassName
{
border-color: #FF8127;
}
</style>