Shades of Pumpkin #F8740C
Tints of Pumpkin #F8740C
RGB
CMYK
RGB Variations
Color information
#F8740C (or 0xF8740C) is known color: Pumpkin. HEX triplet: F8, 74 and 0C. RGB value is (248,116,12). Sum of RGB (Red+Green+Blue) = 248+116+12=376 (49% of max value = 765). Red value is 248 (97.27% from 255 or 65.96% from 376); Green value is 116 (45.70% from 255 or 30.85% from 376); Blue value is 12 (5.08% from 255 or 3.19% from 376); Max value from RGB is 248 - color contains mainly: red. Hex color #F8740C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F8740C is #078BF3. Grayscale: #909090. Windows color (decimal): -494580 or 816376. OLE color: 816376.
HSL color Cylindrical-coordinate representation of color #F8740C: hue angle of 26.44º 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 #F8740C is Cyan = 0, Magento = 0.53, Yellow = 0.95 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 116 | 12 | - |
| CMYK | 0 | 0.53 | 0.95 | 0.03 |
| HSL | 26.44º | 0.94% | 0.51% | - |
| HSV(B) | 26.44º | 0.95% | 0.97% | - |
| XYZ | 45.02 | 32.47 | 4.24 | - |
| YUV | 143.61 | 53.73 | 202.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 116 | 12 | 0 | 0.53 | 0.95 | 0.03 | 26.44 | 0.94 | 0.51 |
| Hex | F8 | 74 | C | 0 | 35 | 5F | 3 | 1A | 5E | 33 |
| Octal | 370 | 164 | 14 | 0 | 65 | 137 | 3 | 32 | 136 | 63 |
| Binary | 11111000 | 1110100 | 1100 | 0 | 110101 | 1011111 | 11 | 11010 | 1011110 | 110011 |
Color Harmonies of #F8740C
Complementary color
Monochromatic Colors of #F8740C
Black with #F8740C
Text Example
Text Example
White with #F8740C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8740C; }
p { color: rgb(248,116,12); }
H1.HeaderClassName
{
color: #F8740C;
}
.AnyTagClassName
{
color: #F8740C;
}
</style>
background-color css
<style>
a { background-color: #F8740C; }
a { background-color: rgb(248,116,12); }
div.DivClassName
{
background-color: #F8740C;
}
.BgClassName
{
background-color: #F8740C;
}
</style>
border-color css
<style>
span { border-color: #F8740C; }
span { border-color: rgb(248,116,12); }
td.TdClassName
{
border-color: #F8740C;
}
.TagClassName
{
border-color: #F8740C;
}
</style>