Shades of Pumpkin #F87321
Tints of Pumpkin #F87321
RGB
CMYK
RGB Variations
Color information
#F87321 (or 0xF87321) is known color: Pumpkin. HEX triplet: F8, 73 and 21. RGB value is (248,115,33). Sum of RGB (Red+Green+Blue) = 248+115+33=396 (52% of max value = 765). Red value is 248 (97.27% from 255 or 62.63% from 396); Green value is 115 (45.31% from 255 or 29.04% from 396); Blue value is 33 (13.28% from 255 or 8.33% from 396); Max value from RGB is 248 - color contains mainly: red. Hex color #F87321 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F87321 is #078CDE. Grayscale: #919191. Windows color (decimal): -494815 or 2192376. OLE color: 2192376.
HSL color Cylindrical-coordinate representation of color #F87321: hue angle of 22.88º degrees, saturation: 0.94, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F87321 is Cyan = 0, Magento = 0.54, Yellow = 0.87 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 115 | 33 | - |
| CMYK | 0 | 0.54 | 0.87 | 0.03 |
| HSL | 22.88º | 0.94% | 0.55% | - |
| HSV(B) | 22.88º | 0.87% | 0.97% | - |
| XYZ | 45.12 | 32.33 | 5.3 | - |
| YUV | 145.42 | 64.56 | 201.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 115 | 33 | 0 | 0.54 | 0.87 | 0.03 | 22.88 | 0.94 | 0.55 |
| Hex | F8 | 73 | 21 | 0 | 36 | 57 | 3 | 17 | 5E | 37 |
| Octal | 370 | 163 | 41 | 0 | 66 | 127 | 3 | 27 | 136 | 67 |
| Binary | 11111000 | 1110011 | 100001 | 0 | 110110 | 1010111 | 11 | 10111 | 1011110 | 110111 |
Color Harmonies of #F87321
Complementary color
Monochromatic Colors of #F87321
Black with #F87321
Text Example
Text Example
White with #F87321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F87321; }
p { color: rgb(248,115,33); }
H1.HeaderClassName
{
color: #F87321;
}
.AnyTagClassName
{
color: #F87321;
}
</style>
background-color css
<style>
a { background-color: #F87321; }
a { background-color: rgb(248,115,33); }
div.DivClassName
{
background-color: #F87321;
}
.BgClassName
{
background-color: #F87321;
}
</style>
border-color css
<style>
span { border-color: #F87321; }
span { border-color: rgb(248,115,33); }
td.TdClassName
{
border-color: #F87321;
}
.TagClassName
{
border-color: #F87321;
}
</style>