Shades of Pumpkin #F5781D
Tints of Pumpkin #F5781D
RGB
CMYK
RGB Variations
Color information
#F5781D (or 0xF5781D) is known color: Pumpkin. HEX triplet: F5, 78 and 1D. RGB value is (245,120,29). Sum of RGB (Red+Green+Blue) = 245+120+29=394 (52% of max value = 765). Red value is 245 (96.09% from 255 or 62.18% from 394); Green value is 120 (47.27% from 255 or 30.46% from 394); Blue value is 29 (11.72% from 255 or 7.36% from 394); Max value from RGB is 245 - color contains mainly: red. Hex color #F5781D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F5781D is #0A87E2. Grayscale: #939393. Windows color (decimal): -690147 or 1931509. OLE color: 1931509.
HSL color Cylindrical-coordinate representation of color #F5781D: hue angle of 25.28º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F5781D is Cyan = 0, Magento = 0.51, Yellow = 0.88 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 120 | 29 | - |
| CMYK | 0 | 0.51 | 0.88 | 0.04 |
| HSL | 25.28º | 0.92% | 0.54% | - |
| HSV(B) | 25.28º | 0.88% | 0.96% | - |
| XYZ | 44.59 | 32.93 | 5.17 | - |
| YUV | 147 | 61.41 | 197.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 120 | 29 | 0 | 0.51 | 0.88 | 0.04 | 25.28 | 0.92 | 0.54 |
| Hex | F5 | 78 | 1D | 0 | 33 | 58 | 4 | 19 | 5C | 36 |
| Octal | 365 | 170 | 35 | 0 | 63 | 130 | 4 | 31 | 134 | 66 |
| Binary | 11110101 | 1111000 | 11101 | 0 | 110011 | 1011000 | 100 | 11001 | 1011100 | 110110 |
Color Harmonies of #F5781D
Complementary color
Monochromatic Colors of #F5781D
Black with #F5781D
Text Example
Text Example
White with #F5781D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5781D; }
p { color: rgb(245,120,29); }
H1.HeaderClassName
{
color: #F5781D;
}
.AnyTagClassName
{
color: #F5781D;
}
</style>
background-color css
<style>
a { background-color: #F5781D; }
a { background-color: rgb(245,120,29); }
div.DivClassName
{
background-color: #F5781D;
}
.BgClassName
{
background-color: #F5781D;
}
</style>
border-color css
<style>
span { border-color: #F5781D; }
span { border-color: rgb(245,120,29); }
td.TdClassName
{
border-color: #F5781D;
}
.TagClassName
{
border-color: #F5781D;
}
</style>