Shades of Pumpkin #F7821D
Tints of Pumpkin #F7821D
RGB
CMYK
RGB Variations
Color information
#F7821D (or 0xF7821D) is known color: Pumpkin. HEX triplet: F7, 82 and 1D. RGB value is (247,130,29). Sum of RGB (Red+Green+Blue) = 247+130+29=406 (53% of max value = 765). Red value is 247 (96.88% from 255 or 60.84% from 406); Green value is 130 (51.17% from 255 or 32.02% from 406); Blue value is 29 (11.72% from 255 or 7.14% from 406); Max value from RGB is 247 - color contains mainly: red. Hex color #F7821D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F7821D is #087DE2. Grayscale: #999999. Windows color (decimal): -556515 or 1934071. OLE color: 1934071.
HSL color Cylindrical-coordinate representation of color #F7821D: hue angle of 27.8º degrees, saturation: 0.93, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F7821D is Cyan = 0, Magento = 0.47, Yellow = 0.88 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 130 | 29 | - |
| CMYK | 0 | 0.47 | 0.88 | 0.03 |
| HSL | 27.8º | 0.93% | 0.54% | - |
| HSV(B) | 27.8º | 0.88% | 0.97% | - |
| XYZ | 46.56 | 35.83 | 5.62 | - |
| YUV | 153.47 | 57.76 | 194.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 130 | 29 | 0 | 0.47 | 0.88 | 0.03 | 27.8 | 0.93 | 0.54 |
| Hex | F7 | 82 | 1D | 0 | 2F | 58 | 3 | 1C | 5D | 36 |
| Octal | 367 | 202 | 35 | 0 | 57 | 130 | 3 | 34 | 135 | 66 |
| Binary | 11110111 | 10000010 | 11101 | 0 | 101111 | 1011000 | 11 | 11100 | 1011101 | 110110 |
Color Harmonies of #F7821D
Complementary color
Monochromatic Colors of #F7821D
Black with #F7821D
Text Example
Text Example
White with #F7821D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7821D; }
p { color: rgb(247,130,29); }
H1.HeaderClassName
{
color: #F7821D;
}
.AnyTagClassName
{
color: #F7821D;
}
</style>
background-color css
<style>
a { background-color: #F7821D; }
a { background-color: rgb(247,130,29); }
div.DivClassName
{
background-color: #F7821D;
}
.BgClassName
{
background-color: #F7821D;
}
</style>
border-color css
<style>
span { border-color: #F7821D; }
span { border-color: rgb(247,130,29); }
td.TdClassName
{
border-color: #F7821D;
}
.TagClassName
{
border-color: #F7821D;
}
</style>