Shades of Pumpkin #F87122
Tints of Pumpkin #F87122
RGB
CMYK
RGB Variations
Color information
#F87122 (or 0xF87122) is known color: Pumpkin. HEX triplet: F8, 71 and 22. RGB value is (248,113,34). Sum of RGB (Red+Green+Blue) = 248+113+34=395 (52% of max value = 765). Red value is 248 (97.27% from 255 or 62.78% from 395); Green value is 113 (44.53% from 255 or 28.61% from 395); Blue value is 34 (13.67% from 255 or 8.61% from 395); Max value from RGB is 248 - color contains mainly: red. Hex color #F87122 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F87122 is #078EDD. Grayscale: #909090. Windows color (decimal): -495326 or 2257400. OLE color: 2257400.
HSL color Cylindrical-coordinate representation of color #F87122: hue angle of 22.15º degrees, saturation: 0.94, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F87122 is Cyan = 0, Magento = 0.54, Yellow = 0.86 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 113 | 34 | - |
| CMYK | 0 | 0.54 | 0.86 | 0.03 |
| HSL | 22.15º | 0.94% | 0.55% | - |
| HSV(B) | 22.15º | 0.86% | 0.97% | - |
| XYZ | 44.91 | 31.88 | 5.3 | - |
| YUV | 144.36 | 65.73 | 201.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 113 | 34 | 0 | 0.54 | 0.86 | 0.03 | 22.15 | 0.94 | 0.55 |
| Hex | F8 | 71 | 22 | 0 | 36 | 56 | 3 | 16 | 5E | 37 |
| Octal | 370 | 161 | 42 | 0 | 66 | 126 | 3 | 26 | 136 | 67 |
| Binary | 11111000 | 1110001 | 100010 | 0 | 110110 | 1010110 | 11 | 10110 | 1011110 | 110111 |
Color Harmonies of #F87122
Complementary color
Monochromatic Colors of #F87122
Black with #F87122
Text Example
Text Example
White with #F87122
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F87122; }
p { color: rgb(248,113,34); }
H1.HeaderClassName
{
color: #F87122;
}
.AnyTagClassName
{
color: #F87122;
}
</style>
background-color css
<style>
a { background-color: #F87122; }
a { background-color: rgb(248,113,34); }
div.DivClassName
{
background-color: #F87122;
}
.BgClassName
{
background-color: #F87122;
}
</style>
border-color css
<style>
span { border-color: #F87122; }
span { border-color: rgb(248,113,34); }
td.TdClassName
{
border-color: #F87122;
}
.TagClassName
{
border-color: #F87122;
}
</style>