Shades of Pumpkin #F2641E
Tints of Pumpkin #F2641E
RGB
CMYK
RGB Variations
Color information
#F2641E (or 0xF2641E) is known color: Pumpkin. HEX triplet: F2, 64 and 1E. RGB value is (242,100,30). Sum of RGB (Red+Green+Blue) = 242+100+30=372 (49% of max value = 765). Red value is 242 (94.92% from 255 or 65.05% from 372); Green value is 100 (39.45% from 255 or 26.88% from 372); Blue value is 30 (12.11% from 255 or 8.06% from 372); Max value from RGB is 242 - color contains mainly: red. Hex color #F2641E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F2641E is #0D9BE1. Grayscale: #868686. Windows color (decimal): -891874 or 1991922. OLE color: 1991922.
HSL color Cylindrical-coordinate representation of color #F2641E: hue angle of 19.81º degrees, saturation: 0.89, 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 #F2641E is Cyan = 0, Magento = 0.59, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 100 | 30 | - |
| CMYK | 0 | 0.59 | 0.88 | 0.05 |
| HSL | 19.81º | 0.89% | 0.53% | - |
| HSV(B) | 19.81º | 0.88% | 0.95% | - |
| XYZ | 41.41 | 28.09 | 4.47 | - |
| YUV | 134.48 | 69.04 | 204.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 100 | 30 | 0 | 0.59 | 0.88 | 0.05 | 19.81 | 0.89 | 0.53 |
| Hex | F2 | 64 | 1E | 0 | 3B | 58 | 5 | 14 | 59 | 35 |
| Octal | 362 | 144 | 36 | 0 | 73 | 130 | 5 | 24 | 131 | 65 |
| Binary | 11110010 | 1100100 | 11110 | 0 | 111011 | 1011000 | 101 | 10100 | 1011001 | 110101 |
Color Harmonies of #F2641E
Complementary color
Monochromatic Colors of #F2641E
Black with #F2641E
Text Example
Text Example
White with #F2641E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2641E; }
p { color: rgb(242,100,30); }
H1.HeaderClassName
{
color: #F2641E;
}
.AnyTagClassName
{
color: #F2641E;
}
</style>
background-color css
<style>
a { background-color: #F2641E; }
a { background-color: rgb(242,100,30); }
div.DivClassName
{
background-color: #F2641E;
}
.BgClassName
{
background-color: #F2641E;
}
</style>
border-color css
<style>
span { border-color: #F2641E; }
span { border-color: rgb(242,100,30); }
td.TdClassName
{
border-color: #F2641E;
}
.TagClassName
{
border-color: #F2641E;
}
</style>