Shades of Pumpkin #F2641D
Tints of Pumpkin #F2641D
RGB
CMYK
RGB Variations
Color information
#F2641D (or 0xF2641D) is known color: Pumpkin. HEX triplet: F2, 64 and 1D. RGB value is (242,100,29). Sum of RGB (Red+Green+Blue) = 242+100+29=371 (49% of max value = 765). Red value is 242 (94.92% from 255 or 65.23% from 371); Green value is 100 (39.45% from 255 or 26.95% from 371); Blue value is 29 (11.72% from 255 or 7.82% from 371); Max value from RGB is 242 - color contains mainly: red. Hex color #F2641D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F2641D is #0D9BE2. Grayscale: #868686. Windows color (decimal): -891875 or 1926386. OLE color: 1926386.
HSL color Cylindrical-coordinate representation of color #F2641D: hue angle of 20º 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 #F2641D is Cyan = 0, Magento = 0.59, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 100 | 29 | - |
| CMYK | 0 | 0.59 | 0.88 | 0.05 |
| HSL | 20º | 0.89% | 0.53% | - |
| HSV(B) | 20º | 0.88% | 0.95% | - |
| XYZ | 41.4 | 28.08 | 4.4 | - |
| YUV | 134.36 | 68.54 | 204.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 100 | 29 | 0 | 0.59 | 0.88 | 0.05 | 20 | 0.89 | 0.53 |
| Hex | F2 | 64 | 1D | 0 | 3B | 58 | 5 | 14 | 59 | 35 |
| Octal | 362 | 144 | 35 | 0 | 73 | 130 | 5 | 24 | 131 | 65 |
| Binary | 11110010 | 1100100 | 11101 | 0 | 111011 | 1011000 | 101 | 10100 | 1011001 | 110101 |
Color Harmonies of #F2641D
Complementary color
Monochromatic Colors of #F2641D
Black with #F2641D
Text Example
Text Example
White with #F2641D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2641D; }
p { color: rgb(242,100,29); }
H1.HeaderClassName
{
color: #F2641D;
}
.AnyTagClassName
{
color: #F2641D;
}
</style>
background-color css
<style>
a { background-color: #F2641D; }
a { background-color: rgb(242,100,29); }
div.DivClassName
{
background-color: #F2641D;
}
.BgClassName
{
background-color: #F2641D;
}
</style>
border-color css
<style>
span { border-color: #F2641D; }
span { border-color: rgb(242,100,29); }
td.TdClassName
{
border-color: #F2641D;
}
.TagClassName
{
border-color: #F2641D;
}
</style>