Shades of Pumpkin #F87A11
Tints of Pumpkin #F87A11
RGB
CMYK
RGB Variations
Color information
#F87A11 (or 0xF87A11) is known color: Pumpkin. HEX triplet: F8, 7A and 11. RGB value is (248,122,17). Sum of RGB (Red+Green+Blue) = 248+122+17=387 (51% of max value = 765). Red value is 248 (97.27% from 255 or 64.08% from 387); Green value is 122 (48.05% from 255 or 31.52% from 387); Blue value is 17 (7.03% from 255 or 4.39% from 387); Max value from RGB is 248 - color contains mainly: red. Hex color #F87A11 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F87A11 is #0785EE. Grayscale: #949494. Windows color (decimal): -493039 or 1145592. OLE color: 1145592.
HSL color Cylindrical-coordinate representation of color #F87A11: hue angle of 27.27º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F87A11 is Cyan = 0, Magento = 0.51, Yellow = 0.93 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 122 | 17 | - |
| CMYK | 0 | 0.51 | 0.93 | 0.03 |
| HSL | 27.27º | 0.94% | 0.52% | - |
| HSV(B) | 27.27º | 0.93% | 0.97% | - |
| XYZ | 45.77 | 33.92 | 4.66 | - |
| YUV | 147.7 | 54.24 | 199.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 122 | 17 | 0 | 0.51 | 0.93 | 0.03 | 27.27 | 0.94 | 0.52 |
| Hex | F8 | 7A | 11 | 0 | 33 | 5D | 3 | 1B | 5E | 34 |
| Octal | 370 | 172 | 21 | 0 | 63 | 135 | 3 | 33 | 136 | 64 |
| Binary | 11111000 | 1111010 | 10001 | 0 | 110011 | 1011101 | 11 | 11011 | 1011110 | 110100 |
Color Harmonies of #F87A11
Complementary color
Monochromatic Colors of #F87A11
Black with #F87A11
Text Example
Text Example
White with #F87A11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F87A11; }
p { color: rgb(248,122,17); }
H1.HeaderClassName
{
color: #F87A11;
}
.AnyTagClassName
{
color: #F87A11;
}
</style>
background-color css
<style>
a { background-color: #F87A11; }
a { background-color: rgb(248,122,17); }
div.DivClassName
{
background-color: #F87A11;
}
.BgClassName
{
background-color: #F87A11;
}
</style>
border-color css
<style>
span { border-color: #F87A11; }
span { border-color: rgb(248,122,17); }
td.TdClassName
{
border-color: #F87A11;
}
.TagClassName
{
border-color: #F87A11;
}
</style>