Shades of Pumpkin #F8741E
Tints of Pumpkin #F8741E
RGB
CMYK
RGB Variations
Color information
#F8741E (or 0xF8741E) is known color: Pumpkin. HEX triplet: F8, 74 and 1E. RGB value is (248,116,30). Sum of RGB (Red+Green+Blue) = 248+116+30=394 (52% of max value = 765). Red value is 248 (97.27% from 255 or 62.94% from 394); Green value is 116 (45.70% from 255 or 29.44% from 394); Blue value is 30 (12.11% from 255 or 7.61% from 394); Max value from RGB is 248 - color contains mainly: red. Hex color #F8741E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F8741E is #078BE1. Grayscale: #929292. Windows color (decimal): -494562 or 1996024. OLE color: 1996024.
HSL color Cylindrical-coordinate representation of color #F8741E: hue angle of 23.67º degrees, saturation: 0.94, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F8741E is Cyan = 0, Magento = 0.53, Yellow = 0.88 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 116 | 30 | - |
| CMYK | 0 | 0.53 | 0.88 | 0.03 |
| HSL | 23.67º | 0.94% | 0.55% | - |
| HSV(B) | 23.67º | 0.88% | 0.97% | - |
| XYZ | 45.19 | 32.54 | 5.13 | - |
| YUV | 145.66 | 62.73 | 200.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 116 | 30 | 0 | 0.53 | 0.88 | 0.03 | 23.67 | 0.94 | 0.55 |
| Hex | F8 | 74 | 1E | 0 | 35 | 58 | 3 | 18 | 5E | 37 |
| Octal | 370 | 164 | 36 | 0 | 65 | 130 | 3 | 30 | 136 | 67 |
| Binary | 11111000 | 1110100 | 11110 | 0 | 110101 | 1011000 | 11 | 11000 | 1011110 | 110111 |
Color Harmonies of #F8741E
Complementary color
Monochromatic Colors of #F8741E
Black with #F8741E
Text Example
Text Example
White with #F8741E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8741E; }
p { color: rgb(248,116,30); }
H1.HeaderClassName
{
color: #F8741E;
}
.AnyTagClassName
{
color: #F8741E;
}
</style>
background-color css
<style>
a { background-color: #F8741E; }
a { background-color: rgb(248,116,30); }
div.DivClassName
{
background-color: #F8741E;
}
.BgClassName
{
background-color: #F8741E;
}
</style>
border-color css
<style>
span { border-color: #F8741E; }
span { border-color: rgb(248,116,30); }
td.TdClassName
{
border-color: #F8741E;
}
.TagClassName
{
border-color: #F8741E;
}
</style>