Shades of Pumpkin #F07F19
Tints of Pumpkin #F07F19
RGB
CMYK
RGB Variations
Color information
#F07F19 (or 0xF07F19) is known color: Pumpkin. HEX triplet: F0, 7F and 19. RGB value is (240,127,25). Sum of RGB (Red+Green+Blue) = 240+127+25=392 (51% of max value = 765). Red value is 240 (94.14% from 255 or 61.22% from 392); Green value is 127 (50% from 255 or 32.40% from 392); Blue value is 25 (10.16% from 255 or 6.38% from 392); Max value from RGB is 240 - color contains mainly: red. Hex color #F07F19 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F07F19 is #0F80E6. Grayscale: #959595. Windows color (decimal): -1016039 or 1671152. OLE color: 1671152.
HSL color Cylindrical-coordinate representation of color #F07F19: hue angle of 28.47º 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 #F07F19 is Cyan = 0, Magento = 0.47, Yellow = 0.90 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 127 | 25 | - |
| CMYK | 0 | 0.47 | 0.90 | 0.06 |
| HSL | 28.47º | 0.88% | 0.52% | - |
| HSV(B) | 28.47º | 0.9% | 0.94% | - |
| XYZ | 43.7 | 33.77 | 5.14 | - |
| YUV | 149.16 | 57.94 | 192.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 127 | 25 | 0 | 0.47 | 0.90 | 0.06 | 28.47 | 0.88 | 0.52 |
| Hex | F0 | 7F | 19 | 0 | 2F | 5A | 6 | 1C | 58 | 34 |
| Octal | 360 | 177 | 31 | 0 | 57 | 132 | 6 | 34 | 130 | 64 |
| Binary | 11110000 | 1111111 | 11001 | 0 | 101111 | 1011010 | 110 | 11100 | 1011000 | 110100 |
Color Harmonies of #F07F19
Complementary color
Monochromatic Colors of #F07F19
Black with #F07F19
Text Example
Text Example
White with #F07F19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F07F19; }
p { color: rgb(240,127,25); }
H1.HeaderClassName
{
color: #F07F19;
}
.AnyTagClassName
{
color: #F07F19;
}
</style>
background-color css
<style>
a { background-color: #F07F19; }
a { background-color: rgb(240,127,25); }
div.DivClassName
{
background-color: #F07F19;
}
.BgClassName
{
background-color: #F07F19;
}
</style>
border-color css
<style>
span { border-color: #F07F19; }
span { border-color: rgb(240,127,25); }
td.TdClassName
{
border-color: #F07F19;
}
.TagClassName
{
border-color: #F07F19;
}
</style>