Shades of Pumpkin #F8700D
Tints of Pumpkin #F8700D
RGB
CMYK
RGB Variations
Color information
#F8700D (or 0xF8700D) is known color: Pumpkin. HEX triplet: F8, 70 and 0D. RGB value is (248,112,13). Sum of RGB (Red+Green+Blue) = 248+112+13=373 (49% of max value = 765). Red value is 248 (97.27% from 255 or 66.49% from 373); Green value is 112 (44.14% from 255 or 30.03% from 373); Blue value is 13 (5.47% from 255 or 3.49% from 373); Max value from RGB is 248 - color contains mainly: red. Hex color #F8700D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F8700D is #078FF2. Grayscale: #8D8D8D. Windows color (decimal): -495603 or 880888. OLE color: 880888.
HSL color Cylindrical-coordinate representation of color #F8700D: hue angle of 25.28º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F8700D is Cyan = 0, Magento = 0.55, Yellow = 0.95 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 112 | 13 | - |
| CMYK | 0 | 0.55 | 0.95 | 0.03 |
| HSL | 25.28º | 0.94% | 0.51% | - |
| HSV(B) | 25.28º | 0.95% | 0.97% | - |
| XYZ | 44.58 | 31.57 | 4.13 | - |
| YUV | 141.38 | 55.56 | 204.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 112 | 13 | 0 | 0.55 | 0.95 | 0.03 | 25.28 | 0.94 | 0.51 |
| Hex | F8 | 70 | D | 0 | 37 | 5F | 3 | 19 | 5E | 33 |
| Octal | 370 | 160 | 15 | 0 | 67 | 137 | 3 | 31 | 136 | 63 |
| Binary | 11111000 | 1110000 | 1101 | 0 | 110111 | 1011111 | 11 | 11001 | 1011110 | 110011 |
Color Harmonies of #F8700D
Complementary color
Monochromatic Colors of #F8700D
Black with #F8700D
Text Example
Text Example
White with #F8700D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8700D; }
p { color: rgb(248,112,13); }
H1.HeaderClassName
{
color: #F8700D;
}
.AnyTagClassName
{
color: #F8700D;
}
</style>
background-color css
<style>
a { background-color: #F8700D; }
a { background-color: rgb(248,112,13); }
div.DivClassName
{
background-color: #F8700D;
}
.BgClassName
{
background-color: #F8700D;
}
</style>
border-color css
<style>
span { border-color: #F8700D; }
span { border-color: rgb(248,112,13); }
td.TdClassName
{
border-color: #F8700D;
}
.TagClassName
{
border-color: #F8700D;
}
</style>