Shades of Pumpkin #F8741F
Tints of Pumpkin #F8741F
RGB
CMYK
RGB Variations
Color information
#F8741F (or 0xF8741F) is known color: Pumpkin. HEX triplet: F8, 74 and 1F. RGB value is (248,116,31). Sum of RGB (Red+Green+Blue) = 248+116+31=395 (52% of max value = 765). Red value is 248 (97.27% from 255 or 62.78% from 395); Green value is 116 (45.70% from 255 or 29.37% from 395); Blue value is 31 (12.5% from 255 or 7.85% from 395); Max value from RGB is 248 - color contains mainly: red. Hex color #F8741F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F8741F is #078BE0. Grayscale: #929292. Windows color (decimal): -494561 or 2061560. OLE color: 2061560.
HSL color Cylindrical-coordinate representation of color #F8741F: hue angle of 23.5º 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 #F8741F is Cyan = 0, Magento = 0.53, Yellow = 0.88 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 116 | 31 | - |
| CMYK | 0 | 0.53 | 0.88 | 0.03 |
| HSL | 23.5º | 0.94% | 0.55% | - |
| HSV(B) | 23.5º | 0.88% | 0.97% | - |
| XYZ | 45.2 | 32.55 | 5.2 | - |
| YUV | 145.78 | 63.23 | 200.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 116 | 31 | 0 | 0.53 | 0.88 | 0.03 | 23.5 | 0.94 | 0.55 |
| Hex | F8 | 74 | 1F | 0 | 35 | 58 | 3 | 18 | 5E | 37 |
| Octal | 370 | 164 | 37 | 0 | 65 | 130 | 3 | 30 | 136 | 67 |
| Binary | 11111000 | 1110100 | 11111 | 0 | 110101 | 1011000 | 11 | 11000 | 1011110 | 110111 |
Color Harmonies of #F8741F
Complementary color
Monochromatic Colors of #F8741F
Black with #F8741F
Text Example
Text Example
White with #F8741F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8741F; }
p { color: rgb(248,116,31); }
H1.HeaderClassName
{
color: #F8741F;
}
.AnyTagClassName
{
color: #F8741F;
}
</style>
background-color css
<style>
a { background-color: #F8741F; }
a { background-color: rgb(248,116,31); }
div.DivClassName
{
background-color: #F8741F;
}
.BgClassName
{
background-color: #F8741F;
}
</style>
border-color css
<style>
span { border-color: #F8741F; }
span { border-color: rgb(248,116,31); }
td.TdClassName
{
border-color: #F8741F;
}
.TagClassName
{
border-color: #F8741F;
}
</style>