Shades of Pumpkin #F07F1D
Tints of Pumpkin #F07F1D
RGB
CMYK
RGB Variations
Color information
#F07F1D (or 0xF07F1D) is known color: Pumpkin. HEX triplet: F0, 7F and 1D. RGB value is (240,127,29). Sum of RGB (Red+Green+Blue) = 240+127+29=396 (52% of max value = 765). Red value is 240 (94.14% from 255 or 60.61% from 396); Green value is 127 (50% from 255 or 32.07% from 396); Blue value is 29 (11.72% from 255 or 7.32% from 396); Max value from RGB is 240 - color contains mainly: red. Hex color #F07F1D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F07F1D is #0F80E2. Grayscale: #969696. Windows color (decimal): -1016035 or 1933296. OLE color: 1933296.
HSL color Cylindrical-coordinate representation of color #F07F1D: hue angle of 27.87º 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 #F07F1D is Cyan = 0, Magento = 0.47, Yellow = 0.88 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 127 | 29 | - |
| CMYK | 0 | 0.47 | 0.88 | 0.06 |
| HSL | 27.87º | 0.88% | 0.53% | - |
| HSV(B) | 27.87º | 0.88% | 0.94% | - |
| XYZ | 43.75 | 33.79 | 5.38 | - |
| YUV | 149.62 | 59.94 | 192.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 127 | 29 | 0 | 0.47 | 0.88 | 0.06 | 27.87 | 0.88 | 0.53 |
| Hex | F0 | 7F | 1D | 0 | 2F | 58 | 6 | 1C | 58 | 35 |
| Octal | 360 | 177 | 35 | 0 | 57 | 130 | 6 | 34 | 130 | 65 |
| Binary | 11110000 | 1111111 | 11101 | 0 | 101111 | 1011000 | 110 | 11100 | 1011000 | 110101 |
Color Harmonies of #F07F1D
Complementary color
Monochromatic Colors of #F07F1D
Black with #F07F1D
Text Example
Text Example
White with #F07F1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F07F1D; }
p { color: rgb(240,127,29); }
H1.HeaderClassName
{
color: #F07F1D;
}
.AnyTagClassName
{
color: #F07F1D;
}
</style>
background-color css
<style>
a { background-color: #F07F1D; }
a { background-color: rgb(240,127,29); }
div.DivClassName
{
background-color: #F07F1D;
}
.BgClassName
{
background-color: #F07F1D;
}
</style>
border-color css
<style>
span { border-color: #F07F1D; }
span { border-color: rgb(240,127,29); }
td.TdClassName
{
border-color: #F07F1D;
}
.TagClassName
{
border-color: #F07F1D;
}
</style>