Shades of Pumpkin #F8731C
Tints of Pumpkin #F8731C
RGB
CMYK
RGB Variations
Color information
#F8731C (or 0xF8731C) is known color: Pumpkin. HEX triplet: F8, 73 and 1C. RGB value is (248,115,28). Sum of RGB (Red+Green+Blue) = 248+115+28=391 (51% of max value = 765). Red value is 248 (97.27% from 255 or 63.43% from 391); Green value is 115 (45.31% from 255 or 29.41% from 391); Blue value is 28 (11.33% from 255 or 7.16% from 391); Max value from RGB is 248 - color contains mainly: red. Hex color #F8731C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F8731C is #078CE3. Grayscale: #919191. Windows color (decimal): -494820 or 1864696. OLE color: 1864696.
HSL color Cylindrical-coordinate representation of color #F8731C: hue angle of 23.73º 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 #F8731C is Cyan = 0, Magento = 0.54, Yellow = 0.89 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 115 | 28 | - |
| CMYK | 0 | 0.54 | 0.89 | 0.03 |
| HSL | 23.73º | 0.94% | 0.54% | - |
| HSV(B) | 23.73º | 0.89% | 0.97% | - |
| XYZ | 45.05 | 32.3 | 4.96 | - |
| YUV | 144.85 | 62.06 | 201.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 115 | 28 | 0 | 0.54 | 0.89 | 0.03 | 23.73 | 0.94 | 0.54 |
| Hex | F8 | 73 | 1C | 0 | 36 | 59 | 3 | 18 | 5E | 36 |
| Octal | 370 | 163 | 34 | 0 | 66 | 131 | 3 | 30 | 136 | 66 |
| Binary | 11111000 | 1110011 | 11100 | 0 | 110110 | 1011001 | 11 | 11000 | 1011110 | 110110 |
Color Harmonies of #F8731C
Complementary color
Monochromatic Colors of #F8731C
Black with #F8731C
Text Example
Text Example
White with #F8731C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8731C; }
p { color: rgb(248,115,28); }
H1.HeaderClassName
{
color: #F8731C;
}
.AnyTagClassName
{
color: #F8731C;
}
</style>
background-color css
<style>
a { background-color: #F8731C; }
a { background-color: rgb(248,115,28); }
div.DivClassName
{
background-color: #F8731C;
}
.BgClassName
{
background-color: #F8731C;
}
</style>
border-color css
<style>
span { border-color: #F8731C; }
span { border-color: rgb(248,115,28); }
td.TdClassName
{
border-color: #F8731C;
}
.TagClassName
{
border-color: #F8731C;
}
</style>