Shades of Pumpkin #F87D17
Tints of Pumpkin #F87D17
RGB
CMYK
RGB Variations
Color information
#F87D17 (or 0xF87D17) is known color: Pumpkin. HEX triplet: F8, 7D and 17. RGB value is (248,125,23). Sum of RGB (Red+Green+Blue) = 248+125+23=396 (52% of max value = 765). Red value is 248 (97.27% from 255 or 62.63% from 396); Green value is 125 (49.22% from 255 or 31.57% from 396); Blue value is 23 (9.38% from 255 or 5.81% from 396); Max value from RGB is 248 - color contains mainly: red. Hex color #F87D17 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F87D17 is #0782E8. Grayscale: #969696. Windows color (decimal): -492265 or 1539576. OLE color: 1539576.
HSL color Cylindrical-coordinate representation of color #F87D17: hue angle of 27.2º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F87D17 is Cyan = 0, Magento = 0.50, Yellow = 0.91 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 125 | 23 | - |
| CMYK | 0 | 0.50 | 0.91 | 0.03 |
| HSL | 27.2º | 0.94% | 0.53% | - |
| HSV(B) | 27.2º | 0.91% | 0.97% | - |
| XYZ | 46.2 | 34.69 | 5.07 | - |
| YUV | 150.15 | 56.25 | 197.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 125 | 23 | 0 | 0.50 | 0.91 | 0.03 | 27.2 | 0.94 | 0.53 |
| Hex | F8 | 7D | 17 | 0 | 32 | 5B | 3 | 1B | 5E | 35 |
| Octal | 370 | 175 | 27 | 0 | 62 | 133 | 3 | 33 | 136 | 65 |
| Binary | 11111000 | 1111101 | 10111 | 0 | 110010 | 1011011 | 11 | 11011 | 1011110 | 110101 |
Color Harmonies of #F87D17
Complementary color
Monochromatic Colors of #F87D17
Black with #F87D17
Text Example
Text Example
White with #F87D17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F87D17; }
p { color: rgb(248,125,23); }
H1.HeaderClassName
{
color: #F87D17;
}
.AnyTagClassName
{
color: #F87D17;
}
</style>
background-color css
<style>
a { background-color: #F87D17; }
a { background-color: rgb(248,125,23); }
div.DivClassName
{
background-color: #F87D17;
}
.BgClassName
{
background-color: #F87D17;
}
</style>
border-color css
<style>
span { border-color: #F87D17; }
span { border-color: rgb(248,125,23); }
td.TdClassName
{
border-color: #F87D17;
}
.TagClassName
{
border-color: #F87D17;
}
</style>