Shades of Pumpkin #FF7326
Tints of Pumpkin #FF7326
RGB
CMYK
RGB Variations
Color information
#FF7326 (or 0xFF7326) is known color: Pumpkin. HEX triplet: FF, 73 and 26. RGB value is (255,115,38). Sum of RGB (Red+Green+Blue) = 255+115+38=408 (54% of max value = 765). Red value is 255 (100% from 255 or 62.5% from 408); Green value is 115 (45.31% from 255 or 28.19% from 408); Blue value is 38 (15.23% from 255 or 9.31% from 408); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7326 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF7326 is #008CD9. Grayscale: #949494. Windows color (decimal): -36058 or 2520063. OLE color: 2520063.
HSL color Cylindrical-coordinate representation of color #FF7326: hue angle of 21.29º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FF7326 is Cyan = 0, Magento = 0.55, Yellow = 0.85 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 115 | 38 | - |
| CMYK | 0 | 0.55 | 0.85 | 0 |
| HSL | 21.29º | 1% | 0.57% | - |
| HSV(B) | 21.29º | 0.85% | 1% | - |
| XYZ | 47.72 | 33.66 | 5.82 | - |
| YUV | 148.08 | 65.88 | 204.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 115 | 38 | 0 | 0.55 | 0.85 | 0 | 21.29 | 1 | 0.57 |
| Hex | FF | 73 | 26 | 0 | 37 | 55 | 0 | 15 | 64 | 39 |
| Octal | 377 | 163 | 46 | 0 | 67 | 125 | 0 | 25 | 144 | 71 |
| Binary | 11111111 | 1110011 | 100110 | 0 | 110111 | 1010101 | 0 | 10101 | 1100100 | 111001 |
Color Harmonies of #FF7326
Complementary color
Monochromatic Colors of #FF7326
Black with #FF7326
Text Example
Text Example
White with #FF7326
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7326; }
p { color: rgb(255,115,38); }
H1.HeaderClassName
{
color: #FF7326;
}
.AnyTagClassName
{
color: #FF7326;
}
</style>
background-color css
<style>
a { background-color: #FF7326; }
a { background-color: rgb(255,115,38); }
div.DivClassName
{
background-color: #FF7326;
}
.BgClassName
{
background-color: #FF7326;
}
</style>
border-color css
<style>
span { border-color: #FF7326; }
span { border-color: rgb(255,115,38); }
td.TdClassName
{
border-color: #FF7326;
}
.TagClassName
{
border-color: #FF7326;
}
</style>