Shades of Pumpkin #F87D1C
Tints of Pumpkin #F87D1C
RGB
CMYK
RGB Variations
Color information
#F87D1C (or 0xF87D1C) is known color: Pumpkin. HEX triplet: F8, 7D and 1C. RGB value is (248,125,28). Sum of RGB (Red+Green+Blue) = 248+125+28=401 (53% of max value = 765). Red value is 248 (97.27% from 255 or 61.85% from 401); Green value is 125 (49.22% from 255 or 31.17% from 401); Blue value is 28 (11.33% from 255 or 6.98% from 401); Max value from RGB is 248 - color contains mainly: red. Hex color #F87D1C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F87D1C is #0782E3. Grayscale: #979797. Windows color (decimal): -492260 or 1867256. OLE color: 1867256.
HSL color Cylindrical-coordinate representation of color #F87D1C: hue angle of 26.45º degrees, saturation: 0.94, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F87D1C is Cyan = 0, Magento = 0.50, Yellow = 0.89 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 125 | 28 | - |
| CMYK | 0 | 0.50 | 0.89 | 0.03 |
| HSL | 26.45º | 0.94% | 0.54% | - |
| HSV(B) | 26.45º | 0.89% | 0.97% | - |
| XYZ | 46.25 | 34.71 | 5.36 | - |
| YUV | 150.72 | 58.75 | 197.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 125 | 28 | 0 | 0.50 | 0.89 | 0.03 | 26.45 | 0.94 | 0.54 |
| Hex | F8 | 7D | 1C | 0 | 32 | 59 | 3 | 1A | 5E | 36 |
| Octal | 370 | 175 | 34 | 0 | 62 | 131 | 3 | 32 | 136 | 66 |
| Binary | 11111000 | 1111101 | 11100 | 0 | 110010 | 1011001 | 11 | 11010 | 1011110 | 110110 |
Color Harmonies of #F87D1C
Complementary color
Monochromatic Colors of #F87D1C
Black with #F87D1C
Text Example
Text Example
White with #F87D1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F87D1C; }
p { color: rgb(248,125,28); }
H1.HeaderClassName
{
color: #F87D1C;
}
.AnyTagClassName
{
color: #F87D1C;
}
</style>
background-color css
<style>
a { background-color: #F87D1C; }
a { background-color: rgb(248,125,28); }
div.DivClassName
{
background-color: #F87D1C;
}
.BgClassName
{
background-color: #F87D1C;
}
</style>
border-color css
<style>
span { border-color: #F87D1C; }
span { border-color: rgb(248,125,28); }
td.TdClassName
{
border-color: #F87D1C;
}
.TagClassName
{
border-color: #F87D1C;
}
</style>