Shades of Pumpkin #F87416
Tints of Pumpkin #F87416
RGB
CMYK
RGB Variations
Color information
#F87416 (or 0xF87416) is known color: Pumpkin. HEX triplet: F8, 74 and 16. RGB value is (248,116,22). Sum of RGB (Red+Green+Blue) = 248+116+22=386 (51% of max value = 765). Red value is 248 (97.27% from 255 or 64.25% from 386); Green value is 116 (45.70% from 255 or 30.05% from 386); Blue value is 22 (8.98% from 255 or 5.70% from 386); Max value from RGB is 248 - color contains mainly: red. Hex color #F87416 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F87416 is #078BE9. Grayscale: #919191. Windows color (decimal): -494570 or 1471736. OLE color: 1471736.
HSL color Cylindrical-coordinate representation of color #F87416: hue angle of 24.96º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F87416 is Cyan = 0, Magento = 0.53, Yellow = 0.91 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 116 | 22 | - |
| CMYK | 0 | 0.53 | 0.91 | 0.03 |
| HSL | 24.96º | 0.94% | 0.53% | - |
| HSV(B) | 24.96º | 0.91% | 0.97% | - |
| XYZ | 45.1 | 32.51 | 4.66 | - |
| YUV | 144.75 | 58.73 | 201.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 116 | 22 | 0 | 0.53 | 0.91 | 0.03 | 24.96 | 0.94 | 0.53 |
| Hex | F8 | 74 | 16 | 0 | 35 | 5B | 3 | 19 | 5E | 35 |
| Octal | 370 | 164 | 26 | 0 | 65 | 133 | 3 | 31 | 136 | 65 |
| Binary | 11111000 | 1110100 | 10110 | 0 | 110101 | 1011011 | 11 | 11001 | 1011110 | 110101 |
Color Harmonies of #F87416
Complementary color
Monochromatic Colors of #F87416
Black with #F87416
Text Example
Text Example
White with #F87416
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F87416; }
p { color: rgb(248,116,22); }
H1.HeaderClassName
{
color: #F87416;
}
.AnyTagClassName
{
color: #F87416;
}
</style>
background-color css
<style>
a { background-color: #F87416; }
a { background-color: rgb(248,116,22); }
div.DivClassName
{
background-color: #F87416;
}
.BgClassName
{
background-color: #F87416;
}
</style>
border-color css
<style>
span { border-color: #F87416; }
span { border-color: rgb(248,116,22); }
td.TdClassName
{
border-color: #F87416;
}
.TagClassName
{
border-color: #F87416;
}
</style>