Shades of Pumpkin #F0780F
Tints of Pumpkin #F0780F
RGB
CMYK
RGB Variations
Color information
#F0780F (or 0xF0780F) is known color: Pumpkin. HEX triplet: F0, 78 and 0F. RGB value is (240,120,15). Sum of RGB (Red+Green+Blue) = 240+120+15=375 (49% of max value = 765). Red value is 240 (94.14% from 255 or 64% from 375); Green value is 120 (47.27% from 255 or 32% from 375); Blue value is 15 (6.25% from 255 or 4% from 375); Max value from RGB is 240 - color contains mainly: red. Hex color #F0780F is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F0780F is #0F87F0. Grayscale: #909090. Windows color (decimal): -1017841 or 1014000. OLE color: 1014000.
HSL color Cylindrical-coordinate representation of color #F0780F: hue angle of 28º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F0780F is Cyan = 0, Magento = 0.5, Yellow = 0.94 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 120 | 15 | - |
| CMYK | 0 | 0.5 | 0.94 | 0.06 |
| HSL | 28º | 0.88% | 0.5% | - |
| HSV(B) | 28º | 0.94% | 0.94% | - |
| XYZ | 42.74 | 31.99 | 4.37 | - |
| YUV | 143.91 | 55.26 | 196.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 120 | 15 | 0 | 0.5 | 0.94 | 0.06 | 28 | 0.88 | 0.5 |
| Hex | F0 | 78 | F | 0 | 32 | 5E | 6 | 1C | 58 | 32 |
| Octal | 360 | 170 | 17 | 0 | 62 | 136 | 6 | 34 | 130 | 62 |
| Binary | 11110000 | 1111000 | 1111 | 0 | 110010 | 1011110 | 110 | 11100 | 1011000 | 110010 |
Color Harmonies of #F0780F
Complementary color
Monochromatic Colors of #F0780F
Black with #F0780F
Text Example
Text Example
White with #F0780F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0780F; }
p { color: rgb(240,120,15); }
H1.HeaderClassName
{
color: #F0780F;
}
.AnyTagClassName
{
color: #F0780F;
}
</style>
background-color css
<style>
a { background-color: #F0780F; }
a { background-color: rgb(240,120,15); }
div.DivClassName
{
background-color: #F0780F;
}
.BgClassName
{
background-color: #F0780F;
}
</style>
border-color css
<style>
span { border-color: #F0780F; }
span { border-color: rgb(240,120,15); }
td.TdClassName
{
border-color: #F0780F;
}
.TagClassName
{
border-color: #F0780F;
}
</style>