Shades of Pumpkin #F8721D
Tints of Pumpkin #F8721D
RGB
CMYK
RGB Variations
Color information
#F8721D (or 0xF8721D) is known color: Pumpkin. HEX triplet: F8, 72 and 1D. RGB value is (248,114,29). Sum of RGB (Red+Green+Blue) = 248+114+29=391 (51% of max value = 765). Red value is 248 (97.27% from 255 or 63.43% from 391); Green value is 114 (44.92% from 255 or 29.16% from 391); Blue value is 29 (11.72% from 255 or 7.42% from 391); Max value from RGB is 248 - color contains mainly: red. Hex color #F8721D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F8721D is #078DE2. Grayscale: #909090. Windows color (decimal): -495075 or 1929976. OLE color: 1929976.
HSL color Cylindrical-coordinate representation of color #F8721D: hue angle of 23.29º degrees, saturation: 0.94, 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 #F8721D is Cyan = 0, Magento = 0.54, Yellow = 0.88 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 114 | 29 | - |
| CMYK | 0 | 0.54 | 0.88 | 0.03 |
| HSL | 23.29º | 0.94% | 0.54% | - |
| HSV(B) | 23.29º | 0.88% | 0.97% | - |
| XYZ | 44.95 | 32.08 | 4.99 | - |
| YUV | 144.38 | 62.89 | 201.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 114 | 29 | 0 | 0.54 | 0.88 | 0.03 | 23.29 | 0.94 | 0.54 |
| Hex | F8 | 72 | 1D | 0 | 36 | 58 | 3 | 17 | 5E | 36 |
| Octal | 370 | 162 | 35 | 0 | 66 | 130 | 3 | 27 | 136 | 66 |
| Binary | 11111000 | 1110010 | 11101 | 0 | 110110 | 1011000 | 11 | 10111 | 1011110 | 110110 |
Color Harmonies of #F8721D
Complementary color
Monochromatic Colors of #F8721D
Black with #F8721D
Text Example
Text Example
White with #F8721D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8721D; }
p { color: rgb(248,114,29); }
H1.HeaderClassName
{
color: #F8721D;
}
.AnyTagClassName
{
color: #F8721D;
}
</style>
background-color css
<style>
a { background-color: #F8721D; }
a { background-color: rgb(248,114,29); }
div.DivClassName
{
background-color: #F8721D;
}
.BgClassName
{
background-color: #F8721D;
}
</style>
border-color css
<style>
span { border-color: #F8721D; }
span { border-color: rgb(248,114,29); }
td.TdClassName
{
border-color: #F8721D;
}
.TagClassName
{
border-color: #F8721D;
}
</style>