Shades of Pumpkin #F87A1F
Tints of Pumpkin #F87A1F
RGB
CMYK
RGB Variations
Color information
#F87A1F (or 0xF87A1F) is known color: Pumpkin. HEX triplet: F8, 7A and 1F. RGB value is (248,122,31). Sum of RGB (Red+Green+Blue) = 248+122+31=401 (53% of max value = 765). Red value is 248 (97.27% from 255 or 61.85% from 401); Green value is 122 (48.05% from 255 or 30.42% from 401); Blue value is 31 (12.5% from 255 or 7.73% from 401); Max value from RGB is 248 - color contains mainly: red. Hex color #F87A1F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F87A1F is #0785E0. Grayscale: #959595. Windows color (decimal): -493025 or 2063096. OLE color: 2063096.
HSL color Cylindrical-coordinate representation of color #F87A1F: hue angle of 25.16º 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 #F87A1F is Cyan = 0, Magento = 0.51, Yellow = 0.88 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 122 | 31 | - |
| CMYK | 0 | 0.51 | 0.88 | 0.03 |
| HSL | 25.16º | 0.94% | 0.55% | - |
| HSV(B) | 25.16º | 0.88% | 0.97% | - |
| XYZ | 45.92 | 33.97 | 5.43 | - |
| YUV | 149.3 | 61.24 | 198.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 122 | 31 | 0 | 0.51 | 0.88 | 0.03 | 25.16 | 0.94 | 0.55 |
| Hex | F8 | 7A | 1F | 0 | 33 | 58 | 3 | 19 | 5E | 37 |
| Octal | 370 | 172 | 37 | 0 | 63 | 130 | 3 | 31 | 136 | 67 |
| Binary | 11111000 | 1111010 | 11111 | 0 | 110011 | 1011000 | 11 | 11001 | 1011110 | 110111 |
Color Harmonies of #F87A1F
Complementary color
Monochromatic Colors of #F87A1F
Black with #F87A1F
Text Example
Text Example
White with #F87A1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F87A1F; }
p { color: rgb(248,122,31); }
H1.HeaderClassName
{
color: #F87A1F;
}
.AnyTagClassName
{
color: #F87A1F;
}
</style>
background-color css
<style>
a { background-color: #F87A1F; }
a { background-color: rgb(248,122,31); }
div.DivClassName
{
background-color: #F87A1F;
}
.BgClassName
{
background-color: #F87A1F;
}
</style>
border-color css
<style>
span { border-color: #F87A1F; }
span { border-color: rgb(248,122,31); }
td.TdClassName
{
border-color: #F87A1F;
}
.TagClassName
{
border-color: #F87A1F;
}
</style>