Shades of Pumpkin #F55E1E
Tints of Pumpkin #F55E1E
RGB
CMYK
RGB Variations
Color information
#F55E1E (or 0xF55E1E) is known color: Pumpkin. HEX triplet: F5, 5E and 1E. RGB value is (245,94,30). Sum of RGB (Red+Green+Blue) = 245+94+30=369 (48% of max value = 765). Red value is 245 (96.09% from 255 or 66.40% from 369); Green value is 94 (37.11% from 255 or 25.47% from 369); Blue value is 30 (12.11% from 255 or 8.13% from 369); Max value from RGB is 245 - color contains mainly: red. Hex color #F55E1E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F55E1E is #0AA1E1. Grayscale: #848484. Windows color (decimal): -696802 or 1990389. OLE color: 1990389.
HSL color Cylindrical-coordinate representation of color #F55E1E: hue angle of 17.86º degrees, saturation: 0.91, 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 #F55E1E is Cyan = 0, Magento = 0.62, Yellow = 0.88 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 94 | 30 | - |
| CMYK | 0 | 0.62 | 0.88 | 0.04 |
| HSL | 17.86º | 0.91% | 0.54% | - |
| HSV(B) | 17.86º | 0.88% | 0.96% | - |
| XYZ | 41.89 | 27.51 | 4.33 | - |
| YUV | 131.85 | 70.53 | 208.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 94 | 30 | 0 | 0.62 | 0.88 | 0.04 | 17.86 | 0.91 | 0.54 |
| Hex | F5 | 5E | 1E | 0 | 3E | 58 | 4 | 12 | 5B | 36 |
| Octal | 365 | 136 | 36 | 0 | 76 | 130 | 4 | 22 | 133 | 66 |
| Binary | 11110101 | 1011110 | 11110 | 0 | 111110 | 1011000 | 100 | 10010 | 1011011 | 110110 |
Color Harmonies of #F55E1E
Complementary color
Monochromatic Colors of #F55E1E
Black with #F55E1E
Text Example
Text Example
White with #F55E1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F55E1E; }
p { color: rgb(245,94,30); }
H1.HeaderClassName
{
color: #F55E1E;
}
.AnyTagClassName
{
color: #F55E1E;
}
</style>
background-color css
<style>
a { background-color: #F55E1E; }
a { background-color: rgb(245,94,30); }
div.DivClassName
{
background-color: #F55E1E;
}
.BgClassName
{
background-color: #F55E1E;
}
</style>
border-color css
<style>
span { border-color: #F55E1E; }
span { border-color: rgb(245,94,30); }
td.TdClassName
{
border-color: #F55E1E;
}
.TagClassName
{
border-color: #F55E1E;
}
</style>