Shades of Pumpkin #F07019
Tints of Pumpkin #F07019
RGB
CMYK
RGB Variations
Color information
#F07019 (or 0xF07019) is known color: Pumpkin. HEX triplet: F0, 70 and 19. RGB value is (240,112,25). Sum of RGB (Red+Green+Blue) = 240+112+25=377 (49% of max value = 765). Red value is 240 (94.14% from 255 or 63.66% from 377); Green value is 112 (44.14% from 255 or 29.71% from 377); Blue value is 25 (10.16% from 255 or 6.63% from 377); Max value from RGB is 240 - color contains mainly: red. Hex color #F07019 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F07019 is #0F8FE6. Grayscale: #8C8C8C. Windows color (decimal): -1019879 or 1667312. OLE color: 1667312.
HSL color Cylindrical-coordinate representation of color #F07019: hue angle of 24.28º 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 #F07019 is Cyan = 0, Magento = 0.53, Yellow = 0.90 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 112 | 25 | - |
| CMYK | 0 | 0.53 | 0.90 | 0.06 |
| HSL | 24.28º | 0.88% | 0.52% | - |
| HSV(B) | 24.28º | 0.9% | 0.94% | - |
| XYZ | 41.9 | 30.18 | 4.54 | - |
| YUV | 140.35 | 62.91 | 199.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 112 | 25 | 0 | 0.53 | 0.90 | 0.06 | 24.28 | 0.88 | 0.52 |
| Hex | F0 | 70 | 19 | 0 | 35 | 5A | 6 | 18 | 58 | 34 |
| Octal | 360 | 160 | 31 | 0 | 65 | 132 | 6 | 30 | 130 | 64 |
| Binary | 11110000 | 1110000 | 11001 | 0 | 110101 | 1011010 | 110 | 11000 | 1011000 | 110100 |
Color Harmonies of #F07019
Complementary color
Monochromatic Colors of #F07019
Black with #F07019
Text Example
Text Example
White with #F07019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F07019; }
p { color: rgb(240,112,25); }
H1.HeaderClassName
{
color: #F07019;
}
.AnyTagClassName
{
color: #F07019;
}
</style>
background-color css
<style>
a { background-color: #F07019; }
a { background-color: rgb(240,112,25); }
div.DivClassName
{
background-color: #F07019;
}
.BgClassName
{
background-color: #F07019;
}
</style>
border-color css
<style>
span { border-color: #F07019; }
span { border-color: rgb(240,112,25); }
td.TdClassName
{
border-color: #F07019;
}
.TagClassName
{
border-color: #F07019;
}
</style>