Shades of Pumpkin #F8841D
Tints of Pumpkin #F8841D
RGB
CMYK
RGB Variations
Color information
#F8841D (or 0xF8841D) is known color: Pumpkin. HEX triplet: F8, 84 and 1D. RGB value is (248,132,29). Sum of RGB (Red+Green+Blue) = 248+132+29=409 (54% of max value = 765). Red value is 248 (97.27% from 255 or 60.64% from 409); Green value is 132 (51.95% from 255 or 32.27% from 409); Blue value is 29 (11.72% from 255 or 7.09% from 409); Max value from RGB is 248 - color contains mainly: red. Hex color #F8841D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F8841D is #077BE2. Grayscale: #9B9B9B. Windows color (decimal): -490467 or 1934584. OLE color: 1934584.
HSL color Cylindrical-coordinate representation of color #F8841D: hue angle of 28.22º degrees, saturation: 0.94, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F8841D is Cyan = 0, Magento = 0.47, Yellow = 0.88 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 132 | 29 | - |
| CMYK | 0 | 0.47 | 0.88 | 0.03 |
| HSL | 28.22º | 0.94% | 0.54% | - |
| HSV(B) | 28.22º | 0.88% | 0.97% | - |
| XYZ | 47.18 | 36.55 | 5.73 | - |
| YUV | 154.94 | 56.93 | 194.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 132 | 29 | 0 | 0.47 | 0.88 | 0.03 | 28.22 | 0.94 | 0.54 |
| Hex | F8 | 84 | 1D | 0 | 2F | 58 | 3 | 1C | 5E | 36 |
| Octal | 370 | 204 | 35 | 0 | 57 | 130 | 3 | 34 | 136 | 66 |
| Binary | 11111000 | 10000100 | 11101 | 0 | 101111 | 1011000 | 11 | 11100 | 1011110 | 110110 |
Color Harmonies of #F8841D
Complementary color
Monochromatic Colors of #F8841D
Black with #F8841D
Text Example
Text Example
White with #F8841D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8841D; }
p { color: rgb(248,132,29); }
H1.HeaderClassName
{
color: #F8841D;
}
.AnyTagClassName
{
color: #F8841D;
}
</style>
background-color css
<style>
a { background-color: #F8841D; }
a { background-color: rgb(248,132,29); }
div.DivClassName
{
background-color: #F8841D;
}
.BgClassName
{
background-color: #F8841D;
}
</style>
border-color css
<style>
span { border-color: #F8841D; }
span { border-color: rgb(248,132,29); }
td.TdClassName
{
border-color: #F8841D;
}
.TagClassName
{
border-color: #F8841D;
}
</style>