Shades of Pumpkin #F2741D
Tints of Pumpkin #F2741D
RGB
CMYK
RGB Variations
Color information
#F2741D (or 0xF2741D) is known color: Pumpkin. HEX triplet: F2, 74 and 1D. RGB value is (242,116,29). Sum of RGB (Red+Green+Blue) = 242+116+29=387 (51% of max value = 765). Red value is 242 (94.92% from 255 or 62.53% from 387); Green value is 116 (45.70% from 255 or 29.97% from 387); Blue value is 29 (11.72% from 255 or 7.49% from 387); Max value from RGB is 242 - color contains mainly: red. Hex color #F2741D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F2741D is #0D8BE2. Grayscale: #909090. Windows color (decimal): -887779 or 1930482. OLE color: 1930482.
HSL color Cylindrical-coordinate representation of color #F2741D: hue angle of 24.51º 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 #F2741D is Cyan = 0, Magento = 0.52, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 116 | 29 | - |
| CMYK | 0 | 0.52 | 0.88 | 0.05 |
| HSL | 24.51º | 0.89% | 0.53% | - |
| HSV(B) | 24.51º | 0.88% | 0.95% | - |
| XYZ | 43.09 | 31.46 | 4.96 | - |
| YUV | 143.76 | 63.24 | 198.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 116 | 29 | 0 | 0.52 | 0.88 | 0.05 | 24.51 | 0.89 | 0.53 |
| Hex | F2 | 74 | 1D | 0 | 34 | 58 | 5 | 19 | 59 | 35 |
| Octal | 362 | 164 | 35 | 0 | 64 | 130 | 5 | 31 | 131 | 65 |
| Binary | 11110010 | 1110100 | 11101 | 0 | 110100 | 1011000 | 101 | 11001 | 1011001 | 110101 |
Color Harmonies of #F2741D
Complementary color
Monochromatic Colors of #F2741D
Black with #F2741D
Text Example
Text Example
White with #F2741D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2741D; }
p { color: rgb(242,116,29); }
H1.HeaderClassName
{
color: #F2741D;
}
.AnyTagClassName
{
color: #F2741D;
}
</style>
background-color css
<style>
a { background-color: #F2741D; }
a { background-color: rgb(242,116,29); }
div.DivClassName
{
background-color: #F2741D;
}
.BgClassName
{
background-color: #F2741D;
}
</style>
border-color css
<style>
span { border-color: #F2741D; }
span { border-color: rgb(242,116,29); }
td.TdClassName
{
border-color: #F2741D;
}
.TagClassName
{
border-color: #F2741D;
}
</style>