Shades of Pumpkin #F8661D
Tints of Pumpkin #F8661D
RGB
CMYK
RGB Variations
Color information
#F8661D (or 0xF8661D) is known color: Pumpkin. HEX triplet: F8, 66 and 1D. RGB value is (248,102,29). Sum of RGB (Red+Green+Blue) = 248+102+29=379 (50% of max value = 765). Red value is 248 (97.27% from 255 or 65.44% from 379); Green value is 102 (40.23% from 255 or 26.91% from 379); Blue value is 29 (11.72% from 255 or 7.65% from 379); Max value from RGB is 248 - color contains mainly: red. Hex color #F8661D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F8661D is #0799E2. Grayscale: #898989. Windows color (decimal): -498147 or 1926904. OLE color: 1926904.
HSL color Cylindrical-coordinate representation of color #F8661D: hue angle of 20º degrees, saturation: 0.94, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F8661D is Cyan = 0, Magento = 0.59, Yellow = 0.88 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 102 | 29 | - |
| CMYK | 0 | 0.59 | 0.88 | 0.03 |
| HSL | 20º | 0.94% | 0.54% | - |
| HSV(B) | 20º | 0.88% | 0.97% | - |
| XYZ | 43.68 | 29.55 | 4.56 | - |
| YUV | 137.33 | 66.87 | 206.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 102 | 29 | 0 | 0.59 | 0.88 | 0.03 | 20 | 0.94 | 0.54 |
| Hex | F8 | 66 | 1D | 0 | 3B | 58 | 3 | 14 | 5E | 36 |
| Octal | 370 | 146 | 35 | 0 | 73 | 130 | 3 | 24 | 136 | 66 |
| Binary | 11111000 | 1100110 | 11101 | 0 | 111011 | 1011000 | 11 | 10100 | 1011110 | 110110 |
Color Harmonies of #F8661D
Complementary color
Monochromatic Colors of #F8661D
Black with #F8661D
Text Example
Text Example
White with #F8661D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8661D; }
p { color: rgb(248,102,29); }
H1.HeaderClassName
{
color: #F8661D;
}
.AnyTagClassName
{
color: #F8661D;
}
</style>
background-color css
<style>
a { background-color: #F8661D; }
a { background-color: rgb(248,102,29); }
div.DivClassName
{
background-color: #F8661D;
}
.BgClassName
{
background-color: #F8661D;
}
</style>
border-color css
<style>
span { border-color: #F8661D; }
span { border-color: rgb(248,102,29); }
td.TdClassName
{
border-color: #F8661D;
}
.TagClassName
{
border-color: #F8661D;
}
</style>