Shades of Pumpkin #F0700F
Tints of Pumpkin #F0700F
RGB
CMYK
RGB Variations
Color information
#F0700F (or 0xF0700F) is known color: Pumpkin. HEX triplet: F0, 70 and 0F. RGB value is (240,112,15). Sum of RGB (Red+Green+Blue) = 240+112+15=367 (48% of max value = 765). Red value is 240 (94.14% from 255 or 65.40% from 367); Green value is 112 (44.14% from 255 or 30.52% from 367); Blue value is 15 (6.25% from 255 or 4.09% from 367); Max value from RGB is 240 - color contains mainly: red. Hex color #F0700F is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F0700F is #0F8FF0. Grayscale: #8B8B8B. Windows color (decimal): -1019889 or 1011952. OLE color: 1011952.
HSL color Cylindrical-coordinate representation of color #F0700F: hue angle of 25.87º 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 #F0700F is Cyan = 0, Magento = 0.53, Yellow = 0.94 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 112 | 15 | - |
| CMYK | 0 | 0.53 | 0.94 | 0.06 |
| HSL | 25.87º | 0.88% | 0.5% | - |
| HSV(B) | 25.87º | 0.94% | 0.94% | - |
| XYZ | 41.82 | 30.15 | 4.07 | - |
| YUV | 139.21 | 57.91 | 199.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 112 | 15 | 0 | 0.53 | 0.94 | 0.06 | 25.87 | 0.88 | 0.5 |
| Hex | F0 | 70 | F | 0 | 35 | 5E | 6 | 1A | 58 | 32 |
| Octal | 360 | 160 | 17 | 0 | 65 | 136 | 6 | 32 | 130 | 62 |
| Binary | 11110000 | 1110000 | 1111 | 0 | 110101 | 1011110 | 110 | 11010 | 1011000 | 110010 |
Color Harmonies of #F0700F
Complementary color
Monochromatic Colors of #F0700F
Black with #F0700F
Text Example
Text Example
White with #F0700F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0700F; }
p { color: rgb(240,112,15); }
H1.HeaderClassName
{
color: #F0700F;
}
.AnyTagClassName
{
color: #F0700F;
}
</style>
background-color css
<style>
a { background-color: #F0700F; }
a { background-color: rgb(240,112,15); }
div.DivClassName
{
background-color: #F0700F;
}
.BgClassName
{
background-color: #F0700F;
}
</style>
border-color css
<style>
span { border-color: #F0700F; }
span { border-color: rgb(240,112,15); }
td.TdClassName
{
border-color: #F0700F;
}
.TagClassName
{
border-color: #F0700F;
}
</style>