Shades of Pumpkin #F8661E
Tints of Pumpkin #F8661E
RGB
CMYK
RGB Variations
Color information
#F8661E (or 0xF8661E) is known color: Pumpkin. HEX triplet: F8, 66 and 1E. RGB value is (248,102,30). Sum of RGB (Red+Green+Blue) = 248+102+30=380 (50% of max value = 765). Red value is 248 (97.27% from 255 or 65.26% from 380); Green value is 102 (40.23% from 255 or 26.84% from 380); Blue value is 30 (12.11% from 255 or 7.89% from 380); Max value from RGB is 248 - color contains mainly: red. Hex color #F8661E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F8661E is #0799E1. Grayscale: #898989. Windows color (decimal): -498146 or 1992440. OLE color: 1992440.
HSL color Cylindrical-coordinate representation of color #F8661E: hue angle of 19.82º degrees, saturation: 0.94, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F8661E is Cyan = 0, Magento = 0.59, Yellow = 0.88 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 102 | 30 | - |
| CMYK | 0 | 0.59 | 0.88 | 0.03 |
| HSL | 19.82º | 0.94% | 0.55% | - |
| HSV(B) | 19.82º | 0.88% | 0.97% | - |
| XYZ | 43.7 | 29.55 | 4.63 | - |
| YUV | 137.45 | 67.37 | 206.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 102 | 30 | 0 | 0.59 | 0.88 | 0.03 | 19.82 | 0.94 | 0.55 |
| Hex | F8 | 66 | 1E | 0 | 3B | 58 | 3 | 14 | 5E | 37 |
| Octal | 370 | 146 | 36 | 0 | 73 | 130 | 3 | 24 | 136 | 67 |
| Binary | 11111000 | 1100110 | 11110 | 0 | 111011 | 1011000 | 11 | 10100 | 1011110 | 110111 |
Color Harmonies of #F8661E
Complementary color
Monochromatic Colors of #F8661E
Black with #F8661E
Text Example
Text Example
White with #F8661E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8661E; }
p { color: rgb(248,102,30); }
H1.HeaderClassName
{
color: #F8661E;
}
.AnyTagClassName
{
color: #F8661E;
}
</style>
background-color css
<style>
a { background-color: #F8661E; }
a { background-color: rgb(248,102,30); }
div.DivClassName
{
background-color: #F8661E;
}
.BgClassName
{
background-color: #F8661E;
}
</style>
border-color css
<style>
span { border-color: #F8661E; }
span { border-color: rgb(248,102,30); }
td.TdClassName
{
border-color: #F8661E;
}
.TagClassName
{
border-color: #F8661E;
}
</style>