Shades of Pumpkin #F8821C
Tints of Pumpkin #F8821C
RGB
CMYK
RGB Variations
Color information
#F8821C (or 0xF8821C) is known color: Pumpkin. HEX triplet: F8, 82 and 1C. RGB value is (248,130,28). Sum of RGB (Red+Green+Blue) = 248+130+28=406 (53% of max value = 765). Red value is 248 (97.27% from 255 or 61.08% from 406); Green value is 130 (51.17% from 255 or 32.02% from 406); Blue value is 28 (11.33% from 255 or 6.90% from 406); Max value from RGB is 248 - color contains mainly: red. Hex color #F8821C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F8821C is #077DE3. Grayscale: #9A9A9A. Windows color (decimal): -490980 or 1868536. OLE color: 1868536.
HSL color Cylindrical-coordinate representation of color #F8821C: hue angle of 27.82º degrees, saturation: 0.94, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F8821C is Cyan = 0, Magento = 0.48, Yellow = 0.89 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 130 | 28 | - |
| CMYK | 0 | 0.48 | 0.89 | 0.03 |
| HSL | 27.82º | 0.94% | 0.54% | - |
| HSV(B) | 27.82º | 0.89% | 0.97% | - |
| XYZ | 46.9 | 36.01 | 5.58 | - |
| YUV | 153.65 | 57.09 | 195.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 130 | 28 | 0 | 0.48 | 0.89 | 0.03 | 27.82 | 0.94 | 0.54 |
| Hex | F8 | 82 | 1C | 0 | 30 | 59 | 3 | 1C | 5E | 36 |
| Octal | 370 | 202 | 34 | 0 | 60 | 131 | 3 | 34 | 136 | 66 |
| Binary | 11111000 | 10000010 | 11100 | 0 | 110000 | 1011001 | 11 | 11100 | 1011110 | 110110 |
Color Harmonies of #F8821C
Complementary color
Monochromatic Colors of #F8821C
Black with #F8821C
Text Example
Text Example
White with #F8821C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8821C; }
p { color: rgb(248,130,28); }
H1.HeaderClassName
{
color: #F8821C;
}
.AnyTagClassName
{
color: #F8821C;
}
</style>
background-color css
<style>
a { background-color: #F8821C; }
a { background-color: rgb(248,130,28); }
div.DivClassName
{
background-color: #F8821C;
}
.BgClassName
{
background-color: #F8821C;
}
</style>
border-color css
<style>
span { border-color: #F8821C; }
span { border-color: rgb(248,130,28); }
td.TdClassName
{
border-color: #F8821C;
}
.TagClassName
{
border-color: #F8821C;
}
</style>