Shades of Pumpkin #FF8119
Tints of Pumpkin #FF8119
RGB
CMYK
RGB Variations
Color information
#FF8119 (or 0xFF8119) is known color: Pumpkin. HEX triplet: FF, 81 and 19. RGB value is (255,129,25). Sum of RGB (Red+Green+Blue) = 255+129+25=409 (54% of max value = 765). Red value is 255 (100% from 255 or 62.35% from 409); Green value is 129 (50.78% from 255 or 31.54% from 409); Blue value is 25 (10.16% from 255 or 6.11% from 409); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8119 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FF8119 is #007EE6. Grayscale: #9B9B9B. Windows color (decimal): -32487 or 1671679. OLE color: 1671679.
HSL color Cylindrical-coordinate representation of color #FF8119: hue angle of 27.13º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FF8119 is Cyan = 0, Magento = 0.49, Yellow = 0.90 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 129 | 25 | - |
| CMYK | 0 | 0.49 | 0.90 | 0 |
| HSL | 27.13º | 1% | 0.55% | - |
| HSV(B) | 27.13º | 0.9% | 1% | - |
| XYZ | 49.27 | 37.03 | 5.47 | - |
| YUV | 154.82 | 54.74 | 199.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 129 | 25 | 0 | 0.49 | 0.90 | 0 | 27.13 | 1 | 0.55 |
| Hex | FF | 81 | 19 | 0 | 31 | 5A | 0 | 1B | 64 | 37 |
| Octal | 377 | 201 | 31 | 0 | 61 | 132 | 0 | 33 | 144 | 67 |
| Binary | 11111111 | 10000001 | 11001 | 0 | 110001 | 1011010 | 0 | 11011 | 1100100 | 110111 |
Color Harmonies of #FF8119
Complementary color
Monochromatic Colors of #FF8119
Black with #FF8119
Text Example
Text Example
White with #FF8119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8119; }
p { color: rgb(255,129,25); }
H1.HeaderClassName
{
color: #FF8119;
}
.AnyTagClassName
{
color: #FF8119;
}
</style>
background-color css
<style>
a { background-color: #FF8119; }
a { background-color: rgb(255,129,25); }
div.DivClassName
{
background-color: #FF8119;
}
.BgClassName
{
background-color: #FF8119;
}
</style>
border-color css
<style>
span { border-color: #FF8119; }
span { border-color: rgb(255,129,25); }
td.TdClassName
{
border-color: #FF8119;
}
.TagClassName
{
border-color: #FF8119;
}
</style>