Shades of Pumpkin #F86919
Tints of Pumpkin #F86919
RGB
CMYK
RGB Variations
Color information
#F86919 (or 0xF86919) is known color: Pumpkin. HEX triplet: F8, 69 and 19. RGB value is (248,105,25). Sum of RGB (Red+Green+Blue) = 248+105+25=378 (50% of max value = 765). Red value is 248 (97.27% from 255 or 65.61% from 378); Green value is 105 (41.41% from 255 or 27.78% from 378); Blue value is 25 (10.16% from 255 or 6.61% from 378); Max value from RGB is 248 - color contains mainly: red. Hex color #F86919 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F86919 is #0796E6. Grayscale: #8B8B8B. Windows color (decimal): -497383 or 1665528. OLE color: 1665528.
HSL color Cylindrical-coordinate representation of color #F86919: hue angle of 21.52º 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 #F86919 is Cyan = 0, Magento = 0.58, Yellow = 0.90 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 105 | 25 | - |
| CMYK | 0 | 0.58 | 0.90 | 0.03 |
| HSL | 21.52º | 0.94% | 0.54% | - |
| HSV(B) | 21.52º | 0.9% | 0.97% | - |
| XYZ | 43.94 | 30.13 | 4.42 | - |
| YUV | 138.64 | 63.88 | 206 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 105 | 25 | 0 | 0.58 | 0.90 | 0.03 | 21.52 | 0.94 | 0.54 |
| Hex | F8 | 69 | 19 | 0 | 3A | 5A | 3 | 16 | 5E | 36 |
| Octal | 370 | 151 | 31 | 0 | 72 | 132 | 3 | 26 | 136 | 66 |
| Binary | 11111000 | 1101001 | 11001 | 0 | 111010 | 1011010 | 11 | 10110 | 1011110 | 110110 |
Color Harmonies of #F86919
Complementary color
Monochromatic Colors of #F86919
Black with #F86919
Text Example
Text Example
White with #F86919
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F86919; }
p { color: rgb(248,105,25); }
H1.HeaderClassName
{
color: #F86919;
}
.AnyTagClassName
{
color: #F86919;
}
</style>
background-color css
<style>
a { background-color: #F86919; }
a { background-color: rgb(248,105,25); }
div.DivClassName
{
background-color: #F86919;
}
.BgClassName
{
background-color: #F86919;
}
</style>
border-color css
<style>
span { border-color: #F86919; }
span { border-color: rgb(248,105,25); }
td.TdClassName
{
border-color: #F86919;
}
.TagClassName
{
border-color: #F86919;
}
</style>