Shades of Pumpkin #F07D19
Tints of Pumpkin #F07D19
RGB
CMYK
RGB Variations
Color information
#F07D19 (or 0xF07D19) is known color: Pumpkin. HEX triplet: F0, 7D and 19. RGB value is (240,125,25). Sum of RGB (Red+Green+Blue) = 240+125+25=390 (51% of max value = 765). Red value is 240 (94.14% from 255 or 61.54% from 390); Green value is 125 (49.22% from 255 or 32.05% from 390); Blue value is 25 (10.16% from 255 or 6.41% from 390); Max value from RGB is 240 - color contains mainly: red. Hex color #F07D19 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F07D19 is #0F82E6. Grayscale: #949494. Windows color (decimal): -1016551 or 1670640. OLE color: 1670640.
HSL color Cylindrical-coordinate representation of color #F07D19: hue angle of 27.91º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F07D19 is Cyan = 0, Magento = 0.48, Yellow = 0.90 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 125 | 25 | - |
| CMYK | 0 | 0.48 | 0.90 | 0.06 |
| HSL | 27.91º | 0.88% | 0.52% | - |
| HSV(B) | 27.91º | 0.9% | 0.94% | - |
| XYZ | 43.44 | 33.26 | 5.05 | - |
| YUV | 147.99 | 58.6 | 193.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 125 | 25 | 0 | 0.48 | 0.90 | 0.06 | 27.91 | 0.88 | 0.52 |
| Hex | F0 | 7D | 19 | 0 | 30 | 5A | 6 | 1C | 58 | 34 |
| Octal | 360 | 175 | 31 | 0 | 60 | 132 | 6 | 34 | 130 | 64 |
| Binary | 11110000 | 1111101 | 11001 | 0 | 110000 | 1011010 | 110 | 11100 | 1011000 | 110100 |
Color Harmonies of #F07D19
Complementary color
Monochromatic Colors of #F07D19
Black with #F07D19
Text Example
Text Example
White with #F07D19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F07D19; }
p { color: rgb(240,125,25); }
H1.HeaderClassName
{
color: #F07D19;
}
.AnyTagClassName
{
color: #F07D19;
}
</style>
background-color css
<style>
a { background-color: #F07D19; }
a { background-color: rgb(240,125,25); }
div.DivClassName
{
background-color: #F07D19;
}
.BgClassName
{
background-color: #F07D19;
}
</style>
border-color css
<style>
span { border-color: #F07D19; }
span { border-color: rgb(240,125,25); }
td.TdClassName
{
border-color: #F07D19;
}
.TagClassName
{
border-color: #F07D19;
}
</style>