Shades of Pumpkin #F07E12
Tints of Pumpkin #F07E12
RGB
CMYK
RGB Variations
Color information
#F07E12 (or 0xF07E12) is known color: Pumpkin. HEX triplet: F0, 7E and 12. RGB value is (240,126,18). Sum of RGB (Red+Green+Blue) = 240+126+18=384 (50% of max value = 765). Red value is 240 (94.14% from 255 or 62.5% from 384); Green value is 126 (49.61% from 255 or 32.81% from 384); Blue value is 18 (7.42% from 255 or 4.69% from 384); Max value from RGB is 240 - color contains mainly: red. Hex color #F07E12 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F07E12 is #0F81ED. Grayscale: #949494. Windows color (decimal): -1016302 or 1212144. OLE color: 1212144.
HSL color Cylindrical-coordinate representation of color #F07E12: hue angle of 29.19º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F07E12 is Cyan = 0, Magento = 0.48, Yellow = 0.92 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 126 | 18 | - |
| CMYK | 0 | 0.48 | 0.92 | 0.06 |
| HSL | 29.19º | 0.88% | 0.51% | - |
| HSV(B) | 29.19º | 0.93% | 0.94% | - |
| XYZ | 43.51 | 33.49 | 4.74 | - |
| YUV | 147.77 | 54.77 | 193.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 126 | 18 | 0 | 0.48 | 0.92 | 0.06 | 29.19 | 0.88 | 0.51 |
| Hex | F0 | 7E | 12 | 0 | 30 | 5C | 6 | 1D | 58 | 33 |
| Octal | 360 | 176 | 22 | 0 | 60 | 134 | 6 | 35 | 130 | 63 |
| Binary | 11110000 | 1111110 | 10010 | 0 | 110000 | 1011100 | 110 | 11101 | 1011000 | 110011 |
Color Harmonies of #F07E12
Complementary color
Monochromatic Colors of #F07E12
Black with #F07E12
Text Example
Text Example
White with #F07E12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F07E12; }
p { color: rgb(240,126,18); }
H1.HeaderClassName
{
color: #F07E12;
}
.AnyTagClassName
{
color: #F07E12;
}
</style>
background-color css
<style>
a { background-color: #F07E12; }
a { background-color: rgb(240,126,18); }
div.DivClassName
{
background-color: #F07E12;
}
.BgClassName
{
background-color: #F07E12;
}
</style>
border-color css
<style>
span { border-color: #F07E12; }
span { border-color: rgb(240,126,18); }
td.TdClassName
{
border-color: #F07E12;
}
.TagClassName
{
border-color: #F07E12;
}
</style>