Shades of Pumpkin #F1631C
Tints of Pumpkin #F1631C
RGB
CMYK
RGB Variations
Color information
#F1631C (or 0xF1631C) is known color: Pumpkin. HEX triplet: F1, 63 and 1C. RGB value is (241,99,28). Sum of RGB (Red+Green+Blue) = 241+99+28=368 (48% of max value = 765). Red value is 241 (94.53% from 255 or 65.49% from 368); Green value is 99 (39.06% from 255 or 26.90% from 368); Blue value is 28 (11.33% from 255 or 7.61% from 368); Max value from RGB is 241 - color contains mainly: red. Hex color #F1631C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F1631C is #0E9CE3. Grayscale: #858585. Windows color (decimal): -957668 or 1860593. OLE color: 1860593.
HSL color Cylindrical-coordinate representation of color #F1631C: hue angle of 20º 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 #F1631C is Cyan = 0, Magento = 0.59, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 99 | 28 | - |
| CMYK | 0 | 0.59 | 0.88 | 0.05 |
| HSL | 20º | 0.88% | 0.53% | - |
| HSV(B) | 20º | 0.88% | 0.95% | - |
| XYZ | 40.95 | 27.71 | 4.29 | - |
| YUV | 133.36 | 68.54 | 204.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 99 | 28 | 0 | 0.59 | 0.88 | 0.05 | 20 | 0.88 | 0.53 |
| Hex | F1 | 63 | 1C | 0 | 3B | 58 | 5 | 14 | 58 | 35 |
| Octal | 361 | 143 | 34 | 0 | 73 | 130 | 5 | 24 | 130 | 65 |
| Binary | 11110001 | 1100011 | 11100 | 0 | 111011 | 1011000 | 101 | 10100 | 1011000 | 110101 |
Color Harmonies of #F1631C
Complementary color
Monochromatic Colors of #F1631C
Black with #F1631C
Text Example
Text Example
White with #F1631C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1631C; }
p { color: rgb(241,99,28); }
H1.HeaderClassName
{
color: #F1631C;
}
.AnyTagClassName
{
color: #F1631C;
}
</style>
background-color css
<style>
a { background-color: #F1631C; }
a { background-color: rgb(241,99,28); }
div.DivClassName
{
background-color: #F1631C;
}
.BgClassName
{
background-color: #F1631C;
}
</style>
border-color css
<style>
span { border-color: #F1631C; }
span { border-color: rgb(241,99,28); }
td.TdClassName
{
border-color: #F1631C;
}
.TagClassName
{
border-color: #F1631C;
}
</style>