Shades of Pumpkin #F86A19
Tints of Pumpkin #F86A19
RGB
CMYK
RGB Variations
Color information
#F86A19 (or 0xF86A19) is known color: Pumpkin. HEX triplet: F8, 6A and 19. RGB value is (248,106,25). Sum of RGB (Red+Green+Blue) = 248+106+25=379 (50% of max value = 765). Red value is 248 (97.27% from 255 or 65.44% from 379); Green value is 106 (41.80% from 255 or 27.97% from 379); Blue value is 25 (10.16% from 255 or 6.60% from 379); Max value from RGB is 248 - color contains mainly: red. Hex color #F86A19 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F86A19 is #0795E6. Grayscale: #8B8B8B. Windows color (decimal): -497127 or 1665784. OLE color: 1665784.
HSL color Cylindrical-coordinate representation of color #F86A19: hue angle of 21.79º degrees, saturation: 0.94, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F86A19 is Cyan = 0, Magento = 0.57, Yellow = 0.90 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 106 | 25 | - |
| CMYK | 0 | 0.57 | 0.90 | 0.03 |
| HSL | 21.79º | 0.94% | 0.54% | - |
| HSV(B) | 21.79º | 0.9% | 0.97% | - |
| XYZ | 44.04 | 30.33 | 4.45 | - |
| YUV | 139.22 | 63.54 | 205.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 106 | 25 | 0 | 0.57 | 0.90 | 0.03 | 21.79 | 0.94 | 0.54 |
| Hex | F8 | 6A | 19 | 0 | 39 | 5A | 3 | 16 | 5E | 36 |
| Octal | 370 | 152 | 31 | 0 | 71 | 132 | 3 | 26 | 136 | 66 |
| Binary | 11111000 | 1101010 | 11001 | 0 | 111001 | 1011010 | 11 | 10110 | 1011110 | 110110 |
Color Harmonies of #F86A19
Complementary color
Monochromatic Colors of #F86A19
Black with #F86A19
Text Example
Text Example
White with #F86A19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F86A19; }
p { color: rgb(248,106,25); }
H1.HeaderClassName
{
color: #F86A19;
}
.AnyTagClassName
{
color: #F86A19;
}
</style>
background-color css
<style>
a { background-color: #F86A19; }
a { background-color: rgb(248,106,25); }
div.DivClassName
{
background-color: #F86A19;
}
.BgClassName
{
background-color: #F86A19;
}
</style>
border-color css
<style>
span { border-color: #F86A19; }
span { border-color: rgb(248,106,25); }
td.TdClassName
{
border-color: #F86A19;
}
.TagClassName
{
border-color: #F86A19;
}
</style>