Shades of Pumpkin #F5621D
Tints of Pumpkin #F5621D
RGB
CMYK
RGB Variations
Color information
#F5621D (or 0xF5621D) is known color: Pumpkin. HEX triplet: F5, 62 and 1D. RGB value is (245,98,29). Sum of RGB (Red+Green+Blue) = 245+98+29=372 (49% of max value = 765). Red value is 245 (96.09% from 255 or 65.86% from 372); Green value is 98 (38.67% from 255 or 26.34% from 372); Blue value is 29 (11.72% from 255 or 7.80% from 372); Max value from RGB is 245 - color contains mainly: red. Hex color #F5621D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F5621D is #0A9DE2. Grayscale: #868686. Windows color (decimal): -695779 or 1925877. OLE color: 1925877.
HSL color Cylindrical-coordinate representation of color #F5621D: hue angle of 19.17º 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 #F5621D is Cyan = 0, Magento = 0.6, Yellow = 0.88 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 98 | 29 | - |
| CMYK | 0 | 0.6 | 0.88 | 0.04 |
| HSL | 19.17º | 0.92% | 0.54% | - |
| HSV(B) | 19.17º | 0.88% | 0.96% | - |
| XYZ | 42.25 | 28.24 | 4.39 | - |
| YUV | 134.09 | 68.7 | 207.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 98 | 29 | 0 | 0.6 | 0.88 | 0.04 | 19.17 | 0.92 | 0.54 |
| Hex | F5 | 62 | 1D | 0 | 3C | 58 | 4 | 13 | 5C | 36 |
| Octal | 365 | 142 | 35 | 0 | 74 | 130 | 4 | 23 | 134 | 66 |
| Binary | 11110101 | 1100010 | 11101 | 0 | 111100 | 1011000 | 100 | 10011 | 1011100 | 110110 |
Color Harmonies of #F5621D
Complementary color
Monochromatic Colors of #F5621D
Black with #F5621D
Text Example
Text Example
White with #F5621D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5621D; }
p { color: rgb(245,98,29); }
H1.HeaderClassName
{
color: #F5621D;
}
.AnyTagClassName
{
color: #F5621D;
}
</style>
background-color css
<style>
a { background-color: #F5621D; }
a { background-color: rgb(245,98,29); }
div.DivClassName
{
background-color: #F5621D;
}
.BgClassName
{
background-color: #F5621D;
}
</style>
border-color css
<style>
span { border-color: #F5621D; }
span { border-color: rgb(245,98,29); }
td.TdClassName
{
border-color: #F5621D;
}
.TagClassName
{
border-color: #F5621D;
}
</style>