Shades of Pumpkin #F8700F
Tints of Pumpkin #F8700F
RGB
CMYK
RGB Variations
Color information
#F8700F (or 0xF8700F) is known color: Pumpkin. HEX triplet: F8, 70 and 0F. RGB value is (248,112,15). Sum of RGB (Red+Green+Blue) = 248+112+15=375 (49% of max value = 765). Red value is 248 (97.27% from 255 or 66.13% from 375); Green value is 112 (44.14% from 255 or 29.87% from 375); Blue value is 15 (6.25% from 255 or 4% from 375); Max value from RGB is 248 - color contains mainly: red. Hex color #F8700F is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F8700F is #078FF0. Grayscale: #8E8E8E. Windows color (decimal): -495601 or 1011960. OLE color: 1011960.
HSL color Cylindrical-coordinate representation of color #F8700F: hue angle of 24.98º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F8700F is Cyan = 0, Magento = 0.55, Yellow = 0.94 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 112 | 15 | - |
| CMYK | 0 | 0.55 | 0.94 | 0.03 |
| HSL | 24.98º | 0.94% | 0.52% | - |
| HSV(B) | 24.98º | 0.94% | 0.97% | - |
| XYZ | 44.59 | 31.58 | 4.2 | - |
| YUV | 141.61 | 56.56 | 203.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 112 | 15 | 0 | 0.55 | 0.94 | 0.03 | 24.98 | 0.94 | 0.52 |
| Hex | F8 | 70 | F | 0 | 37 | 5E | 3 | 19 | 5E | 34 |
| Octal | 370 | 160 | 17 | 0 | 67 | 136 | 3 | 31 | 136 | 64 |
| Binary | 11111000 | 1110000 | 1111 | 0 | 110111 | 1011110 | 11 | 11001 | 1011110 | 110100 |
Color Harmonies of #F8700F
Complementary color
Monochromatic Colors of #F8700F
Black with #F8700F
Text Example
Text Example
White with #F8700F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8700F; }
p { color: rgb(248,112,15); }
H1.HeaderClassName
{
color: #F8700F;
}
.AnyTagClassName
{
color: #F8700F;
}
</style>
background-color css
<style>
a { background-color: #F8700F; }
a { background-color: rgb(248,112,15); }
div.DivClassName
{
background-color: #F8700F;
}
.BgClassName
{
background-color: #F8700F;
}
</style>
border-color css
<style>
span { border-color: #F8700F; }
span { border-color: rgb(248,112,15); }
td.TdClassName
{
border-color: #F8700F;
}
.TagClassName
{
border-color: #F8700F;
}
</style>