Shades of Pumpkin #F87B16
Tints of Pumpkin #F87B16
RGB
CMYK
RGB Variations
Color information
#F87B16 (or 0xF87B16) is known color: Pumpkin. HEX triplet: F8, 7B and 16. RGB value is (248,123,22). Sum of RGB (Red+Green+Blue) = 248+123+22=393 (52% of max value = 765). Red value is 248 (97.27% from 255 or 63.10% from 393); Green value is 123 (48.44% from 255 or 31.30% from 393); Blue value is 22 (8.98% from 255 or 5.60% from 393); Max value from RGB is 248 - color contains mainly: red. Hex color #F87B16 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F87B16 is #0784E9. Grayscale: #959595. Windows color (decimal): -492778 or 1473528. OLE color: 1473528.
HSL color Cylindrical-coordinate representation of color #F87B16: hue angle of 26.81º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F87B16 is Cyan = 0, Magento = 0.50, Yellow = 0.91 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 123 | 22 | - |
| CMYK | 0 | 0.50 | 0.91 | 0.03 |
| HSL | 26.81º | 0.94% | 0.53% | - |
| HSV(B) | 26.81º | 0.91% | 0.97% | - |
| XYZ | 45.94 | 34.18 | 4.94 | - |
| YUV | 148.86 | 56.41 | 198.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 123 | 22 | 0 | 0.50 | 0.91 | 0.03 | 26.81 | 0.94 | 0.53 |
| Hex | F8 | 7B | 16 | 0 | 32 | 5B | 3 | 1B | 5E | 35 |
| Octal | 370 | 173 | 26 | 0 | 62 | 133 | 3 | 33 | 136 | 65 |
| Binary | 11111000 | 1111011 | 10110 | 0 | 110010 | 1011011 | 11 | 11011 | 1011110 | 110101 |
Color Harmonies of #F87B16
Complementary color
Monochromatic Colors of #F87B16
Black with #F87B16
Text Example
Text Example
White with #F87B16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F87B16; }
p { color: rgb(248,123,22); }
H1.HeaderClassName
{
color: #F87B16;
}
.AnyTagClassName
{
color: #F87B16;
}
</style>
background-color css
<style>
a { background-color: #F87B16; }
a { background-color: rgb(248,123,22); }
div.DivClassName
{
background-color: #F87B16;
}
.BgClassName
{
background-color: #F87B16;
}
</style>
border-color css
<style>
span { border-color: #F87B16; }
span { border-color: rgb(248,123,22); }
td.TdClassName
{
border-color: #F87B16;
}
.TagClassName
{
border-color: #F87B16;
}
</style>