Shades of Pumpkin #F8821B
Tints of Pumpkin #F8821B
RGB
CMYK
RGB Variations
Color information
#F8821B (or 0xF8821B) is known color: Pumpkin. HEX triplet: F8, 82 and 1B. RGB value is (248,130,27). Sum of RGB (Red+Green+Blue) = 248+130+27=405 (53% of max value = 765). Red value is 248 (97.27% from 255 or 61.23% from 405); Green value is 130 (51.17% from 255 or 32.10% from 405); Blue value is 27 (10.94% from 255 or 6.67% from 405); Max value from RGB is 248 - color contains mainly: red. Hex color #F8821B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F8821B is #077DE4. Grayscale: #9A9A9A. Windows color (decimal): -490981 or 1803000. OLE color: 1803000.
HSL color Cylindrical-coordinate representation of color #F8821B: hue angle of 27.96º 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 #F8821B is Cyan = 0, Magento = 0.48, Yellow = 0.89 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 130 | 27 | - |
| CMYK | 0 | 0.48 | 0.89 | 0.03 |
| HSL | 27.96º | 0.94% | 0.54% | - |
| HSV(B) | 27.96º | 0.89% | 0.97% | - |
| XYZ | 46.89 | 36 | 5.51 | - |
| YUV | 153.54 | 56.59 | 195.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 130 | 27 | 0 | 0.48 | 0.89 | 0.03 | 27.96 | 0.94 | 0.54 |
| Hex | F8 | 82 | 1B | 0 | 30 | 59 | 3 | 1C | 5E | 36 |
| Octal | 370 | 202 | 33 | 0 | 60 | 131 | 3 | 34 | 136 | 66 |
| Binary | 11111000 | 10000010 | 11011 | 0 | 110000 | 1011001 | 11 | 11100 | 1011110 | 110110 |
Color Harmonies of #F8821B
Complementary color
Monochromatic Colors of #F8821B
Black with #F8821B
Text Example
Text Example
White with #F8821B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8821B; }
p { color: rgb(248,130,27); }
H1.HeaderClassName
{
color: #F8821B;
}
.AnyTagClassName
{
color: #F8821B;
}
</style>
background-color css
<style>
a { background-color: #F8821B; }
a { background-color: rgb(248,130,27); }
div.DivClassName
{
background-color: #F8821B;
}
.BgClassName
{
background-color: #F8821B;
}
</style>
border-color css
<style>
span { border-color: #F8821B; }
span { border-color: rgb(248,130,27); }
td.TdClassName
{
border-color: #F8821B;
}
.TagClassName
{
border-color: #F8821B;
}
</style>