Shades of Pumpkin #F5791F
Tints of Pumpkin #F5791F
RGB
CMYK
RGB Variations
Color information
#F5791F (or 0xF5791F) is known color: Pumpkin. HEX triplet: F5, 79 and 1F. RGB value is (245,121,31). Sum of RGB (Red+Green+Blue) = 245+121+31=397 (52% of max value = 765). Red value is 245 (96.09% from 255 or 61.71% from 397); Green value is 121 (47.66% from 255 or 30.48% from 397); Blue value is 31 (12.5% from 255 or 7.81% from 397); Max value from RGB is 245 - color contains mainly: red. Hex color #F5791F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F5791F is #0A86E0. Grayscale: #949494. Windows color (decimal): -689889 or 2062837. OLE color: 2062837.
HSL color Cylindrical-coordinate representation of color #F5791F: hue angle of 25.23º 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 #F5791F is Cyan = 0, Magento = 0.51, Yellow = 0.87 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 121 | 31 | - |
| CMYK | 0 | 0.51 | 0.87 | 0.04 |
| HSL | 25.23º | 0.91% | 0.54% | - |
| HSV(B) | 25.23º | 0.87% | 0.96% | - |
| XYZ | 44.74 | 33.19 | 5.34 | - |
| YUV | 147.82 | 62.08 | 197.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 121 | 31 | 0 | 0.51 | 0.87 | 0.04 | 25.23 | 0.91 | 0.54 |
| Hex | F5 | 79 | 1F | 0 | 33 | 57 | 4 | 19 | 5B | 36 |
| Octal | 365 | 171 | 37 | 0 | 63 | 127 | 4 | 31 | 133 | 66 |
| Binary | 11110101 | 1111001 | 11111 | 0 | 110011 | 1010111 | 100 | 11001 | 1011011 | 110110 |
Color Harmonies of #F5791F
Complementary color
Monochromatic Colors of #F5791F
Black with #F5791F
Text Example
Text Example
White with #F5791F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5791F; }
p { color: rgb(245,121,31); }
H1.HeaderClassName
{
color: #F5791F;
}
.AnyTagClassName
{
color: #F5791F;
}
</style>
background-color css
<style>
a { background-color: #F5791F; }
a { background-color: rgb(245,121,31); }
div.DivClassName
{
background-color: #F5791F;
}
.BgClassName
{
background-color: #F5791F;
}
</style>
border-color css
<style>
span { border-color: #F5791F; }
span { border-color: rgb(245,121,31); }
td.TdClassName
{
border-color: #F5791F;
}
.TagClassName
{
border-color: #F5791F;
}
</style>