Shades of Pumpkin #F87C14
Tints of Pumpkin #F87C14
RGB
CMYK
RGB Variations
Color information
#F87C14 (or 0xF87C14) is known color: Pumpkin. HEX triplet: F8, 7C and 14. RGB value is (248,124,20). Sum of RGB (Red+Green+Blue) = 248+124+20=392 (51% of max value = 765). Red value is 248 (97.27% from 255 or 63.27% from 392); Green value is 124 (48.83% from 255 or 31.63% from 392); Blue value is 20 (8.20% from 255 or 5.10% from 392); Max value from RGB is 248 - color contains mainly: red. Hex color #F87C14 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F87C14 is #0783EB. Grayscale: #959595. Windows color (decimal): -492524 or 1342712. OLE color: 1342712.
HSL color Cylindrical-coordinate representation of color #F87C14: hue angle of 27.37º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F87C14 is Cyan = 0, Magento = 0.5, Yellow = 0.92 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 124 | 20 | - |
| CMYK | 0 | 0.5 | 0.92 | 0.03 |
| HSL | 27.37º | 0.94% | 0.53% | - |
| HSV(B) | 27.37º | 0.92% | 0.97% | - |
| XYZ | 46.05 | 34.42 | 4.88 | - |
| YUV | 149.22 | 55.08 | 198.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 124 | 20 | 0 | 0.5 | 0.92 | 0.03 | 27.37 | 0.94 | 0.53 |
| Hex | F8 | 7C | 14 | 0 | 32 | 5C | 3 | 1B | 5E | 35 |
| Octal | 370 | 174 | 24 | 0 | 62 | 134 | 3 | 33 | 136 | 65 |
| Binary | 11111000 | 1111100 | 10100 | 0 | 110010 | 1011100 | 11 | 11011 | 1011110 | 110101 |
Color Harmonies of #F87C14
Complementary color
Monochromatic Colors of #F87C14
Black with #F87C14
Text Example
Text Example
White with #F87C14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F87C14; }
p { color: rgb(248,124,20); }
H1.HeaderClassName
{
color: #F87C14;
}
.AnyTagClassName
{
color: #F87C14;
}
</style>
background-color css
<style>
a { background-color: #F87C14; }
a { background-color: rgb(248,124,20); }
div.DivClassName
{
background-color: #F87C14;
}
.BgClassName
{
background-color: #F87C14;
}
</style>
border-color css
<style>
span { border-color: #F87C14; }
span { border-color: rgb(248,124,20); }
td.TdClassName
{
border-color: #F87C14;
}
.TagClassName
{
border-color: #F87C14;
}
</style>