Shades of Pumpkin #F8691E
Tints of Pumpkin #F8691E
RGB
CMYK
RGB Variations
Color information
#F8691E (or 0xF8691E) is known color: Pumpkin. HEX triplet: F8, 69 and 1E. RGB value is (248,105,30). Sum of RGB (Red+Green+Blue) = 248+105+30=383 (50% of max value = 765). Red value is 248 (97.27% from 255 or 64.75% from 383); Green value is 105 (41.41% from 255 or 27.42% from 383); Blue value is 30 (12.11% from 255 or 7.83% from 383); Max value from RGB is 248 - color contains mainly: red. Hex color #F8691E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F8691E is #0796E1. Grayscale: #8B8B8B. Windows color (decimal): -497378 or 1993208. OLE color: 1993208.
HSL color Cylindrical-coordinate representation of color #F8691E: hue angle of 20.64º 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 #F8691E is Cyan = 0, Magento = 0.58, Yellow = 0.88 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 105 | 30 | - |
| CMYK | 0 | 0.58 | 0.88 | 0.03 |
| HSL | 20.64º | 0.94% | 0.55% | - |
| HSV(B) | 20.64º | 0.88% | 0.97% | - |
| XYZ | 44 | 30.15 | 4.73 | - |
| YUV | 139.21 | 66.38 | 205.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 105 | 30 | 0 | 0.58 | 0.88 | 0.03 | 20.64 | 0.94 | 0.55 |
| Hex | F8 | 69 | 1E | 0 | 3A | 58 | 3 | 15 | 5E | 37 |
| Octal | 370 | 151 | 36 | 0 | 72 | 130 | 3 | 25 | 136 | 67 |
| Binary | 11111000 | 1101001 | 11110 | 0 | 111010 | 1011000 | 11 | 10101 | 1011110 | 110111 |
Color Harmonies of #F8691E
Complementary color
Monochromatic Colors of #F8691E
Black with #F8691E
Text Example
Text Example
White with #F8691E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8691E; }
p { color: rgb(248,105,30); }
H1.HeaderClassName
{
color: #F8691E;
}
.AnyTagClassName
{
color: #F8691E;
}
</style>
background-color css
<style>
a { background-color: #F8691E; }
a { background-color: rgb(248,105,30); }
div.DivClassName
{
background-color: #F8691E;
}
.BgClassName
{
background-color: #F8691E;
}
</style>
border-color css
<style>
span { border-color: #F8691E; }
span { border-color: rgb(248,105,30); }
td.TdClassName
{
border-color: #F8691E;
}
.TagClassName
{
border-color: #F8691E;
}
</style>