Shades of Pumpkin #F2781D
Tints of Pumpkin #F2781D
RGB
CMYK
RGB Variations
Color information
#F2781D (or 0xF2781D) is known color: Pumpkin. HEX triplet: F2, 78 and 1D. RGB value is (242,120,29). Sum of RGB (Red+Green+Blue) = 242+120+29=391 (51% of max value = 765). Red value is 242 (94.92% from 255 or 61.89% from 391); Green value is 120 (47.27% from 255 or 30.69% from 391); Blue value is 29 (11.72% from 255 or 7.42% from 391); Max value from RGB is 242 - color contains mainly: red. Hex color #F2781D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F2781D is #0D87E2. Grayscale: #929292. Windows color (decimal): -886755 or 1931506. OLE color: 1931506.
HSL color Cylindrical-coordinate representation of color #F2781D: hue angle of 25.63º 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 #F2781D is Cyan = 0, Magento = 0.50, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 120 | 29 | - |
| CMYK | 0 | 0.50 | 0.88 | 0.05 |
| HSL | 25.63º | 0.89% | 0.53% | - |
| HSV(B) | 25.63º | 0.88% | 0.95% | - |
| XYZ | 43.56 | 32.4 | 5.12 | - |
| YUV | 146.1 | 61.92 | 196.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 120 | 29 | 0 | 0.50 | 0.88 | 0.05 | 25.63 | 0.89 | 0.53 |
| Hex | F2 | 78 | 1D | 0 | 32 | 58 | 5 | 1A | 59 | 35 |
| Octal | 362 | 170 | 35 | 0 | 62 | 130 | 5 | 32 | 131 | 65 |
| Binary | 11110010 | 1111000 | 11101 | 0 | 110010 | 1011000 | 101 | 11010 | 1011001 | 110101 |
Color Harmonies of #F2781D
Complementary color
Monochromatic Colors of #F2781D
Black with #F2781D
Text Example
Text Example
White with #F2781D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2781D; }
p { color: rgb(242,120,29); }
H1.HeaderClassName
{
color: #F2781D;
}
.AnyTagClassName
{
color: #F2781D;
}
</style>
background-color css
<style>
a { background-color: #F2781D; }
a { background-color: rgb(242,120,29); }
div.DivClassName
{
background-color: #F2781D;
}
.BgClassName
{
background-color: #F2781D;
}
</style>
border-color css
<style>
span { border-color: #F2781D; }
span { border-color: rgb(242,120,29); }
td.TdClassName
{
border-color: #F2781D;
}
.TagClassName
{
border-color: #F2781D;
}
</style>