Shades of Pumpkin #F85D18
Tints of Pumpkin #F85D18
RGB
CMYK
RGB Variations
Color information
#F85D18 (or 0xF85D18) is known color: Pumpkin. HEX triplet: F8, 5D and 18. RGB value is (248,93,24). Sum of RGB (Red+Green+Blue) = 248+93+24=365 (48% of max value = 765). Red value is 248 (97.27% from 255 or 67.95% from 365); Green value is 93 (36.72% from 255 or 25.48% from 365); Blue value is 24 (9.77% from 255 or 6.58% from 365); Max value from RGB is 248 - color contains mainly: red. Hex color #F85D18 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F85D18 is #07A2E7. Grayscale: #838383. Windows color (decimal): -500456 or 1596920. OLE color: 1596920.
HSL color Cylindrical-coordinate representation of color #F85D18: hue angle of 18.48º 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 #F85D18 is Cyan = 0, Magento = 0.62, Yellow = 0.90 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 93 | 24 | - |
| CMYK | 0 | 0.62 | 0.90 | 0.03 |
| HSL | 18.48º | 0.94% | 0.53% | - |
| HSV(B) | 18.48º | 0.9% | 0.97% | - |
| XYZ | 42.79 | 27.85 | 3.98 | - |
| YUV | 131.48 | 67.35 | 211.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 93 | 24 | 0 | 0.62 | 0.90 | 0.03 | 18.48 | 0.94 | 0.53 |
| Hex | F8 | 5D | 18 | 0 | 3E | 5A | 3 | 12 | 5E | 35 |
| Octal | 370 | 135 | 30 | 0 | 76 | 132 | 3 | 22 | 136 | 65 |
| Binary | 11111000 | 1011101 | 11000 | 0 | 111110 | 1011010 | 11 | 10010 | 1011110 | 110101 |
Color Harmonies of #F85D18
Complementary color
Monochromatic Colors of #F85D18
Black with #F85D18
Text Example
Text Example
White with #F85D18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F85D18; }
p { color: rgb(248,93,24); }
H1.HeaderClassName
{
color: #F85D18;
}
.AnyTagClassName
{
color: #F85D18;
}
</style>
background-color css
<style>
a { background-color: #F85D18; }
a { background-color: rgb(248,93,24); }
div.DivClassName
{
background-color: #F85D18;
}
.BgClassName
{
background-color: #F85D18;
}
</style>
border-color css
<style>
span { border-color: #F85D18; }
span { border-color: rgb(248,93,24); }
td.TdClassName
{
border-color: #F85D18;
}
.TagClassName
{
border-color: #F85D18;
}
</style>