Shades of Pumpkin #F1701C
Tints of Pumpkin #F1701C
RGB
CMYK
RGB Variations
Color information
#F1701C (or 0xF1701C) is known color: Pumpkin. HEX triplet: F1, 70 and 1C. RGB value is (241,112,28). Sum of RGB (Red+Green+Blue) = 241+112+28=381 (50% of max value = 765). Red value is 241 (94.53% from 255 or 63.25% from 381); Green value is 112 (44.14% from 255 or 29.40% from 381); Blue value is 28 (11.33% from 255 or 7.35% from 381); Max value from RGB is 241 - color contains mainly: red. Hex color #F1701C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F1701C is #0E8FE3. Grayscale: #8D8D8D. Windows color (decimal): -954340 or 1863921. OLE color: 1863921.
HSL color Cylindrical-coordinate representation of color #F1701C: hue angle of 23.66º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F1701C is Cyan = 0, Magento = 0.54, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 112 | 28 | - |
| CMYK | 0 | 0.54 | 0.88 | 0.05 |
| HSL | 23.66º | 0.88% | 0.53% | - |
| HSV(B) | 23.66º | 0.88% | 0.95% | - |
| XYZ | 42.28 | 30.37 | 4.73 | - |
| YUV | 141 | 64.24 | 199.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 112 | 28 | 0 | 0.54 | 0.88 | 0.05 | 23.66 | 0.88 | 0.53 |
| Hex | F1 | 70 | 1C | 0 | 36 | 58 | 5 | 18 | 58 | 35 |
| Octal | 361 | 160 | 34 | 0 | 66 | 130 | 5 | 30 | 130 | 65 |
| Binary | 11110001 | 1110000 | 11100 | 0 | 110110 | 1011000 | 101 | 11000 | 1011000 | 110101 |
Color Harmonies of #F1701C
Complementary color
Monochromatic Colors of #F1701C
Black with #F1701C
Text Example
Text Example
White with #F1701C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1701C; }
p { color: rgb(241,112,28); }
H1.HeaderClassName
{
color: #F1701C;
}
.AnyTagClassName
{
color: #F1701C;
}
</style>
background-color css
<style>
a { background-color: #F1701C; }
a { background-color: rgb(241,112,28); }
div.DivClassName
{
background-color: #F1701C;
}
.BgClassName
{
background-color: #F1701C;
}
</style>
border-color css
<style>
span { border-color: #F1701C; }
span { border-color: rgb(241,112,28); }
td.TdClassName
{
border-color: #F1701C;
}
.TagClassName
{
border-color: #F1701C;
}
</style>