Shades of Pumpkin #F87C21
Tints of Pumpkin #F87C21
RGB
CMYK
RGB Variations
Color information
#F87C21 (or 0xF87C21) is known color: Pumpkin. HEX triplet: F8, 7C and 21. RGB value is (248,124,33). Sum of RGB (Red+Green+Blue) = 248+124+33=405 (53% of max value = 765). Red value is 248 (97.27% from 255 or 61.23% from 405); Green value is 124 (48.83% from 255 or 30.62% from 405); Blue value is 33 (13.28% from 255 or 8.15% from 405); Max value from RGB is 248 - color contains mainly: red. Hex color #F87C21 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F87C21 is #0783DE. Grayscale: #979797. Windows color (decimal): -492511 or 2194680. OLE color: 2194680.
HSL color Cylindrical-coordinate representation of color #F87C21: hue angle of 25.4º 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 #F87C21 is Cyan = 0, Magento = 0.5, Yellow = 0.87 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 124 | 33 | - |
| CMYK | 0 | 0.5 | 0.87 | 0.03 |
| HSL | 25.4º | 0.94% | 0.55% | - |
| HSV(B) | 25.4º | 0.87% | 0.97% | - |
| XYZ | 46.19 | 34.48 | 5.66 | - |
| YUV | 150.7 | 61.58 | 197.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 124 | 33 | 0 | 0.5 | 0.87 | 0.03 | 25.4 | 0.94 | 0.55 |
| Hex | F8 | 7C | 21 | 0 | 32 | 57 | 3 | 19 | 5E | 37 |
| Octal | 370 | 174 | 41 | 0 | 62 | 127 | 3 | 31 | 136 | 67 |
| Binary | 11111000 | 1111100 | 100001 | 0 | 110010 | 1010111 | 11 | 11001 | 1011110 | 110111 |
Color Harmonies of #F87C21
Complementary color
Monochromatic Colors of #F87C21
Black with #F87C21
Text Example
Text Example
White with #F87C21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F87C21; }
p { color: rgb(248,124,33); }
H1.HeaderClassName
{
color: #F87C21;
}
.AnyTagClassName
{
color: #F87C21;
}
</style>
background-color css
<style>
a { background-color: #F87C21; }
a { background-color: rgb(248,124,33); }
div.DivClassName
{
background-color: #F87C21;
}
.BgClassName
{
background-color: #F87C21;
}
</style>
border-color css
<style>
span { border-color: #F87C21; }
span { border-color: rgb(248,124,33); }
td.TdClassName
{
border-color: #F87C21;
}
.TagClassName
{
border-color: #F87C21;
}
</style>