Shades of Pumpkin #F8721B
Tints of Pumpkin #F8721B
RGB
CMYK
RGB Variations
Color information
#F8721B (or 0xF8721B) is known color: Pumpkin. HEX triplet: F8, 72 and 1B. RGB value is (248,114,27). Sum of RGB (Red+Green+Blue) = 248+114+27=389 (51% of max value = 765). Red value is 248 (97.27% from 255 or 63.75% from 389); Green value is 114 (44.92% from 255 or 29.31% from 389); Blue value is 27 (10.94% from 255 or 6.94% from 389); Max value from RGB is 248 - color contains mainly: red. Hex color #F8721B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F8721B is #078DE4. Grayscale: #909090. Windows color (decimal): -495077 or 1798904. OLE color: 1798904.
HSL color Cylindrical-coordinate representation of color #F8721B: hue angle of 23.62º degrees, saturation: 0.94, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F8721B is Cyan = 0, Magento = 0.54, Yellow = 0.89 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 114 | 27 | - |
| CMYK | 0 | 0.54 | 0.89 | 0.03 |
| HSL | 23.62º | 0.94% | 0.54% | - |
| HSV(B) | 23.62º | 0.89% | 0.97% | - |
| XYZ | 44.93 | 32.07 | 4.86 | - |
| YUV | 144.15 | 61.89 | 202.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 114 | 27 | 0 | 0.54 | 0.89 | 0.03 | 23.62 | 0.94 | 0.54 |
| Hex | F8 | 72 | 1B | 0 | 36 | 59 | 3 | 18 | 5E | 36 |
| Octal | 370 | 162 | 33 | 0 | 66 | 131 | 3 | 30 | 136 | 66 |
| Binary | 11111000 | 1110010 | 11011 | 0 | 110110 | 1011001 | 11 | 11000 | 1011110 | 110110 |
Color Harmonies of #F8721B
Complementary color
Monochromatic Colors of #F8721B
Black with #F8721B
Text Example
Text Example
White with #F8721B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8721B; }
p { color: rgb(248,114,27); }
H1.HeaderClassName
{
color: #F8721B;
}
.AnyTagClassName
{
color: #F8721B;
}
</style>
background-color css
<style>
a { background-color: #F8721B; }
a { background-color: rgb(248,114,27); }
div.DivClassName
{
background-color: #F8721B;
}
.BgClassName
{
background-color: #F8721B;
}
</style>
border-color css
<style>
span { border-color: #F8721B; }
span { border-color: rgb(248,114,27); }
td.TdClassName
{
border-color: #F8721B;
}
.TagClassName
{
border-color: #F8721B;
}
</style>