Shades of Pumpkin #F87D1E
Tints of Pumpkin #F87D1E
RGB
CMYK
RGB Variations
Color information
#F87D1E (or 0xF87D1E) is known color: Pumpkin. HEX triplet: F8, 7D and 1E. RGB value is (248,125,30). Sum of RGB (Red+Green+Blue) = 248+125+30=403 (53% of max value = 765). Red value is 248 (97.27% from 255 or 61.54% from 403); Green value is 125 (49.22% from 255 or 31.02% from 403); Blue value is 30 (12.11% from 255 or 7.44% from 403); Max value from RGB is 248 - color contains mainly: red. Hex color #F87D1E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F87D1E is #0782E1. Grayscale: #979797. Windows color (decimal): -492258 or 1998328. OLE color: 1998328.
HSL color Cylindrical-coordinate representation of color #F87D1E: hue angle of 26.15º degrees, saturation: 0.94, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F87D1E is Cyan = 0, Magento = 0.50, Yellow = 0.88 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 125 | 30 | - |
| CMYK | 0 | 0.50 | 0.88 | 0.03 |
| HSL | 26.15º | 0.94% | 0.55% | - |
| HSV(B) | 26.15º | 0.88% | 0.97% | - |
| XYZ | 46.28 | 34.72 | 5.49 | - |
| YUV | 150.95 | 59.75 | 197.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 125 | 30 | 0 | 0.50 | 0.88 | 0.03 | 26.15 | 0.94 | 0.55 |
| Hex | F8 | 7D | 1E | 0 | 32 | 58 | 3 | 1A | 5E | 37 |
| Octal | 370 | 175 | 36 | 0 | 62 | 130 | 3 | 32 | 136 | 67 |
| Binary | 11111000 | 1111101 | 11110 | 0 | 110010 | 1011000 | 11 | 11010 | 1011110 | 110111 |
Color Harmonies of #F87D1E
Complementary color
Monochromatic Colors of #F87D1E
Black with #F87D1E
Text Example
Text Example
White with #F87D1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F87D1E; }
p { color: rgb(248,125,30); }
H1.HeaderClassName
{
color: #F87D1E;
}
.AnyTagClassName
{
color: #F87D1E;
}
</style>
background-color css
<style>
a { background-color: #F87D1E; }
a { background-color: rgb(248,125,30); }
div.DivClassName
{
background-color: #F87D1E;
}
.BgClassName
{
background-color: #F87D1E;
}
</style>
border-color css
<style>
span { border-color: #F87D1E; }
span { border-color: rgb(248,125,30); }
td.TdClassName
{
border-color: #F87D1E;
}
.TagClassName
{
border-color: #F87D1E;
}
</style>