Shades of Pumpkin #F8730A
Tints of Pumpkin #F8730A
RGB
CMYK
RGB Variations
Color information
#F8730A (or 0xF8730A) is known color: Pumpkin. HEX triplet: F8, 73 and 0A. RGB value is (248,115,10). Sum of RGB (Red+Green+Blue) = 248+115+10=373 (49% of max value = 765). Red value is 248 (97.27% from 255 or 66.49% from 373); Green value is 115 (45.31% from 255 or 30.83% from 373); Blue value is 10 (4.30% from 255 or 2.68% from 373); Max value from RGB is 248 - color contains mainly: red. Hex color #F8730A is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F8730A is #078CF5. Grayscale: #8F8F8F. Windows color (decimal): -494838 or 685048. OLE color: 685048.
HSL color Cylindrical-coordinate representation of color #F8730A: hue angle of 26.47º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F8730A is Cyan = 0, Magento = 0.54, Yellow = 0.96 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 115 | 10 | - |
| CMYK | 0 | 0.54 | 0.96 | 0.03 |
| HSL | 26.47º | 0.94% | 0.51% | - |
| HSV(B) | 26.47º | 0.96% | 0.97% | - |
| XYZ | 44.9 | 32.24 | 4.14 | - |
| YUV | 142.8 | 53.06 | 203.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 115 | 10 | 0 | 0.54 | 0.96 | 0.03 | 26.47 | 0.94 | 0.51 |
| Hex | F8 | 73 | A | 0 | 36 | 60 | 3 | 1A | 5E | 33 |
| Octal | 370 | 163 | 12 | 0 | 66 | 140 | 3 | 32 | 136 | 63 |
| Binary | 11111000 | 1110011 | 1010 | 0 | 110110 | 1100000 | 11 | 11010 | 1011110 | 110011 |
Color Harmonies of #F8730A
Complementary color
Monochromatic Colors of #F8730A
Black with #F8730A
Text Example
Text Example
White with #F8730A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8730A; }
p { color: rgb(248,115,10); }
H1.HeaderClassName
{
color: #F8730A;
}
.AnyTagClassName
{
color: #F8730A;
}
</style>
background-color css
<style>
a { background-color: #F8730A; }
a { background-color: rgb(248,115,10); }
div.DivClassName
{
background-color: #F8730A;
}
.BgClassName
{
background-color: #F8730A;
}
</style>
border-color css
<style>
span { border-color: #F8730A; }
span { border-color: rgb(248,115,10); }
td.TdClassName
{
border-color: #F8730A;
}
.TagClassName
{
border-color: #F8730A;
}
</style>