Shades of Pumpkin #F8720C
Tints of Pumpkin #F8720C
RGB
CMYK
RGB Variations
Color information
#F8720C (or 0xF8720C) is known color: Pumpkin. HEX triplet: F8, 72 and 0C. RGB value is (248,114,12). Sum of RGB (Red+Green+Blue) = 248+114+12=374 (49% of max value = 765). Red value is 248 (97.27% from 255 or 66.31% from 374); Green value is 114 (44.92% from 255 or 30.48% from 374); Blue value is 12 (5.08% from 255 or 3.21% from 374); Max value from RGB is 248 - color contains mainly: red. Hex color #F8720C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F8720C is #078DF3. Grayscale: #8E8E8E. Windows color (decimal): -495092 or 815864. OLE color: 815864.
HSL color Cylindrical-coordinate representation of color #F8720C: hue angle of 25.93º 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 #F8720C is Cyan = 0, Magento = 0.54, Yellow = 0.95 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 114 | 12 | - |
| CMYK | 0 | 0.54 | 0.95 | 0.03 |
| HSL | 25.93º | 0.94% | 0.51% | - |
| HSV(B) | 25.93º | 0.95% | 0.97% | - |
| XYZ | 44.8 | 32.02 | 4.17 | - |
| YUV | 142.44 | 54.39 | 203.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 114 | 12 | 0 | 0.54 | 0.95 | 0.03 | 25.93 | 0.94 | 0.51 |
| Hex | F8 | 72 | C | 0 | 36 | 5F | 3 | 1A | 5E | 33 |
| Octal | 370 | 162 | 14 | 0 | 66 | 137 | 3 | 32 | 136 | 63 |
| Binary | 11111000 | 1110010 | 1100 | 0 | 110110 | 1011111 | 11 | 11010 | 1011110 | 110011 |
Color Harmonies of #F8720C
Complementary color
Monochromatic Colors of #F8720C
Black with #F8720C
Text Example
Text Example
White with #F8720C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8720C; }
p { color: rgb(248,114,12); }
H1.HeaderClassName
{
color: #F8720C;
}
.AnyTagClassName
{
color: #F8720C;
}
</style>
background-color css
<style>
a { background-color: #F8720C; }
a { background-color: rgb(248,114,12); }
div.DivClassName
{
background-color: #F8720C;
}
.BgClassName
{
background-color: #F8720C;
}
</style>
border-color css
<style>
span { border-color: #F8720C; }
span { border-color: rgb(248,114,12); }
td.TdClassName
{
border-color: #F8720C;
}
.TagClassName
{
border-color: #F8720C;
}
</style>