Shades of Pumpkin #F07E15
Tints of Pumpkin #F07E15
RGB
CMYK
RGB Variations
Color information
#F07E15 (or 0xF07E15) is known color: Pumpkin. HEX triplet: F0, 7E and 15. RGB value is (240,126,21). Sum of RGB (Red+Green+Blue) = 240+126+21=387 (51% of max value = 765). Red value is 240 (94.14% from 255 or 62.02% from 387); Green value is 126 (49.61% from 255 or 32.56% from 387); Blue value is 21 (8.59% from 255 or 5.43% from 387); Max value from RGB is 240 - color contains mainly: red. Hex color #F07E15 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F07E15 is #0F81EA. Grayscale: #949494. Windows color (decimal): -1016299 or 1408752. OLE color: 1408752.
HSL color Cylindrical-coordinate representation of color #F07E15: hue angle of 28.77º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F07E15 is Cyan = 0, Magento = 0.48, Yellow = 0.91 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 126 | 21 | - |
| CMYK | 0 | 0.48 | 0.91 | 0.06 |
| HSL | 28.77º | 0.88% | 0.51% | - |
| HSV(B) | 28.77º | 0.91% | 0.94% | - |
| XYZ | 43.53 | 33.5 | 4.88 | - |
| YUV | 148.12 | 56.27 | 193.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 126 | 21 | 0 | 0.48 | 0.91 | 0.06 | 28.77 | 0.88 | 0.51 |
| Hex | F0 | 7E | 15 | 0 | 30 | 5B | 6 | 1D | 58 | 33 |
| Octal | 360 | 176 | 25 | 0 | 60 | 133 | 6 | 35 | 130 | 63 |
| Binary | 11110000 | 1111110 | 10101 | 0 | 110000 | 1011011 | 110 | 11101 | 1011000 | 110011 |
Color Harmonies of #F07E15
Complementary color
Monochromatic Colors of #F07E15
Black with #F07E15
Text Example
Text Example
White with #F07E15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F07E15; }
p { color: rgb(240,126,21); }
H1.HeaderClassName
{
color: #F07E15;
}
.AnyTagClassName
{
color: #F07E15;
}
</style>
background-color css
<style>
a { background-color: #F07E15; }
a { background-color: rgb(240,126,21); }
div.DivClassName
{
background-color: #F07E15;
}
.BgClassName
{
background-color: #F07E15;
}
</style>
border-color css
<style>
span { border-color: #F07E15; }
span { border-color: rgb(240,126,21); }
td.TdClassName
{
border-color: #F07E15;
}
.TagClassName
{
border-color: #F07E15;
}
</style>