Shades of Pumpkin #FF8326
Tints of Pumpkin #FF8326
RGB
CMYK
RGB Variations
Color information
#FF8326 (or 0xFF8326) is known color: Pumpkin. HEX triplet: FF, 83 and 26. RGB value is (255,131,38). Sum of RGB (Red+Green+Blue) = 255+131+38=424 (56% of max value = 765). Red value is 255 (100% from 255 or 60.14% from 424); Green value is 131 (51.56% from 255 or 30.90% from 424); Blue value is 38 (15.23% from 255 or 8.96% from 424); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8326 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF8326 is #007CD9. Grayscale: #9D9D9D. Windows color (decimal): -31962 or 2524159. OLE color: 2524159.
HSL color Cylindrical-coordinate representation of color #FF8326: hue angle of 25.71º 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 #FF8326 is Cyan = 0, Magento = 0.49, Yellow = 0.85 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 131 | 38 | - |
| CMYK | 0 | 0.49 | 0.85 | 0 |
| HSL | 25.71º | 1% | 0.57% | - |
| HSV(B) | 25.71º | 0.85% | 1% | - |
| XYZ | 49.71 | 37.63 | 6.48 | - |
| YUV | 157.47 | 60.58 | 197.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 131 | 38 | 0 | 0.49 | 0.85 | 0 | 25.71 | 1 | 0.57 |
| Hex | FF | 83 | 26 | 0 | 31 | 55 | 0 | 1A | 64 | 39 |
| Octal | 377 | 203 | 46 | 0 | 61 | 125 | 0 | 32 | 144 | 71 |
| Binary | 11111111 | 10000011 | 100110 | 0 | 110001 | 1010101 | 0 | 11010 | 1100100 | 111001 |
Color Harmonies of #FF8326
Complementary color
Monochromatic Colors of #FF8326
Black with #FF8326
Text Example
Text Example
White with #FF8326
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8326; }
p { color: rgb(255,131,38); }
H1.HeaderClassName
{
color: #FF8326;
}
.AnyTagClassName
{
color: #FF8326;
}
</style>
background-color css
<style>
a { background-color: #FF8326; }
a { background-color: rgb(255,131,38); }
div.DivClassName
{
background-color: #FF8326;
}
.BgClassName
{
background-color: #FF8326;
}
</style>
border-color css
<style>
span { border-color: #FF8326; }
span { border-color: rgb(255,131,38); }
td.TdClassName
{
border-color: #FF8326;
}
.TagClassName
{
border-color: #FF8326;
}
</style>