Shades of Pumpkin #F07C24
Tints of Pumpkin #F07C24
RGB
CMYK
RGB Variations
Color information
#F07C24 (or 0xF07C24) is known color: Pumpkin. HEX triplet: F0, 7C and 24. RGB value is (240,124,36). Sum of RGB (Red+Green+Blue) = 240+124+36=400 (52% of max value = 765). Red value is 240 (94.14% from 255 or 60% from 400); Green value is 124 (48.83% from 255 or 31% from 400); Blue value is 36 (14.45% from 255 or 9% from 400); Max value from RGB is 240 - color contains mainly: red. Hex color #F07C24 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F07C24 is #0F83DB. Grayscale: #959595. Windows color (decimal): -1016796 or 2391280. OLE color: 2391280.
HSL color Cylindrical-coordinate representation of color #F07C24: hue angle of 25.88º 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 #F07C24 is Cyan = 0, Magento = 0.48, Yellow = 0.85 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 124 | 36 | - |
| CMYK | 0 | 0.48 | 0.85 | 0.06 |
| HSL | 25.88º | 0.87% | 0.54% | - |
| HSV(B) | 25.88º | 0.85% | 0.94% | - |
| XYZ | 43.46 | 33.07 | 5.76 | - |
| YUV | 148.65 | 64.43 | 193.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 124 | 36 | 0 | 0.48 | 0.85 | 0.06 | 25.88 | 0.87 | 0.54 |
| Hex | F0 | 7C | 24 | 0 | 30 | 55 | 6 | 1A | 57 | 36 |
| Octal | 360 | 174 | 44 | 0 | 60 | 125 | 6 | 32 | 127 | 66 |
| Binary | 11110000 | 1111100 | 100100 | 0 | 110000 | 1010101 | 110 | 11010 | 1010111 | 110110 |
Color Harmonies of #F07C24
Complementary color
Monochromatic Colors of #F07C24
Black with #F07C24
Text Example
Text Example
White with #F07C24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F07C24; }
p { color: rgb(240,124,36); }
H1.HeaderClassName
{
color: #F07C24;
}
.AnyTagClassName
{
color: #F07C24;
}
</style>
background-color css
<style>
a { background-color: #F07C24; }
a { background-color: rgb(240,124,36); }
div.DivClassName
{
background-color: #F07C24;
}
.BgClassName
{
background-color: #F07C24;
}
</style>
border-color css
<style>
span { border-color: #F07C24; }
span { border-color: rgb(240,124,36); }
td.TdClassName
{
border-color: #F07C24;
}
.TagClassName
{
border-color: #F07C24;
}
</style>