Shades of Pumpkin #F86922
Tints of Pumpkin #F86922
RGB
CMYK
RGB Variations
Color information
#F86922 (or 0xF86922) is known color: Pumpkin. HEX triplet: F8, 69 and 22. RGB value is (248,105,34). Sum of RGB (Red+Green+Blue) = 248+105+34=387 (51% of max value = 765). Red value is 248 (97.27% from 255 or 64.08% from 387); Green value is 105 (41.41% from 255 or 27.13% from 387); Blue value is 34 (13.67% from 255 or 8.79% from 387); Max value from RGB is 248 - color contains mainly: red. Hex color #F86922 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F86922 is #0796DD. Grayscale: #8C8C8C. Windows color (decimal): -497374 or 2255352. OLE color: 2255352.
HSL color Cylindrical-coordinate representation of color #F86922: hue angle of 19.91º 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 #F86922 is Cyan = 0, Magento = 0.58, Yellow = 0.86 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 105 | 34 | - |
| CMYK | 0 | 0.58 | 0.86 | 0.03 |
| HSL | 19.91º | 0.94% | 0.55% | - |
| HSV(B) | 19.91º | 0.86% | 0.97% | - |
| XYZ | 44.05 | 30.18 | 5.02 | - |
| YUV | 139.66 | 68.38 | 205.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 105 | 34 | 0 | 0.58 | 0.86 | 0.03 | 19.91 | 0.94 | 0.55 |
| Hex | F8 | 69 | 22 | 0 | 3A | 56 | 3 | 14 | 5E | 37 |
| Octal | 370 | 151 | 42 | 0 | 72 | 126 | 3 | 24 | 136 | 67 |
| Binary | 11111000 | 1101001 | 100010 | 0 | 111010 | 1010110 | 11 | 10100 | 1011110 | 110111 |
Color Harmonies of #F86922
Complementary color
Monochromatic Colors of #F86922
Black with #F86922
Text Example
Text Example
White with #F86922
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F86922; }
p { color: rgb(248,105,34); }
H1.HeaderClassName
{
color: #F86922;
}
.AnyTagClassName
{
color: #F86922;
}
</style>
background-color css
<style>
a { background-color: #F86922; }
a { background-color: rgb(248,105,34); }
div.DivClassName
{
background-color: #F86922;
}
.BgClassName
{
background-color: #F86922;
}
</style>
border-color css
<style>
span { border-color: #F86922; }
span { border-color: rgb(248,105,34); }
td.TdClassName
{
border-color: #F86922;
}
.TagClassName
{
border-color: #F86922;
}
</style>