Shades of Pumpkin #F8641E
Tints of Pumpkin #F8641E
RGB
CMYK
RGB Variations
Color information
#F8641E (or 0xF8641E) is known color: Pumpkin. HEX triplet: F8, 64 and 1E. RGB value is (248,100,30). Sum of RGB (Red+Green+Blue) = 248+100+30=378 (50% of max value = 765). Red value is 248 (97.27% from 255 or 65.61% from 378); Green value is 100 (39.45% from 255 or 26.46% from 378); Blue value is 30 (12.11% from 255 or 7.94% from 378); Max value from RGB is 248 - color contains mainly: red. Hex color #F8641E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F8641E is #079BE1. Grayscale: #888888. Windows color (decimal): -498658 or 1991928. OLE color: 1991928.
HSL color Cylindrical-coordinate representation of color #F8641E: hue angle of 19.27º 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 #F8641E is Cyan = 0, Magento = 0.60, Yellow = 0.88 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 100 | 30 | - |
| CMYK | 0 | 0.60 | 0.88 | 0.03 |
| HSL | 19.27º | 0.94% | 0.55% | - |
| HSV(B) | 19.27º | 0.88% | 0.97% | - |
| XYZ | 43.5 | 29.16 | 4.56 | - |
| YUV | 136.27 | 68.03 | 207.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 100 | 30 | 0 | 0.60 | 0.88 | 0.03 | 19.27 | 0.94 | 0.55 |
| Hex | F8 | 64 | 1E | 0 | 3C | 58 | 3 | 13 | 5E | 37 |
| Octal | 370 | 144 | 36 | 0 | 74 | 130 | 3 | 23 | 136 | 67 |
| Binary | 11111000 | 1100100 | 11110 | 0 | 111100 | 1011000 | 11 | 10011 | 1011110 | 110111 |
Color Harmonies of #F8641E
Complementary color
Monochromatic Colors of #F8641E
Black with #F8641E
Text Example
Text Example
White with #F8641E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8641E; }
p { color: rgb(248,100,30); }
H1.HeaderClassName
{
color: #F8641E;
}
.AnyTagClassName
{
color: #F8641E;
}
</style>
background-color css
<style>
a { background-color: #F8641E; }
a { background-color: rgb(248,100,30); }
div.DivClassName
{
background-color: #F8641E;
}
.BgClassName
{
background-color: #F8641E;
}
</style>
border-color css
<style>
span { border-color: #F8641E; }
span { border-color: rgb(248,100,30); }
td.TdClassName
{
border-color: #F8641E;
}
.TagClassName
{
border-color: #F8641E;
}
</style>