Shades of Pumpkin #F87D1F
Tints of Pumpkin #F87D1F
RGB
CMYK
RGB Variations
Color information
#F87D1F (or 0xF87D1F) is known color: Pumpkin. HEX triplet: F8, 7D and 1F. RGB value is (248,125,31). Sum of RGB (Red+Green+Blue) = 248+125+31=404 (53% of max value = 765). Red value is 248 (97.27% from 255 or 61.39% from 404); Green value is 125 (49.22% from 255 or 30.94% from 404); Blue value is 31 (12.5% from 255 or 7.67% from 404); Max value from RGB is 248 - color contains mainly: red. Hex color #F87D1F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F87D1F is #0782E0. Grayscale: #979797. Windows color (decimal): -492257 or 2063864. OLE color: 2063864.
HSL color Cylindrical-coordinate representation of color #F87D1F: hue angle of 25.99º 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 #F87D1F is Cyan = 0, Magento = 0.50, Yellow = 0.88 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 125 | 31 | - |
| CMYK | 0 | 0.50 | 0.88 | 0.03 |
| HSL | 25.99º | 0.94% | 0.55% | - |
| HSV(B) | 25.99º | 0.88% | 0.97% | - |
| XYZ | 46.29 | 34.72 | 5.56 | - |
| YUV | 151.06 | 60.25 | 197.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 125 | 31 | 0 | 0.50 | 0.88 | 0.03 | 25.99 | 0.94 | 0.55 |
| Hex | F8 | 7D | 1F | 0 | 32 | 58 | 3 | 1A | 5E | 37 |
| Octal | 370 | 175 | 37 | 0 | 62 | 130 | 3 | 32 | 136 | 67 |
| Binary | 11111000 | 1111101 | 11111 | 0 | 110010 | 1011000 | 11 | 11010 | 1011110 | 110111 |
Color Harmonies of #F87D1F
Complementary color
Monochromatic Colors of #F87D1F
Black with #F87D1F
Text Example
Text Example
White with #F87D1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F87D1F; }
p { color: rgb(248,125,31); }
H1.HeaderClassName
{
color: #F87D1F;
}
.AnyTagClassName
{
color: #F87D1F;
}
</style>
background-color css
<style>
a { background-color: #F87D1F; }
a { background-color: rgb(248,125,31); }
div.DivClassName
{
background-color: #F87D1F;
}
.BgClassName
{
background-color: #F87D1F;
}
</style>
border-color css
<style>
span { border-color: #F87D1F; }
span { border-color: rgb(248,125,31); }
td.TdClassName
{
border-color: #F87D1F;
}
.TagClassName
{
border-color: #F87D1F;
}
</style>