Shades of Pumpkin #F9601C
Tints of Pumpkin #F9601C
RGB
CMYK
RGB Variations
Color information
#F9601C (or 0xF9601C) is known color: Pumpkin. HEX triplet: F9, 60 and 1C. RGB value is (249,96,28). Sum of RGB (Red+Green+Blue) = 249+96+28=373 (49% of max value = 765). Red value is 249 (97.66% from 255 or 66.76% from 373); Green value is 96 (37.89% from 255 or 25.74% from 373); Blue value is 28 (11.33% from 255 or 7.51% from 373); Max value from RGB is 249 - color contains mainly: red. Hex color #F9601C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F9601C is #069FE3. Grayscale: #868686. Windows color (decimal): -434148 or 1859833. OLE color: 1859833.
HSL color Cylindrical-coordinate representation of color #F9601C: hue angle of 18.46º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F9601C is Cyan = 0, Magento = 0.61, Yellow = 0.89 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 96 | 28 | - |
| CMYK | 0 | 0.61 | 0.89 | 0.02 |
| HSL | 18.46º | 0.95% | 0.54% | - |
| HSV(B) | 18.46º | 0.89% | 0.98% | - |
| XYZ | 43.46 | 28.59 | 4.33 | - |
| YUV | 134 | 68.19 | 210.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 96 | 28 | 0 | 0.61 | 0.89 | 0.02 | 18.46 | 0.95 | 0.54 |
| Hex | F9 | 60 | 1C | 0 | 3D | 59 | 2 | 12 | 5F | 36 |
| Octal | 371 | 140 | 34 | 0 | 75 | 131 | 2 | 22 | 137 | 66 |
| Binary | 11111001 | 1100000 | 11100 | 0 | 111101 | 1011001 | 10 | 10010 | 1011111 | 110110 |
Color Harmonies of #F9601C
Complementary color
Monochromatic Colors of #F9601C
Black with #F9601C
Text Example
Text Example
White with #F9601C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9601C; }
p { color: rgb(249,96,28); }
H1.HeaderClassName
{
color: #F9601C;
}
.AnyTagClassName
{
color: #F9601C;
}
</style>
background-color css
<style>
a { background-color: #F9601C; }
a { background-color: rgb(249,96,28); }
div.DivClassName
{
background-color: #F9601C;
}
.BgClassName
{
background-color: #F9601C;
}
</style>
border-color css
<style>
span { border-color: #F9601C; }
span { border-color: rgb(249,96,28); }
td.TdClassName
{
border-color: #F9601C;
}
.TagClassName
{
border-color: #F9601C;
}
</style>