Shades of Pumpkin #F8740A
Tints of Pumpkin #F8740A
RGB
CMYK
RGB Variations
Color information
#F8740A (or 0xF8740A) is known color: Pumpkin. HEX triplet: F8, 74 and 0A. RGB value is (248,116,10). Sum of RGB (Red+Green+Blue) = 248+116+10=374 (49% of max value = 765). Red value is 248 (97.27% from 255 or 66.31% from 374); Green value is 116 (45.70% from 255 or 31.02% from 374); Blue value is 10 (4.30% from 255 or 2.67% from 374); Max value from RGB is 248 - color contains mainly: red. Hex color #F8740A is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F8740A is #078BF5. Grayscale: #8F8F8F. Windows color (decimal): -494582 or 685304. OLE color: 685304.
HSL color Cylindrical-coordinate representation of color #F8740A: hue angle of 26.72º 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 #F8740A is Cyan = 0, Magento = 0.53, Yellow = 0.96 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 116 | 10 | - |
| CMYK | 0 | 0.53 | 0.96 | 0.03 |
| HSL | 26.72º | 0.94% | 0.51% | - |
| HSV(B) | 26.72º | 0.96% | 0.97% | - |
| XYZ | 45.01 | 32.47 | 4.18 | - |
| YUV | 143.38 | 52.73 | 202.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 116 | 10 | 0 | 0.53 | 0.96 | 0.03 | 26.72 | 0.94 | 0.51 |
| Hex | F8 | 74 | A | 0 | 35 | 60 | 3 | 1B | 5E | 33 |
| Octal | 370 | 164 | 12 | 0 | 65 | 140 | 3 | 33 | 136 | 63 |
| Binary | 11111000 | 1110100 | 1010 | 0 | 110101 | 1100000 | 11 | 11011 | 1011110 | 110011 |
Color Harmonies of #F8740A
Complementary color
Monochromatic Colors of #F8740A
Black with #F8740A
Text Example
Text Example
White with #F8740A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8740A; }
p { color: rgb(248,116,10); }
H1.HeaderClassName
{
color: #F8740A;
}
.AnyTagClassName
{
color: #F8740A;
}
</style>
background-color css
<style>
a { background-color: #F8740A; }
a { background-color: rgb(248,116,10); }
div.DivClassName
{
background-color: #F8740A;
}
.BgClassName
{
background-color: #F8740A;
}
</style>
border-color css
<style>
span { border-color: #F8740A; }
span { border-color: rgb(248,116,10); }
td.TdClassName
{
border-color: #F8740A;
}
.TagClassName
{
border-color: #F8740A;
}
</style>