Shades of Pumpkin #F0731D
Tints of Pumpkin #F0731D
RGB
CMYK
RGB Variations
Color information
#F0731D (or 0xF0731D) is known color: Pumpkin. HEX triplet: F0, 73 and 1D. RGB value is (240,115,29). Sum of RGB (Red+Green+Blue) = 240+115+29=384 (50% of max value = 765). Red value is 240 (94.14% from 255 or 62.5% from 384); Green value is 115 (45.31% from 255 or 29.95% from 384); Blue value is 29 (11.72% from 255 or 7.55% from 384); Max value from RGB is 240 - color contains mainly: red. Hex color #F0731D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F0731D is #0F8CE2. Grayscale: #8F8F8F. Windows color (decimal): -1019107 or 1930224. OLE color: 1930224.
HSL color Cylindrical-coordinate representation of color #F0731D: hue angle of 24.45º 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 #F0731D is Cyan = 0, Magento = 0.52, Yellow = 0.88 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 115 | 29 | - |
| CMYK | 0 | 0.52 | 0.88 | 0.06 |
| HSL | 24.45º | 0.88% | 0.53% | - |
| HSV(B) | 24.45º | 0.88% | 0.94% | - |
| XYZ | 42.29 | 30.88 | 4.89 | - |
| YUV | 142.57 | 63.91 | 197.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 115 | 29 | 0 | 0.52 | 0.88 | 0.06 | 24.45 | 0.88 | 0.53 |
| Hex | F0 | 73 | 1D | 0 | 34 | 58 | 6 | 18 | 58 | 35 |
| Octal | 360 | 163 | 35 | 0 | 64 | 130 | 6 | 30 | 130 | 65 |
| Binary | 11110000 | 1110011 | 11101 | 0 | 110100 | 1011000 | 110 | 11000 | 1011000 | 110101 |
Color Harmonies of #F0731D
Complementary color
Monochromatic Colors of #F0731D
Black with #F0731D
Text Example
Text Example
White with #F0731D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0731D; }
p { color: rgb(240,115,29); }
H1.HeaderClassName
{
color: #F0731D;
}
.AnyTagClassName
{
color: #F0731D;
}
</style>
background-color css
<style>
a { background-color: #F0731D; }
a { background-color: rgb(240,115,29); }
div.DivClassName
{
background-color: #F0731D;
}
.BgClassName
{
background-color: #F0731D;
}
</style>
border-color css
<style>
span { border-color: #F0731D; }
span { border-color: rgb(240,115,29); }
td.TdClassName
{
border-color: #F0731D;
}
.TagClassName
{
border-color: #F0731D;
}
</style>