Shades of Pumpkin #F8731A
Tints of Pumpkin #F8731A
RGB
CMYK
RGB Variations
Color information
#F8731A (or 0xF8731A) is known color: Pumpkin. HEX triplet: F8, 73 and 1A. RGB value is (248,115,26). Sum of RGB (Red+Green+Blue) = 248+115+26=389 (51% of max value = 765). Red value is 248 (97.27% from 255 or 63.75% from 389); Green value is 115 (45.31% from 255 or 29.56% from 389); Blue value is 26 (10.55% from 255 or 6.68% from 389); Max value from RGB is 248 - color contains mainly: red. Hex color #F8731A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F8731A is #078CE5. Grayscale: #919191. Windows color (decimal): -494822 or 1733624. OLE color: 1733624.
HSL color Cylindrical-coordinate representation of color #F8731A: hue angle of 24.05º degrees, saturation: 0.94, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F8731A is Cyan = 0, Magento = 0.54, Yellow = 0.90 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 115 | 26 | - |
| CMYK | 0 | 0.54 | 0.90 | 0.03 |
| HSL | 24.05º | 0.94% | 0.54% | - |
| HSV(B) | 24.05º | 0.9% | 0.97% | - |
| XYZ | 45.03 | 32.29 | 4.84 | - |
| YUV | 144.62 | 61.06 | 201.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 115 | 26 | 0 | 0.54 | 0.90 | 0.03 | 24.05 | 0.94 | 0.54 |
| Hex | F8 | 73 | 1A | 0 | 36 | 5A | 3 | 18 | 5E | 36 |
| Octal | 370 | 163 | 32 | 0 | 66 | 132 | 3 | 30 | 136 | 66 |
| Binary | 11111000 | 1110011 | 11010 | 0 | 110110 | 1011010 | 11 | 11000 | 1011110 | 110110 |
Color Harmonies of #F8731A
Complementary color
Monochromatic Colors of #F8731A
Black with #F8731A
Text Example
Text Example
White with #F8731A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8731A; }
p { color: rgb(248,115,26); }
H1.HeaderClassName
{
color: #F8731A;
}
.AnyTagClassName
{
color: #F8731A;
}
</style>
background-color css
<style>
a { background-color: #F8731A; }
a { background-color: rgb(248,115,26); }
div.DivClassName
{
background-color: #F8731A;
}
.BgClassName
{
background-color: #F8731A;
}
</style>
border-color css
<style>
span { border-color: #F8731A; }
span { border-color: rgb(248,115,26); }
td.TdClassName
{
border-color: #F8731A;
}
.TagClassName
{
border-color: #F8731A;
}
</style>