Shades of Pumpkin #F1641E
Tints of Pumpkin #F1641E
RGB
CMYK
RGB Variations
Color information
#F1641E (or 0xF1641E) is known color: Pumpkin. HEX triplet: F1, 64 and 1E. RGB value is (241,100,30). Sum of RGB (Red+Green+Blue) = 241+100+30=371 (49% of max value = 765). Red value is 241 (94.53% from 255 or 64.96% from 371); Green value is 100 (39.45% from 255 or 26.95% from 371); Blue value is 30 (12.11% from 255 or 8.09% from 371); Max value from RGB is 241 - color contains mainly: red. Hex color #F1641E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F1641E is #0E9BE1. Grayscale: #868686. Windows color (decimal): -957410 or 1991921. OLE color: 1991921.
HSL color Cylindrical-coordinate representation of color #F1641E: hue angle of 19.91º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F1641E is Cyan = 0, Magento = 0.59, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 100 | 30 | - |
| CMYK | 0 | 0.59 | 0.88 | 0.05 |
| HSL | 19.91º | 0.88% | 0.53% | - |
| HSV(B) | 19.91º | 0.88% | 0.95% | - |
| XYZ | 41.07 | 27.91 | 4.45 | - |
| YUV | 134.18 | 69.21 | 204.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 100 | 30 | 0 | 0.59 | 0.88 | 0.05 | 19.91 | 0.88 | 0.53 |
| Hex | F1 | 64 | 1E | 0 | 3B | 58 | 5 | 14 | 58 | 35 |
| Octal | 361 | 144 | 36 | 0 | 73 | 130 | 5 | 24 | 130 | 65 |
| Binary | 11110001 | 1100100 | 11110 | 0 | 111011 | 1011000 | 101 | 10100 | 1011000 | 110101 |
Color Harmonies of #F1641E
Complementary color
Monochromatic Colors of #F1641E
Black with #F1641E
Text Example
Text Example
White with #F1641E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1641E; }
p { color: rgb(241,100,30); }
H1.HeaderClassName
{
color: #F1641E;
}
.AnyTagClassName
{
color: #F1641E;
}
</style>
background-color css
<style>
a { background-color: #F1641E; }
a { background-color: rgb(241,100,30); }
div.DivClassName
{
background-color: #F1641E;
}
.BgClassName
{
background-color: #F1641E;
}
</style>
border-color css
<style>
span { border-color: #F1641E; }
span { border-color: rgb(241,100,30); }
td.TdClassName
{
border-color: #F1641E;
}
.TagClassName
{
border-color: #F1641E;
}
</style>