Shades of Pumpkin #F8841C
Tints of Pumpkin #F8841C
RGB
CMYK
RGB Variations
Color information
#F8841C (or 0xF8841C) is known color: Pumpkin. HEX triplet: F8, 84 and 1C. RGB value is (248,132,28). Sum of RGB (Red+Green+Blue) = 248+132+28=408 (54% of max value = 765). Red value is 248 (97.27% from 255 or 60.78% from 408); Green value is 132 (51.95% from 255 or 32.35% from 408); Blue value is 28 (11.33% from 255 or 6.86% from 408); Max value from RGB is 248 - color contains mainly: red. Hex color #F8841C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F8841C is #077BE3. Grayscale: #9B9B9B. Windows color (decimal): -490468 or 1869048. OLE color: 1869048.
HSL color Cylindrical-coordinate representation of color #F8841C: hue angle of 28.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 #F8841C is Cyan = 0, Magento = 0.47, Yellow = 0.89 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 132 | 28 | - |
| CMYK | 0 | 0.47 | 0.89 | 0.03 |
| HSL | 28.36º | 0.94% | 0.54% | - |
| HSV(B) | 28.36º | 0.89% | 0.97% | - |
| XYZ | 47.17 | 36.54 | 5.67 | - |
| YUV | 154.83 | 56.43 | 194.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 132 | 28 | 0 | 0.47 | 0.89 | 0.03 | 28.36 | 0.94 | 0.54 |
| Hex | F8 | 84 | 1C | 0 | 2F | 59 | 3 | 1C | 5E | 36 |
| Octal | 370 | 204 | 34 | 0 | 57 | 131 | 3 | 34 | 136 | 66 |
| Binary | 11111000 | 10000100 | 11100 | 0 | 101111 | 1011001 | 11 | 11100 | 1011110 | 110110 |
Color Harmonies of #F8841C
Complementary color
Monochromatic Colors of #F8841C
Black with #F8841C
Text Example
Text Example
White with #F8841C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8841C; }
p { color: rgb(248,132,28); }
H1.HeaderClassName
{
color: #F8841C;
}
.AnyTagClassName
{
color: #F8841C;
}
</style>
background-color css
<style>
a { background-color: #F8841C; }
a { background-color: rgb(248,132,28); }
div.DivClassName
{
background-color: #F8841C;
}
.BgClassName
{
background-color: #F8841C;
}
</style>
border-color css
<style>
span { border-color: #F8841C; }
span { border-color: rgb(248,132,28); }
td.TdClassName
{
border-color: #F8841C;
}
.TagClassName
{
border-color: #F8841C;
}
</style>