Shades of Pumpkin #F87412
Tints of Pumpkin #F87412
RGB
CMYK
RGB Variations
Color information
#F87412 (or 0xF87412) is known color: Pumpkin. HEX triplet: F8, 74 and 12. RGB value is (248,116,18). Sum of RGB (Red+Green+Blue) = 248+116+18=382 (50% of max value = 765). Red value is 248 (97.27% from 255 or 64.92% from 382); Green value is 116 (45.70% from 255 or 30.37% from 382); Blue value is 18 (7.42% from 255 or 4.71% from 382); Max value from RGB is 248 - color contains mainly: red. Hex color #F87412 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F87412 is #078BED. Grayscale: #909090. Windows color (decimal): -494574 or 1209592. OLE color: 1209592.
HSL color Cylindrical-coordinate representation of color #F87412: hue angle of 25.57º 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 #F87412 is Cyan = 0, Magento = 0.53, Yellow = 0.93 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 116 | 18 | - |
| CMYK | 0 | 0.53 | 0.93 | 0.03 |
| HSL | 25.57º | 0.94% | 0.52% | - |
| HSV(B) | 25.57º | 0.93% | 0.97% | - |
| XYZ | 45.07 | 32.49 | 4.47 | - |
| YUV | 144.3 | 56.73 | 201.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 116 | 18 | 0 | 0.53 | 0.93 | 0.03 | 25.57 | 0.94 | 0.52 |
| Hex | F8 | 74 | 12 | 0 | 35 | 5D | 3 | 1A | 5E | 34 |
| Octal | 370 | 164 | 22 | 0 | 65 | 135 | 3 | 32 | 136 | 64 |
| Binary | 11111000 | 1110100 | 10010 | 0 | 110101 | 1011101 | 11 | 11010 | 1011110 | 110100 |
Color Harmonies of #F87412
Complementary color
Monochromatic Colors of #F87412
Black with #F87412
Text Example
Text Example
White with #F87412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F87412; }
p { color: rgb(248,116,18); }
H1.HeaderClassName
{
color: #F87412;
}
.AnyTagClassName
{
color: #F87412;
}
</style>
background-color css
<style>
a { background-color: #F87412; }
a { background-color: rgb(248,116,18); }
div.DivClassName
{
background-color: #F87412;
}
.BgClassName
{
background-color: #F87412;
}
</style>
border-color css
<style>
span { border-color: #F87412; }
span { border-color: rgb(248,116,18); }
td.TdClassName
{
border-color: #F87412;
}
.TagClassName
{
border-color: #F87412;
}
</style>