Shades of Pumpkin #F8740D
Tints of Pumpkin #F8740D
RGB
CMYK
RGB Variations
Color information
#F8740D (or 0xF8740D) is known color: Pumpkin. HEX triplet: F8, 74 and 0D. RGB value is (248,116,13). Sum of RGB (Red+Green+Blue) = 248+116+13=377 (49% of max value = 765). Red value is 248 (97.27% from 255 or 65.78% from 377); Green value is 116 (45.70% from 255 or 30.77% from 377); Blue value is 13 (5.47% from 255 or 3.45% from 377); Max value from RGB is 248 - color contains mainly: red. Hex color #F8740D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F8740D is #078BF2. Grayscale: #909090. Windows color (decimal): -494579 or 881912. OLE color: 881912.
HSL color Cylindrical-coordinate representation of color #F8740D: hue angle of 26.3º 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 #F8740D is Cyan = 0, Magento = 0.53, Yellow = 0.95 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 116 | 13 | - |
| CMYK | 0 | 0.53 | 0.95 | 0.03 |
| HSL | 26.3º | 0.94% | 0.51% | - |
| HSV(B) | 26.3º | 0.95% | 0.97% | - |
| XYZ | 45.03 | 32.48 | 4.28 | - |
| YUV | 143.73 | 54.23 | 202.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 116 | 13 | 0 | 0.53 | 0.95 | 0.03 | 26.3 | 0.94 | 0.51 |
| Hex | F8 | 74 | D | 0 | 35 | 5F | 3 | 1A | 5E | 33 |
| Octal | 370 | 164 | 15 | 0 | 65 | 137 | 3 | 32 | 136 | 63 |
| Binary | 11111000 | 1110100 | 1101 | 0 | 110101 | 1011111 | 11 | 11010 | 1011110 | 110011 |
Color Harmonies of #F8740D
Complementary color
Monochromatic Colors of #F8740D
Black with #F8740D
Text Example
Text Example
White with #F8740D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8740D; }
p { color: rgb(248,116,13); }
H1.HeaderClassName
{
color: #F8740D;
}
.AnyTagClassName
{
color: #F8740D;
}
</style>
background-color css
<style>
a { background-color: #F8740D; }
a { background-color: rgb(248,116,13); }
div.DivClassName
{
background-color: #F8740D;
}
.BgClassName
{
background-color: #F8740D;
}
</style>
border-color css
<style>
span { border-color: #F8740D; }
span { border-color: rgb(248,116,13); }
td.TdClassName
{
border-color: #F8740D;
}
.TagClassName
{
border-color: #F8740D;
}
</style>