Shades of Pumpkin #F87A1D
Tints of Pumpkin #F87A1D
RGB
CMYK
RGB Variations
Color information
#F87A1D (or 0xF87A1D) is known color: Pumpkin. HEX triplet: F8, 7A and 1D. RGB value is (248,122,29). Sum of RGB (Red+Green+Blue) = 248+122+29=399 (52% of max value = 765). Red value is 248 (97.27% from 255 or 62.16% from 399); Green value is 122 (48.05% from 255 or 30.58% from 399); Blue value is 29 (11.72% from 255 or 7.27% from 399); Max value from RGB is 248 - color contains mainly: red. Hex color #F87A1D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F87A1D is #0785E2. Grayscale: #959595. Windows color (decimal): -493027 or 1932024. OLE color: 1932024.
HSL color Cylindrical-coordinate representation of color #F87A1D: hue angle of 25.48º degrees, saturation: 0.94, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F87A1D is Cyan = 0, Magento = 0.51, Yellow = 0.88 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 122 | 29 | - |
| CMYK | 0 | 0.51 | 0.88 | 0.03 |
| HSL | 25.48º | 0.94% | 0.54% | - |
| HSV(B) | 25.48º | 0.88% | 0.97% | - |
| XYZ | 45.89 | 33.96 | 5.3 | - |
| YUV | 149.07 | 60.24 | 198.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 122 | 29 | 0 | 0.51 | 0.88 | 0.03 | 25.48 | 0.94 | 0.54 |
| Hex | F8 | 7A | 1D | 0 | 33 | 58 | 3 | 19 | 5E | 36 |
| Octal | 370 | 172 | 35 | 0 | 63 | 130 | 3 | 31 | 136 | 66 |
| Binary | 11111000 | 1111010 | 11101 | 0 | 110011 | 1011000 | 11 | 11001 | 1011110 | 110110 |
Color Harmonies of #F87A1D
Complementary color
Monochromatic Colors of #F87A1D
Black with #F87A1D
Text Example
Text Example
White with #F87A1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F87A1D; }
p { color: rgb(248,122,29); }
H1.HeaderClassName
{
color: #F87A1D;
}
.AnyTagClassName
{
color: #F87A1D;
}
</style>
background-color css
<style>
a { background-color: #F87A1D; }
a { background-color: rgb(248,122,29); }
div.DivClassName
{
background-color: #F87A1D;
}
.BgClassName
{
background-color: #F87A1D;
}
</style>
border-color css
<style>
span { border-color: #F87A1D; }
span { border-color: rgb(248,122,29); }
td.TdClassName
{
border-color: #F87A1D;
}
.TagClassName
{
border-color: #F87A1D;
}
</style>