Shades of Pumpkin #FF7319
Tints of Pumpkin #FF7319
RGB
CMYK
RGB Variations
Color information
#FF7319 (or 0xFF7319) is known color: Pumpkin. HEX triplet: FF, 73 and 19. RGB value is (255,115,25). Sum of RGB (Red+Green+Blue) = 255+115+25=395 (52% of max value = 765). Red value is 255 (100% from 255 or 64.56% from 395); Green value is 115 (45.31% from 255 or 29.11% from 395); Blue value is 25 (10.16% from 255 or 6.33% from 395); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7319 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF7319 is #008CE6. Grayscale: #939393. Windows color (decimal): -36071 or 1668095. OLE color: 1668095.
HSL color Cylindrical-coordinate representation of color #FF7319: hue angle of 23.48º 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 #FF7319 is Cyan = 0, Magento = 0.55, Yellow = 0.90 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 115 | 25 | - |
| CMYK | 0 | 0.55 | 0.90 | 0 |
| HSL | 23.48º | 1% | 0.55% | - |
| HSV(B) | 23.48º | 0.9% | 1% | - |
| XYZ | 47.55 | 33.59 | 4.9 | - |
| YUV | 146.6 | 59.38 | 205.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 115 | 25 | 0 | 0.55 | 0.90 | 0 | 23.48 | 1 | 0.55 |
| Hex | FF | 73 | 19 | 0 | 37 | 5A | 0 | 17 | 64 | 37 |
| Octal | 377 | 163 | 31 | 0 | 67 | 132 | 0 | 27 | 144 | 67 |
| Binary | 11111111 | 1110011 | 11001 | 0 | 110111 | 1011010 | 0 | 10111 | 1100100 | 110111 |
Color Harmonies of #FF7319
Complementary color
Monochromatic Colors of #FF7319
Black with #FF7319
Text Example
Text Example
White with #FF7319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7319; }
p { color: rgb(255,115,25); }
H1.HeaderClassName
{
color: #FF7319;
}
.AnyTagClassName
{
color: #FF7319;
}
</style>
background-color css
<style>
a { background-color: #FF7319; }
a { background-color: rgb(255,115,25); }
div.DivClassName
{
background-color: #FF7319;
}
.BgClassName
{
background-color: #FF7319;
}
</style>
border-color css
<style>
span { border-color: #FF7319; }
span { border-color: rgb(255,115,25); }
td.TdClassName
{
border-color: #FF7319;
}
.TagClassName
{
border-color: #FF7319;
}
</style>