Shades of Pumpkin #F0711D
Tints of Pumpkin #F0711D
RGB
CMYK
RGB Variations
Color information
#F0711D (or 0xF0711D) is known color: Pumpkin. HEX triplet: F0, 71 and 1D. RGB value is (240,113,29). Sum of RGB (Red+Green+Blue) = 240+113+29=382 (50% of max value = 765). Red value is 240 (94.14% from 255 or 62.83% from 382); Green value is 113 (44.53% from 255 or 29.58% from 382); Blue value is 29 (11.72% from 255 or 7.59% from 382); Max value from RGB is 240 - color contains mainly: red. Hex color #F0711D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F0711D is #0F8EE2. Grayscale: #8D8D8D. Windows color (decimal): -1019619 or 1929712. OLE color: 1929712.
HSL color Cylindrical-coordinate representation of color #F0711D: hue angle of 23.89º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F0711D is Cyan = 0, Magento = 0.53, Yellow = 0.88 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 113 | 29 | - |
| CMYK | 0 | 0.53 | 0.88 | 0.06 |
| HSL | 23.89º | 0.88% | 0.53% | - |
| HSV(B) | 23.89º | 0.88% | 0.94% | - |
| XYZ | 42.06 | 30.42 | 4.82 | - |
| YUV | 141.4 | 64.58 | 198.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 113 | 29 | 0 | 0.53 | 0.88 | 0.06 | 23.89 | 0.88 | 0.53 |
| Hex | F0 | 71 | 1D | 0 | 35 | 58 | 6 | 18 | 58 | 35 |
| Octal | 360 | 161 | 35 | 0 | 65 | 130 | 6 | 30 | 130 | 65 |
| Binary | 11110000 | 1110001 | 11101 | 0 | 110101 | 1011000 | 110 | 11000 | 1011000 | 110101 |
Color Harmonies of #F0711D
Complementary color
Monochromatic Colors of #F0711D
Black with #F0711D
Text Example
Text Example
White with #F0711D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0711D; }
p { color: rgb(240,113,29); }
H1.HeaderClassName
{
color: #F0711D;
}
.AnyTagClassName
{
color: #F0711D;
}
</style>
background-color css
<style>
a { background-color: #F0711D; }
a { background-color: rgb(240,113,29); }
div.DivClassName
{
background-color: #F0711D;
}
.BgClassName
{
background-color: #F0711D;
}
</style>
border-color css
<style>
span { border-color: #F0711D; }
span { border-color: rgb(240,113,29); }
td.TdClassName
{
border-color: #F0711D;
}
.TagClassName
{
border-color: #F0711D;
}
</style>