Shades of Pumpkin #F8730C
Tints of Pumpkin #F8730C
RGB
CMYK
RGB Variations
Color information
#F8730C (or 0xF8730C) is known color: Pumpkin. HEX triplet: F8, 73 and 0C. RGB value is (248,115,12). Sum of RGB (Red+Green+Blue) = 248+115+12=375 (49% of max value = 765). Red value is 248 (97.27% from 255 or 66.13% from 375); Green value is 115 (45.31% from 255 or 30.67% from 375); Blue value is 12 (5.08% from 255 or 3.2% from 375); Max value from RGB is 248 - color contains mainly: red. Hex color #F8730C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F8730C is #078CF3. Grayscale: #8F8F8F. Windows color (decimal): -494836 or 816120. OLE color: 816120.
HSL color Cylindrical-coordinate representation of color #F8730C: hue angle of 26.19º 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 #F8730C is Cyan = 0, Magento = 0.54, Yellow = 0.95 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 115 | 12 | - |
| CMYK | 0 | 0.54 | 0.95 | 0.03 |
| HSL | 26.19º | 0.94% | 0.51% | - |
| HSV(B) | 26.19º | 0.95% | 0.97% | - |
| XYZ | 44.91 | 32.24 | 4.2 | - |
| YUV | 143.03 | 54.06 | 202.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 115 | 12 | 0 | 0.54 | 0.95 | 0.03 | 26.19 | 0.94 | 0.51 |
| Hex | F8 | 73 | C | 0 | 36 | 5F | 3 | 1A | 5E | 33 |
| Octal | 370 | 163 | 14 | 0 | 66 | 137 | 3 | 32 | 136 | 63 |
| Binary | 11111000 | 1110011 | 1100 | 0 | 110110 | 1011111 | 11 | 11010 | 1011110 | 110011 |
Color Harmonies of #F8730C
Complementary color
Monochromatic Colors of #F8730C
Black with #F8730C
Text Example
Text Example
White with #F8730C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8730C; }
p { color: rgb(248,115,12); }
H1.HeaderClassName
{
color: #F8730C;
}
.AnyTagClassName
{
color: #F8730C;
}
</style>
background-color css
<style>
a { background-color: #F8730C; }
a { background-color: rgb(248,115,12); }
div.DivClassName
{
background-color: #F8730C;
}
.BgClassName
{
background-color: #F8730C;
}
</style>
border-color css
<style>
span { border-color: #F8730C; }
span { border-color: rgb(248,115,12); }
td.TdClassName
{
border-color: #F8730C;
}
.TagClassName
{
border-color: #F8730C;
}
</style>