Shades of Pumpkin #F86F18
Tints of Pumpkin #F86F18
RGB
CMYK
RGB Variations
Color information
#F86F18 (or 0xF86F18) is known color: Pumpkin. HEX triplet: F8, 6F and 18. RGB value is (248,111,24). Sum of RGB (Red+Green+Blue) = 248+111+24=383 (50% of max value = 765). Red value is 248 (97.27% from 255 or 64.75% from 383); Green value is 111 (43.75% from 255 or 28.98% from 383); Blue value is 24 (9.77% from 255 or 6.27% from 383); Max value from RGB is 248 - color contains mainly: red. Hex color #F86F18 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F86F18 is #0790E7. Grayscale: #8E8E8E. Windows color (decimal): -495848 or 1601528. OLE color: 1601528.
HSL color Cylindrical-coordinate representation of color #F86F18: hue angle of 23.3º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F86F18 is Cyan = 0, Magento = 0.55, Yellow = 0.90 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 111 | 24 | - |
| CMYK | 0 | 0.55 | 0.90 | 0.03 |
| HSL | 23.3º | 0.94% | 0.53% | - |
| HSV(B) | 23.3º | 0.9% | 0.97% | - |
| XYZ | 44.56 | 31.39 | 4.57 | - |
| YUV | 142.05 | 61.39 | 203.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 111 | 24 | 0 | 0.55 | 0.90 | 0.03 | 23.3 | 0.94 | 0.53 |
| Hex | F8 | 6F | 18 | 0 | 37 | 5A | 3 | 17 | 5E | 35 |
| Octal | 370 | 157 | 30 | 0 | 67 | 132 | 3 | 27 | 136 | 65 |
| Binary | 11111000 | 1101111 | 11000 | 0 | 110111 | 1011010 | 11 | 10111 | 1011110 | 110101 |
Color Harmonies of #F86F18
Complementary color
Monochromatic Colors of #F86F18
Black with #F86F18
Text Example
Text Example
White with #F86F18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F86F18; }
p { color: rgb(248,111,24); }
H1.HeaderClassName
{
color: #F86F18;
}
.AnyTagClassName
{
color: #F86F18;
}
</style>
background-color css
<style>
a { background-color: #F86F18; }
a { background-color: rgb(248,111,24); }
div.DivClassName
{
background-color: #F86F18;
}
.BgClassName
{
background-color: #F86F18;
}
</style>
border-color css
<style>
span { border-color: #F86F18; }
span { border-color: rgb(248,111,24); }
td.TdClassName
{
border-color: #F86F18;
}
.TagClassName
{
border-color: #F86F18;
}
</style>