Shades of Pumpkin #F87C19
Tints of Pumpkin #F87C19
RGB
CMYK
RGB Variations
Color information
#F87C19 (or 0xF87C19) is known color: Pumpkin. HEX triplet: F8, 7C and 19. RGB value is (248,124,25). Sum of RGB (Red+Green+Blue) = 248+124+25=397 (52% of max value = 765). Red value is 248 (97.27% from 255 or 62.47% from 397); Green value is 124 (48.83% from 255 or 31.23% from 397); Blue value is 25 (10.16% from 255 or 6.30% from 397); Max value from RGB is 248 - color contains mainly: red. Hex color #F87C19 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F87C19 is #0783E6. Grayscale: #969696. Windows color (decimal): -492519 or 1670392. OLE color: 1670392.
HSL color Cylindrical-coordinate representation of color #F87C19: hue angle of 26.64º degrees, saturation: 0.94, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F87C19 is Cyan = 0, Magento = 0.5, Yellow = 0.90 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 124 | 25 | - |
| CMYK | 0 | 0.5 | 0.90 | 0.03 |
| HSL | 26.64º | 0.94% | 0.54% | - |
| HSV(B) | 26.64º | 0.9% | 0.97% | - |
| XYZ | 46.09 | 34.44 | 5.14 | - |
| YUV | 149.79 | 57.58 | 198.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 124 | 25 | 0 | 0.5 | 0.90 | 0.03 | 26.64 | 0.94 | 0.54 |
| Hex | F8 | 7C | 19 | 0 | 32 | 5A | 3 | 1B | 5E | 36 |
| Octal | 370 | 174 | 31 | 0 | 62 | 132 | 3 | 33 | 136 | 66 |
| Binary | 11111000 | 1111100 | 11001 | 0 | 110010 | 1011010 | 11 | 11011 | 1011110 | 110110 |
Color Harmonies of #F87C19
Complementary color
Monochromatic Colors of #F87C19
Black with #F87C19
Text Example
Text Example
White with #F87C19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F87C19; }
p { color: rgb(248,124,25); }
H1.HeaderClassName
{
color: #F87C19;
}
.AnyTagClassName
{
color: #F87C19;
}
</style>
background-color css
<style>
a { background-color: #F87C19; }
a { background-color: rgb(248,124,25); }
div.DivClassName
{
background-color: #F87C19;
}
.BgClassName
{
background-color: #F87C19;
}
</style>
border-color css
<style>
span { border-color: #F87C19; }
span { border-color: rgb(248,124,25); }
td.TdClassName
{
border-color: #F87C19;
}
.TagClassName
{
border-color: #F87C19;
}
</style>