Shades of Pumpkin #F07E24
Tints of Pumpkin #F07E24
RGB
CMYK
RGB Variations
Color information
#F07E24 (or 0xF07E24) is known color: Pumpkin. HEX triplet: F0, 7E and 24. RGB value is (240,126,36). Sum of RGB (Red+Green+Blue) = 240+126+36=402 (53% of max value = 765). Red value is 240 (94.14% from 255 or 59.70% from 402); Green value is 126 (49.61% from 255 or 31.34% from 402); Blue value is 36 (14.45% from 255 or 8.96% from 402); Max value from RGB is 240 - color contains mainly: red. Hex color #F07E24 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F07E24 is #0F81DB. Grayscale: #969696. Windows color (decimal): -1016284 or 2391792. OLE color: 2391792.
HSL color Cylindrical-coordinate representation of color #F07E24: hue angle of 26.47º degrees, saturation: 0.87, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F07E24 is Cyan = 0, Magento = 0.48, Yellow = 0.85 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 126 | 36 | - |
| CMYK | 0 | 0.48 | 0.85 | 0.06 |
| HSL | 26.47º | 0.87% | 0.54% | - |
| HSV(B) | 26.47º | 0.85% | 0.94% | - |
| XYZ | 43.71 | 33.57 | 5.85 | - |
| YUV | 149.83 | 63.77 | 192.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 126 | 36 | 0 | 0.48 | 0.85 | 0.06 | 26.47 | 0.87 | 0.54 |
| Hex | F0 | 7E | 24 | 0 | 30 | 55 | 6 | 1A | 57 | 36 |
| Octal | 360 | 176 | 44 | 0 | 60 | 125 | 6 | 32 | 127 | 66 |
| Binary | 11110000 | 1111110 | 100100 | 0 | 110000 | 1010101 | 110 | 11010 | 1010111 | 110110 |
Color Harmonies of #F07E24
Complementary color
Monochromatic Colors of #F07E24
Black with #F07E24
Text Example
Text Example
White with #F07E24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F07E24; }
p { color: rgb(240,126,36); }
H1.HeaderClassName
{
color: #F07E24;
}
.AnyTagClassName
{
color: #F07E24;
}
</style>
background-color css
<style>
a { background-color: #F07E24; }
a { background-color: rgb(240,126,36); }
div.DivClassName
{
background-color: #F07E24;
}
.BgClassName
{
background-color: #F07E24;
}
</style>
border-color css
<style>
span { border-color: #F07E24; }
span { border-color: rgb(240,126,36); }
td.TdClassName
{
border-color: #F07E24;
}
.TagClassName
{
border-color: #F07E24;
}
</style>