Shades of Pumpkin #F87312
Tints of Pumpkin #F87312
RGB
CMYK
RGB Variations
Color information
#F87312 (or 0xF87312) is known color: Pumpkin. HEX triplet: F8, 73 and 12. RGB value is (248,115,18). Sum of RGB (Red+Green+Blue) = 248+115+18=381 (50% of max value = 765). Red value is 248 (97.27% from 255 or 65.09% from 381); Green value is 115 (45.31% from 255 or 30.18% from 381); Blue value is 18 (7.42% from 255 or 4.72% from 381); Max value from RGB is 248 - color contains mainly: red. Hex color #F87312 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F87312 is #078CED. Grayscale: #909090. Windows color (decimal): -494830 or 1209336. OLE color: 1209336.
HSL color Cylindrical-coordinate representation of color #F87312: hue angle of 25.3º 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 #F87312 is Cyan = 0, Magento = 0.54, Yellow = 0.93 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 115 | 18 | - |
| CMYK | 0 | 0.54 | 0.93 | 0.03 |
| HSL | 25.3º | 0.94% | 0.52% | - |
| HSV(B) | 25.3º | 0.93% | 0.97% | - |
| XYZ | 44.95 | 32.26 | 4.43 | - |
| YUV | 143.71 | 57.06 | 202.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 115 | 18 | 0 | 0.54 | 0.93 | 0.03 | 25.3 | 0.94 | 0.52 |
| Hex | F8 | 73 | 12 | 0 | 36 | 5D | 3 | 19 | 5E | 34 |
| Octal | 370 | 163 | 22 | 0 | 66 | 135 | 3 | 31 | 136 | 64 |
| Binary | 11111000 | 1110011 | 10010 | 0 | 110110 | 1011101 | 11 | 11001 | 1011110 | 110100 |
Color Harmonies of #F87312
Complementary color
Monochromatic Colors of #F87312
Black with #F87312
Text Example
Text Example
White with #F87312
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F87312; }
p { color: rgb(248,115,18); }
H1.HeaderClassName
{
color: #F87312;
}
.AnyTagClassName
{
color: #F87312;
}
</style>
background-color css
<style>
a { background-color: #F87312; }
a { background-color: rgb(248,115,18); }
div.DivClassName
{
background-color: #F87312;
}
.BgClassName
{
background-color: #F87312;
}
</style>
border-color css
<style>
span { border-color: #F87312; }
span { border-color: rgb(248,115,18); }
td.TdClassName
{
border-color: #F87312;
}
.TagClassName
{
border-color: #F87312;
}
</style>