Shades of Pumpkin #F1641C
Tints of Pumpkin #F1641C
RGB
CMYK
RGB Variations
Color information
#F1641C (or 0xF1641C) is known color: Pumpkin. HEX triplet: F1, 64 and 1C. RGB value is (241,100,28). Sum of RGB (Red+Green+Blue) = 241+100+28=369 (48% of max value = 765). Red value is 241 (94.53% from 255 or 65.31% from 369); Green value is 100 (39.45% from 255 or 27.10% from 369); Blue value is 28 (11.33% from 255 or 7.59% from 369); Max value from RGB is 241 - color contains mainly: red. Hex color #F1641C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F1641C is #0E9BE3. Grayscale: #868686. Windows color (decimal): -957412 or 1860849. OLE color: 1860849.
HSL color Cylindrical-coordinate representation of color #F1641C: hue angle of 20.28º 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 #F1641C is Cyan = 0, Magento = 0.59, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 100 | 28 | - |
| CMYK | 0 | 0.59 | 0.88 | 0.05 |
| HSL | 20.28º | 0.88% | 0.53% | - |
| HSV(B) | 20.28º | 0.88% | 0.95% | - |
| XYZ | 41.04 | 27.9 | 4.32 | - |
| YUV | 133.95 | 68.21 | 204.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 100 | 28 | 0 | 0.59 | 0.88 | 0.05 | 20.28 | 0.88 | 0.53 |
| Hex | F1 | 64 | 1C | 0 | 3B | 58 | 5 | 14 | 58 | 35 |
| Octal | 361 | 144 | 34 | 0 | 73 | 130 | 5 | 24 | 130 | 65 |
| Binary | 11110001 | 1100100 | 11100 | 0 | 111011 | 1011000 | 101 | 10100 | 1011000 | 110101 |
Color Harmonies of #F1641C
Complementary color
Monochromatic Colors of #F1641C
Black with #F1641C
Text Example
Text Example
White with #F1641C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1641C; }
p { color: rgb(241,100,28); }
H1.HeaderClassName
{
color: #F1641C;
}
.AnyTagClassName
{
color: #F1641C;
}
</style>
background-color css
<style>
a { background-color: #F1641C; }
a { background-color: rgb(241,100,28); }
div.DivClassName
{
background-color: #F1641C;
}
.BgClassName
{
background-color: #F1641C;
}
</style>
border-color css
<style>
span { border-color: #F1641C; }
span { border-color: rgb(241,100,28); }
td.TdClassName
{
border-color: #F1641C;
}
.TagClassName
{
border-color: #F1641C;
}
</style>