Shades of Pumpkin #F85F18
Tints of Pumpkin #F85F18
RGB
CMYK
RGB Variations
Color information
#F85F18 (or 0xF85F18) is known color: Pumpkin. HEX triplet: F8, 5F and 18. RGB value is (248,95,24). Sum of RGB (Red+Green+Blue) = 248+95+24=367 (48% of max value = 765). Red value is 248 (97.27% from 255 or 67.57% from 367); Green value is 95 (37.5% from 255 or 25.89% from 367); Blue value is 24 (9.77% from 255 or 6.54% from 367); Max value from RGB is 248 - color contains mainly: red. Hex color #F85F18 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F85F18 is #07A0E7. Grayscale: #858585. Windows color (decimal): -499944 or 1597432. OLE color: 1597432.
HSL color Cylindrical-coordinate representation of color #F85F18: hue angle of 19.02º 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 #F85F18 is Cyan = 0, Magento = 0.62, Yellow = 0.90 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 95 | 24 | - |
| CMYK | 0 | 0.62 | 0.90 | 0.03 |
| HSL | 19.02º | 0.94% | 0.53% | - |
| HSV(B) | 19.02º | 0.9% | 0.97% | - |
| XYZ | 42.97 | 28.21 | 4.04 | - |
| YUV | 132.65 | 66.69 | 210.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 95 | 24 | 0 | 0.62 | 0.90 | 0.03 | 19.02 | 0.94 | 0.53 |
| Hex | F8 | 5F | 18 | 0 | 3E | 5A | 3 | 13 | 5E | 35 |
| Octal | 370 | 137 | 30 | 0 | 76 | 132 | 3 | 23 | 136 | 65 |
| Binary | 11111000 | 1011111 | 11000 | 0 | 111110 | 1011010 | 11 | 10011 | 1011110 | 110101 |
Color Harmonies of #F85F18
Complementary color
Monochromatic Colors of #F85F18
Black with #F85F18
Text Example
Text Example
White with #F85F18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F85F18; }
p { color: rgb(248,95,24); }
H1.HeaderClassName
{
color: #F85F18;
}
.AnyTagClassName
{
color: #F85F18;
}
</style>
background-color css
<style>
a { background-color: #F85F18; }
a { background-color: rgb(248,95,24); }
div.DivClassName
{
background-color: #F85F18;
}
.BgClassName
{
background-color: #F85F18;
}
</style>
border-color css
<style>
span { border-color: #F85F18; }
span { border-color: rgb(248,95,24); }
td.TdClassName
{
border-color: #F85F18;
}
.TagClassName
{
border-color: #F85F18;
}
</style>