Shades of Pumpkin #F87111
Tints of Pumpkin #F87111
RGB
CMYK
RGB Variations
Color information
#F87111 (or 0xF87111) is known color: Pumpkin. HEX triplet: F8, 71 and 11. RGB value is (248,113,17). Sum of RGB (Red+Green+Blue) = 248+113+17=378 (50% of max value = 765). Red value is 248 (97.27% from 255 or 65.61% from 378); Green value is 113 (44.53% from 255 or 29.89% from 378); Blue value is 17 (7.03% from 255 or 4.50% from 378); Max value from RGB is 248 - color contains mainly: red. Hex color #F87111 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F87111 is #078EEE. Grayscale: #8E8E8E. Windows color (decimal): -495343 or 1143288. OLE color: 1143288.
HSL color Cylindrical-coordinate representation of color #F87111: hue angle of 24.94º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F87111 is Cyan = 0, Magento = 0.54, Yellow = 0.93 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 113 | 17 | - |
| CMYK | 0 | 0.54 | 0.93 | 0.03 |
| HSL | 24.94º | 0.94% | 0.52% | - |
| HSV(B) | 24.94º | 0.93% | 0.97% | - |
| XYZ | 44.72 | 31.81 | 4.31 | - |
| YUV | 142.42 | 57.23 | 203.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 113 | 17 | 0 | 0.54 | 0.93 | 0.03 | 24.94 | 0.94 | 0.52 |
| Hex | F8 | 71 | 11 | 0 | 36 | 5D | 3 | 19 | 5E | 34 |
| Octal | 370 | 161 | 21 | 0 | 66 | 135 | 3 | 31 | 136 | 64 |
| Binary | 11111000 | 1110001 | 10001 | 0 | 110110 | 1011101 | 11 | 11001 | 1011110 | 110100 |
Color Harmonies of #F87111
Complementary color
Monochromatic Colors of #F87111
Black with #F87111
Text Example
Text Example
White with #F87111
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F87111; }
p { color: rgb(248,113,17); }
H1.HeaderClassName
{
color: #F87111;
}
.AnyTagClassName
{
color: #F87111;
}
</style>
background-color css
<style>
a { background-color: #F87111; }
a { background-color: rgb(248,113,17); }
div.DivClassName
{
background-color: #F87111;
}
.BgClassName
{
background-color: #F87111;
}
</style>
border-color css
<style>
span { border-color: #F87111; }
span { border-color: rgb(248,113,17); }
td.TdClassName
{
border-color: #F87111;
}
.TagClassName
{
border-color: #F87111;
}
</style>