Shades of Pumpkin #F5790D
Tints of Pumpkin #F5790D
RGB
CMYK
RGB Variations
Color information
#F5790D (or 0xF5790D) is known color: Pumpkin. HEX triplet: F5, 79 and 0D. RGB value is (245,121,13). Sum of RGB (Red+Green+Blue) = 245+121+13=379 (50% of max value = 765). Red value is 245 (96.09% from 255 or 64.64% from 379); Green value is 121 (47.66% from 255 or 31.93% from 379); Blue value is 13 (5.47% from 255 or 3.43% from 379); Max value from RGB is 245 - color contains mainly: red. Hex color #F5790D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F5790D is #0A86F2. Grayscale: #929292. Windows color (decimal): -689907 or 883189. OLE color: 883189.
HSL color Cylindrical-coordinate representation of color #F5790D: hue angle of 27.93º degrees, saturation: 0.92, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F5790D is Cyan = 0, Magento = 0.51, Yellow = 0.95 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 121 | 13 | - |
| CMYK | 0 | 0.51 | 0.95 | 0.04 |
| HSL | 27.93º | 0.92% | 0.51% | - |
| HSV(B) | 27.93º | 0.95% | 0.96% | - |
| XYZ | 44.57 | 33.12 | 4.42 | - |
| YUV | 145.76 | 53.08 | 198.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 121 | 13 | 0 | 0.51 | 0.95 | 0.04 | 27.93 | 0.92 | 0.51 |
| Hex | F5 | 79 | D | 0 | 33 | 5F | 4 | 1C | 5C | 33 |
| Octal | 365 | 171 | 15 | 0 | 63 | 137 | 4 | 34 | 134 | 63 |
| Binary | 11110101 | 1111001 | 1101 | 0 | 110011 | 1011111 | 100 | 11100 | 1011100 | 110011 |
Color Harmonies of #F5790D
Complementary color
Monochromatic Colors of #F5790D
Black with #F5790D
Text Example
Text Example
White with #F5790D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5790D; }
p { color: rgb(245,121,13); }
H1.HeaderClassName
{
color: #F5790D;
}
.AnyTagClassName
{
color: #F5790D;
}
</style>
background-color css
<style>
a { background-color: #F5790D; }
a { background-color: rgb(245,121,13); }
div.DivClassName
{
background-color: #F5790D;
}
.BgClassName
{
background-color: #F5790D;
}
</style>
border-color css
<style>
span { border-color: #F5790D; }
span { border-color: rgb(245,121,13); }
td.TdClassName
{
border-color: #F5790D;
}
.TagClassName
{
border-color: #F5790D;
}
</style>