Shades of Pumpkin #F87C18
Tints of Pumpkin #F87C18
RGB
CMYK
RGB Variations
Color information
#F87C18 (or 0xF87C18) is known color: Pumpkin. HEX triplet: F8, 7C and 18. RGB value is (248,124,24). Sum of RGB (Red+Green+Blue) = 248+124+24=396 (52% of max value = 765). Red value is 248 (97.27% from 255 or 62.63% from 396); Green value is 124 (48.83% from 255 or 31.31% from 396); Blue value is 24 (9.77% from 255 or 6.06% from 396); Max value from RGB is 248 - color contains mainly: red. Hex color #F87C18 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F87C18 is #0783E7. Grayscale: #969696. Windows color (decimal): -492520 or 1604856. OLE color: 1604856.
HSL color Cylindrical-coordinate representation of color #F87C18: hue angle of 26.79º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F87C18 is Cyan = 0, Magento = 0.5, Yellow = 0.90 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 124 | 24 | - |
| CMYK | 0 | 0.5 | 0.90 | 0.03 |
| HSL | 26.79º | 0.94% | 0.53% | - |
| HSV(B) | 26.79º | 0.9% | 0.97% | - |
| XYZ | 46.08 | 34.44 | 5.08 | - |
| YUV | 149.68 | 57.08 | 198.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 124 | 24 | 0 | 0.5 | 0.90 | 0.03 | 26.79 | 0.94 | 0.53 |
| Hex | F8 | 7C | 18 | 0 | 32 | 5A | 3 | 1B | 5E | 35 |
| Octal | 370 | 174 | 30 | 0 | 62 | 132 | 3 | 33 | 136 | 65 |
| Binary | 11111000 | 1111100 | 11000 | 0 | 110010 | 1011010 | 11 | 11011 | 1011110 | 110101 |
Color Harmonies of #F87C18
Complementary color
Monochromatic Colors of #F87C18
Black with #F87C18
Text Example
Text Example
White with #F87C18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F87C18; }
p { color: rgb(248,124,24); }
H1.HeaderClassName
{
color: #F87C18;
}
.AnyTagClassName
{
color: #F87C18;
}
</style>
background-color css
<style>
a { background-color: #F87C18; }
a { background-color: rgb(248,124,24); }
div.DivClassName
{
background-color: #F87C18;
}
.BgClassName
{
background-color: #F87C18;
}
</style>
border-color css
<style>
span { border-color: #F87C18; }
span { border-color: rgb(248,124,24); }
td.TdClassName
{
border-color: #F87C18;
}
.TagClassName
{
border-color: #F87C18;
}
</style>