Shades of Pumpkin #F87012
Tints of Pumpkin #F87012
RGB
CMYK
RGB Variations
Color information
#F87012 (or 0xF87012) is known color: Pumpkin. HEX triplet: F8, 70 and 12. RGB value is (248,112,18). Sum of RGB (Red+Green+Blue) = 248+112+18=378 (50% of max value = 765). Red value is 248 (97.27% from 255 or 65.61% from 378); Green value is 112 (44.14% from 255 or 29.63% from 378); Blue value is 18 (7.42% from 255 or 4.76% from 378); Max value from RGB is 248 - color contains mainly: red. Hex color #F87012 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F87012 is #078FED. Grayscale: #8E8E8E. Windows color (decimal): -495598 or 1208568. OLE color: 1208568.
HSL color Cylindrical-coordinate representation of color #F87012: hue angle of 24.52º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F87012 is Cyan = 0, Magento = 0.55, Yellow = 0.93 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 112 | 18 | - |
| CMYK | 0 | 0.55 | 0.93 | 0.03 |
| HSL | 24.52º | 0.94% | 0.52% | - |
| HSV(B) | 24.52º | 0.93% | 0.97% | - |
| XYZ | 44.61 | 31.59 | 4.32 | - |
| YUV | 141.95 | 58.06 | 203.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 112 | 18 | 0 | 0.55 | 0.93 | 0.03 | 24.52 | 0.94 | 0.52 |
| Hex | F8 | 70 | 12 | 0 | 37 | 5D | 3 | 19 | 5E | 34 |
| Octal | 370 | 160 | 22 | 0 | 67 | 135 | 3 | 31 | 136 | 64 |
| Binary | 11111000 | 1110000 | 10010 | 0 | 110111 | 1011101 | 11 | 11001 | 1011110 | 110100 |
Color Harmonies of #F87012
Complementary color
Monochromatic Colors of #F87012
Black with #F87012
Text Example
Text Example
White with #F87012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F87012; }
p { color: rgb(248,112,18); }
H1.HeaderClassName
{
color: #F87012;
}
.AnyTagClassName
{
color: #F87012;
}
</style>
background-color css
<style>
a { background-color: #F87012; }
a { background-color: rgb(248,112,18); }
div.DivClassName
{
background-color: #F87012;
}
.BgClassName
{
background-color: #F87012;
}
</style>
border-color css
<style>
span { border-color: #F87012; }
span { border-color: rgb(248,112,18); }
td.TdClassName
{
border-color: #F87012;
}
.TagClassName
{
border-color: #F87012;
}
</style>