Shades of Pumpkin #F8750E
Tints of Pumpkin #F8750E
RGB
CMYK
RGB Variations
Color information
#F8750E (or 0xF8750E) is known color: Pumpkin. HEX triplet: F8, 75 and 0E. RGB value is (248,117,14). Sum of RGB (Red+Green+Blue) = 248+117+14=379 (50% of max value = 765). Red value is 248 (97.27% from 255 or 65.44% from 379); Green value is 117 (46.09% from 255 or 30.87% from 379); Blue value is 14 (5.86% from 255 or 3.69% from 379); Max value from RGB is 248 - color contains mainly: red. Hex color #F8750E is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F8750E is #078AF1. Grayscale: #909090. Windows color (decimal): -494322 or 947704. OLE color: 947704.
HSL color Cylindrical-coordinate representation of color #F8750E: hue angle of 26.41º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F8750E is Cyan = 0, Magento = 0.53, Yellow = 0.94 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 117 | 14 | - |
| CMYK | 0 | 0.53 | 0.94 | 0.03 |
| HSL | 26.41º | 0.94% | 0.51% | - |
| HSV(B) | 26.41º | 0.94% | 0.97% | - |
| XYZ | 45.15 | 32.71 | 4.35 | - |
| YUV | 144.43 | 54.4 | 201.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 117 | 14 | 0 | 0.53 | 0.94 | 0.03 | 26.41 | 0.94 | 0.51 |
| Hex | F8 | 75 | E | 0 | 35 | 5E | 3 | 1A | 5E | 33 |
| Octal | 370 | 165 | 16 | 0 | 65 | 136 | 3 | 32 | 136 | 63 |
| Binary | 11111000 | 1110101 | 1110 | 0 | 110101 | 1011110 | 11 | 11010 | 1011110 | 110011 |
Color Harmonies of #F8750E
Complementary color
Monochromatic Colors of #F8750E
Black with #F8750E
Text Example
Text Example
White with #F8750E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8750E; }
p { color: rgb(248,117,14); }
H1.HeaderClassName
{
color: #F8750E;
}
.AnyTagClassName
{
color: #F8750E;
}
</style>
background-color css
<style>
a { background-color: #F8750E; }
a { background-color: rgb(248,117,14); }
div.DivClassName
{
background-color: #F8750E;
}
.BgClassName
{
background-color: #F8750E;
}
</style>
border-color css
<style>
span { border-color: #F8750E; }
span { border-color: rgb(248,117,14); }
td.TdClassName
{
border-color: #F8750E;
}
.TagClassName
{
border-color: #F8750E;
}
</style>