Shades of Pumpkin #F07D1D
Tints of Pumpkin #F07D1D
RGB
CMYK
RGB Variations
Color information
#F07D1D (or 0xF07D1D) is known color: Pumpkin. HEX triplet: F0, 7D and 1D. RGB value is (240,125,29). Sum of RGB (Red+Green+Blue) = 240+125+29=394 (52% of max value = 765). Red value is 240 (94.14% from 255 or 60.91% from 394); Green value is 125 (49.22% from 255 or 31.73% from 394); Blue value is 29 (11.72% from 255 or 7.36% from 394); Max value from RGB is 240 - color contains mainly: red. Hex color #F07D1D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F07D1D is #0F82E2. Grayscale: #949494. Windows color (decimal): -1016547 or 1932784. OLE color: 1932784.
HSL color Cylindrical-coordinate representation of color #F07D1D: hue angle of 27.3º 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 #F07D1D is Cyan = 0, Magento = 0.48, Yellow = 0.88 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 125 | 29 | - |
| CMYK | 0 | 0.48 | 0.88 | 0.06 |
| HSL | 27.3º | 0.88% | 0.53% | - |
| HSV(B) | 27.3º | 0.88% | 0.94% | - |
| XYZ | 43.49 | 33.28 | 5.29 | - |
| YUV | 148.44 | 60.6 | 193.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 125 | 29 | 0 | 0.48 | 0.88 | 0.06 | 27.3 | 0.88 | 0.53 |
| Hex | F0 | 7D | 1D | 0 | 30 | 58 | 6 | 1B | 58 | 35 |
| Octal | 360 | 175 | 35 | 0 | 60 | 130 | 6 | 33 | 130 | 65 |
| Binary | 11110000 | 1111101 | 11101 | 0 | 110000 | 1011000 | 110 | 11011 | 1011000 | 110101 |
Color Harmonies of #F07D1D
Complementary color
Monochromatic Colors of #F07D1D
Black with #F07D1D
Text Example
Text Example
White with #F07D1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F07D1D; }
p { color: rgb(240,125,29); }
H1.HeaderClassName
{
color: #F07D1D;
}
.AnyTagClassName
{
color: #F07D1D;
}
</style>
background-color css
<style>
a { background-color: #F07D1D; }
a { background-color: rgb(240,125,29); }
div.DivClassName
{
background-color: #F07D1D;
}
.BgClassName
{
background-color: #F07D1D;
}
</style>
border-color css
<style>
span { border-color: #F07D1D; }
span { border-color: rgb(240,125,29); }
td.TdClassName
{
border-color: #F07D1D;
}
.TagClassName
{
border-color: #F07D1D;
}
</style>