Shades of Pumpkin #F2730E
Tints of Pumpkin #F2730E
RGB
CMYK
RGB Variations
Color information
#F2730E (or 0xF2730E) is known color: Pumpkin. HEX triplet: F2, 73 and 0E. RGB value is (242,115,14). Sum of RGB (Red+Green+Blue) = 242+115+14=371 (49% of max value = 765). Red value is 242 (94.92% from 255 or 65.23% from 371); Green value is 115 (45.31% from 255 or 31.00% from 371); Blue value is 14 (5.86% from 255 or 3.77% from 371); Max value from RGB is 242 - color contains mainly: red. Hex color #F2730E is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F2730E is #0D8CF1. Grayscale: #8D8D8D. Windows color (decimal): -888050 or 947186. OLE color: 947186.
HSL color Cylindrical-coordinate representation of color #F2730E: hue angle of 26.58º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F2730E is Cyan = 0, Magento = 0.52, Yellow = 0.94 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 115 | 14 | - |
| CMYK | 0 | 0.52 | 0.94 | 0.05 |
| HSL | 26.58º | 0.9% | 0.5% | - |
| HSV(B) | 26.58º | 0.94% | 0.95% | - |
| XYZ | 42.83 | 31.17 | 4.17 | - |
| YUV | 141.46 | 56.08 | 199.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 115 | 14 | 0 | 0.52 | 0.94 | 0.05 | 26.58 | 0.9 | 0.5 |
| Hex | F2 | 73 | E | 0 | 34 | 5E | 5 | 1B | 5A | 32 |
| Octal | 362 | 163 | 16 | 0 | 64 | 136 | 5 | 33 | 132 | 62 |
| Binary | 11110010 | 1110011 | 1110 | 0 | 110100 | 1011110 | 101 | 11011 | 1011010 | 110010 |
Color Harmonies of #F2730E
Complementary color
Monochromatic Colors of #F2730E
Black with #F2730E
Text Example
Text Example
White with #F2730E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2730E; }
p { color: rgb(242,115,14); }
H1.HeaderClassName
{
color: #F2730E;
}
.AnyTagClassName
{
color: #F2730E;
}
</style>
background-color css
<style>
a { background-color: #F2730E; }
a { background-color: rgb(242,115,14); }
div.DivClassName
{
background-color: #F2730E;
}
.BgClassName
{
background-color: #F2730E;
}
</style>
border-color css
<style>
span { border-color: #F2730E; }
span { border-color: rgb(242,115,14); }
td.TdClassName
{
border-color: #F2730E;
}
.TagClassName
{
border-color: #F2730E;
}
</style>