Shades of Pumpkin #FF730E
Tints of Pumpkin #FF730E
RGB
CMYK
RGB Variations
Color information
#FF730E (or 0xFF730E) is known color: Pumpkin. HEX triplet: FF, 73 and 0E. RGB value is (255,115,14). Sum of RGB (Red+Green+Blue) = 255+115+14=384 (50% of max value = 765). Red value is 255 (100% from 255 or 66.41% from 384); Green value is 115 (45.31% from 255 or 29.95% from 384); Blue value is 14 (5.86% from 255 or 3.65% from 384); Max value from RGB is 255 - color contains mainly: red. Hex color #FF730E is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF730E is #008CF1. Grayscale: #919191. Windows color (decimal): -36082 or 947199. OLE color: 947199.
HSL color Cylindrical-coordinate representation of color #FF730E: hue angle of 25.15º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FF730E is Cyan = 0, Magento = 0.55, Yellow = 0.95 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 115 | 14 | - |
| CMYK | 0 | 0.55 | 0.95 | 0 |
| HSL | 25.15º | 1% | 0.53% | - |
| HSV(B) | 25.15º | 0.95% | 1% | - |
| XYZ | 47.45 | 33.55 | 4.39 | - |
| YUV | 145.35 | 53.88 | 206.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 115 | 14 | 0 | 0.55 | 0.95 | 0 | 25.15 | 1 | 0.53 |
| Hex | FF | 73 | E | 0 | 37 | 5F | 0 | 19 | 64 | 35 |
| Octal | 377 | 163 | 16 | 0 | 67 | 137 | 0 | 31 | 144 | 65 |
| Binary | 11111111 | 1110011 | 1110 | 0 | 110111 | 1011111 | 0 | 11001 | 1100100 | 110101 |
Color Harmonies of #FF730E
Complementary color
Monochromatic Colors of #FF730E
Black with #FF730E
Text Example
Text Example
White with #FF730E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF730E; }
p { color: rgb(255,115,14); }
H1.HeaderClassName
{
color: #FF730E;
}
.AnyTagClassName
{
color: #FF730E;
}
</style>
background-color css
<style>
a { background-color: #FF730E; }
a { background-color: rgb(255,115,14); }
div.DivClassName
{
background-color: #FF730E;
}
.BgClassName
{
background-color: #FF730E;
}
</style>
border-color css
<style>
span { border-color: #FF730E; }
span { border-color: rgb(255,115,14); }
td.TdClassName
{
border-color: #FF730E;
}
.TagClassName
{
border-color: #FF730E;
}
</style>