Shades of Pumpkin #F0781F
Tints of Pumpkin #F0781F
RGB
CMYK
RGB Variations
Color information
#F0781F (or 0xF0781F) is known color: Pumpkin. HEX triplet: F0, 78 and 1F. RGB value is (240,120,31). Sum of RGB (Red+Green+Blue) = 240+120+31=391 (51% of max value = 765). Red value is 240 (94.14% from 255 or 61.38% from 391); Green value is 120 (47.27% from 255 or 30.69% from 391); Blue value is 31 (12.5% from 255 or 7.93% from 391); Max value from RGB is 240 - color contains mainly: red. Hex color #F0781F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F0781F is #0F87E0. Grayscale: #929292. Windows color (decimal): -1017825 or 2062576. OLE color: 2062576.
HSL color Cylindrical-coordinate representation of color #F0781F: hue angle of 25.55º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F0781F is Cyan = 0, Magento = 0.5, Yellow = 0.87 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 120 | 31 | - |
| CMYK | 0 | 0.5 | 0.87 | 0.06 |
| HSL | 25.55º | 0.87% | 0.53% | - |
| HSV(B) | 25.55º | 0.87% | 0.94% | - |
| XYZ | 42.9 | 32.06 | 5.22 | - |
| YUV | 145.73 | 63.26 | 195.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 120 | 31 | 0 | 0.5 | 0.87 | 0.06 | 25.55 | 0.87 | 0.53 |
| Hex | F0 | 78 | 1F | 0 | 32 | 57 | 6 | 1A | 57 | 35 |
| Octal | 360 | 170 | 37 | 0 | 62 | 127 | 6 | 32 | 127 | 65 |
| Binary | 11110000 | 1111000 | 11111 | 0 | 110010 | 1010111 | 110 | 11010 | 1010111 | 110101 |
Color Harmonies of #F0781F
Complementary color
Monochromatic Colors of #F0781F
Black with #F0781F
Text Example
Text Example
White with #F0781F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0781F; }
p { color: rgb(240,120,31); }
H1.HeaderClassName
{
color: #F0781F;
}
.AnyTagClassName
{
color: #F0781F;
}
</style>
background-color css
<style>
a { background-color: #F0781F; }
a { background-color: rgb(240,120,31); }
div.DivClassName
{
background-color: #F0781F;
}
.BgClassName
{
background-color: #F0781F;
}
</style>
border-color css
<style>
span { border-color: #F0781F; }
span { border-color: rgb(240,120,31); }
td.TdClassName
{
border-color: #F0781F;
}
.TagClassName
{
border-color: #F0781F;
}
</style>