Shades of Pumpkin #F7821C
Tints of Pumpkin #F7821C
RGB
CMYK
RGB Variations
Color information
#F7821C (or 0xF7821C) is known color: Pumpkin. HEX triplet: F7, 82 and 1C. RGB value is (247,130,28). Sum of RGB (Red+Green+Blue) = 247+130+28=405 (53% of max value = 765). Red value is 247 (96.88% from 255 or 60.99% from 405); Green value is 130 (51.17% from 255 or 32.10% from 405); Blue value is 28 (11.33% from 255 or 6.91% from 405); Max value from RGB is 247 - color contains mainly: red. Hex color #F7821C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F7821C is #087DE3. Grayscale: #999999. Windows color (decimal): -556516 or 1868535. OLE color: 1868535.
HSL color Cylindrical-coordinate representation of color #F7821C: hue angle of 27.95º degrees, saturation: 0.93, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F7821C is Cyan = 0, Magento = 0.47, Yellow = 0.89 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 130 | 28 | - |
| CMYK | 0 | 0.47 | 0.89 | 0.03 |
| HSL | 27.95º | 0.93% | 0.54% | - |
| HSV(B) | 27.95º | 0.89% | 0.97% | - |
| XYZ | 46.55 | 35.82 | 5.56 | - |
| YUV | 153.36 | 57.26 | 194.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 130 | 28 | 0 | 0.47 | 0.89 | 0.03 | 27.95 | 0.93 | 0.54 |
| Hex | F7 | 82 | 1C | 0 | 2F | 59 | 3 | 1C | 5D | 36 |
| Octal | 367 | 202 | 34 | 0 | 57 | 131 | 3 | 34 | 135 | 66 |
| Binary | 11110111 | 10000010 | 11100 | 0 | 101111 | 1011001 | 11 | 11100 | 1011101 | 110110 |
Color Harmonies of #F7821C
Complementary color
Monochromatic Colors of #F7821C
Black with #F7821C
Text Example
Text Example
White with #F7821C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7821C; }
p { color: rgb(247,130,28); }
H1.HeaderClassName
{
color: #F7821C;
}
.AnyTagClassName
{
color: #F7821C;
}
</style>
background-color css
<style>
a { background-color: #F7821C; }
a { background-color: rgb(247,130,28); }
div.DivClassName
{
background-color: #F7821C;
}
.BgClassName
{
background-color: #F7821C;
}
</style>
border-color css
<style>
span { border-color: #F7821C; }
span { border-color: rgb(247,130,28); }
td.TdClassName
{
border-color: #F7821C;
}
.TagClassName
{
border-color: #F7821C;
}
</style>