Shades of Pumpkin #F8631C
Tints of Pumpkin #F8631C
RGB
CMYK
RGB Variations
Color information
#F8631C (or 0xF8631C) is known color: Pumpkin. HEX triplet: F8, 63 and 1C. RGB value is (248,99,28). Sum of RGB (Red+Green+Blue) = 248+99+28=375 (49% of max value = 765). Red value is 248 (97.27% from 255 or 66.13% from 375); Green value is 99 (39.06% from 255 or 26.4% from 375); Blue value is 28 (11.33% from 255 or 7.47% from 375); Max value from RGB is 248 - color contains mainly: red. Hex color #F8631C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F8631C is #079CE3. Grayscale: #878787. Windows color (decimal): -498916 or 1860600. OLE color: 1860600.
HSL color Cylindrical-coordinate representation of color #F8631C: hue angle of 19.36º 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 #F8631C is Cyan = 0, Magento = 0.60, Yellow = 0.89 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 99 | 28 | - |
| CMYK | 0 | 0.60 | 0.89 | 0.03 |
| HSL | 19.36º | 0.94% | 0.54% | - |
| HSV(B) | 19.36º | 0.89% | 0.97% | - |
| XYZ | 43.38 | 28.96 | 4.4 | - |
| YUV | 135.46 | 67.36 | 208.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 99 | 28 | 0 | 0.60 | 0.89 | 0.03 | 19.36 | 0.94 | 0.54 |
| Hex | F8 | 63 | 1C | 0 | 3C | 59 | 3 | 13 | 5E | 36 |
| Octal | 370 | 143 | 34 | 0 | 74 | 131 | 3 | 23 | 136 | 66 |
| Binary | 11111000 | 1100011 | 11100 | 0 | 111100 | 1011001 | 11 | 10011 | 1011110 | 110110 |
Color Harmonies of #F8631C
Complementary color
Monochromatic Colors of #F8631C
Black with #F8631C
Text Example
Text Example
White with #F8631C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8631C; }
p { color: rgb(248,99,28); }
H1.HeaderClassName
{
color: #F8631C;
}
.AnyTagClassName
{
color: #F8631C;
}
</style>
background-color css
<style>
a { background-color: #F8631C; }
a { background-color: rgb(248,99,28); }
div.DivClassName
{
background-color: #F8631C;
}
.BgClassName
{
background-color: #F8631C;
}
</style>
border-color css
<style>
span { border-color: #F8631C; }
span { border-color: rgb(248,99,28); }
td.TdClassName
{
border-color: #F8631C;
}
.TagClassName
{
border-color: #F8631C;
}
</style>