Shades of Pumpkin #F5821F
Tints of Pumpkin #F5821F
RGB
CMYK
RGB Variations
Color information
#F5821F (or 0xF5821F) is known color: Pumpkin. HEX triplet: F5, 82 and 1F. RGB value is (245,130,31). Sum of RGB (Red+Green+Blue) = 245+130+31=406 (53% of max value = 765). Red value is 245 (96.09% from 255 or 60.34% from 406); Green value is 130 (51.17% from 255 or 32.02% from 406); Blue value is 31 (12.5% from 255 or 7.64% from 406); Max value from RGB is 245 - color contains mainly: red. Hex color #F5821F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F5821F is #0A7DE0. Grayscale: #999999. Windows color (decimal): -687585 or 2065141. OLE color: 2065141.
HSL color Cylindrical-coordinate representation of color #F5821F: hue angle of 27.76º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F5821F is Cyan = 0, Magento = 0.47, Yellow = 0.87 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 130 | 31 | - |
| CMYK | 0 | 0.47 | 0.87 | 0.04 |
| HSL | 27.76º | 0.91% | 0.54% | - |
| HSV(B) | 27.76º | 0.87% | 0.96% | - |
| XYZ | 45.89 | 35.48 | 5.73 | - |
| YUV | 153.1 | 59.1 | 193.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 130 | 31 | 0 | 0.47 | 0.87 | 0.04 | 27.76 | 0.91 | 0.54 |
| Hex | F5 | 82 | 1F | 0 | 2F | 57 | 4 | 1C | 5B | 36 |
| Octal | 365 | 202 | 37 | 0 | 57 | 127 | 4 | 34 | 133 | 66 |
| Binary | 11110101 | 10000010 | 11111 | 0 | 101111 | 1010111 | 100 | 11100 | 1011011 | 110110 |
Color Harmonies of #F5821F
Complementary color
Monochromatic Colors of #F5821F
Black with #F5821F
Text Example
Text Example
White with #F5821F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5821F; }
p { color: rgb(245,130,31); }
H1.HeaderClassName
{
color: #F5821F;
}
.AnyTagClassName
{
color: #F5821F;
}
</style>
background-color css
<style>
a { background-color: #F5821F; }
a { background-color: rgb(245,130,31); }
div.DivClassName
{
background-color: #F5821F;
}
.BgClassName
{
background-color: #F5821F;
}
</style>
border-color css
<style>
span { border-color: #F5821F; }
span { border-color: rgb(245,130,31); }
td.TdClassName
{
border-color: #F5821F;
}
.TagClassName
{
border-color: #F5821F;
}
</style>