Shades of Pumpkin #F8711E
Tints of Pumpkin #F8711E
RGB
CMYK
RGB Variations
Color information
#F8711E (or 0xF8711E) is known color: Pumpkin. HEX triplet: F8, 71 and 1E. RGB value is (248,113,30). Sum of RGB (Red+Green+Blue) = 248+113+30=391 (51% of max value = 765). Red value is 248 (97.27% from 255 or 63.43% from 391); Green value is 113 (44.53% from 255 or 28.90% from 391); Blue value is 30 (12.11% from 255 or 7.67% from 391); Max value from RGB is 248 - color contains mainly: red. Hex color #F8711E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F8711E is #078EE1. Grayscale: #909090. Windows color (decimal): -495330 or 1995256. OLE color: 1995256.
HSL color Cylindrical-coordinate representation of color #F8711E: hue angle of 22.84º degrees, saturation: 0.94, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F8711E is Cyan = 0, Magento = 0.54, Yellow = 0.88 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 113 | 30 | - |
| CMYK | 0 | 0.54 | 0.88 | 0.03 |
| HSL | 22.84º | 0.94% | 0.55% | - |
| HSV(B) | 22.84º | 0.88% | 0.97% | - |
| XYZ | 44.85 | 31.86 | 5.01 | - |
| YUV | 143.9 | 63.73 | 202.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 113 | 30 | 0 | 0.54 | 0.88 | 0.03 | 22.84 | 0.94 | 0.55 |
| Hex | F8 | 71 | 1E | 0 | 36 | 58 | 3 | 17 | 5E | 37 |
| Octal | 370 | 161 | 36 | 0 | 66 | 130 | 3 | 27 | 136 | 67 |
| Binary | 11111000 | 1110001 | 11110 | 0 | 110110 | 1011000 | 11 | 10111 | 1011110 | 110111 |
Color Harmonies of #F8711E
Complementary color
Monochromatic Colors of #F8711E
Black with #F8711E
Text Example
Text Example
White with #F8711E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8711E; }
p { color: rgb(248,113,30); }
H1.HeaderClassName
{
color: #F8711E;
}
.AnyTagClassName
{
color: #F8711E;
}
</style>
background-color css
<style>
a { background-color: #F8711E; }
a { background-color: rgb(248,113,30); }
div.DivClassName
{
background-color: #F8711E;
}
.BgClassName
{
background-color: #F8711E;
}
</style>
border-color css
<style>
span { border-color: #F8711E; }
span { border-color: rgb(248,113,30); }
td.TdClassName
{
border-color: #F8711E;
}
.TagClassName
{
border-color: #F8711E;
}
</style>