Shades of Pumpkin #F1701D
Tints of Pumpkin #F1701D
RGB
CMYK
RGB Variations
Color information
#F1701D (or 0xF1701D) is known color: Pumpkin. HEX triplet: F1, 70 and 1D. RGB value is (241,112,29). Sum of RGB (Red+Green+Blue) = 241+112+29=382 (50% of max value = 765). Red value is 241 (94.53% from 255 or 63.09% from 382); Green value is 112 (44.14% from 255 or 29.32% from 382); Blue value is 29 (11.72% from 255 or 7.59% from 382); Max value from RGB is 241 - color contains mainly: red. Hex color #F1701D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F1701D is #0E8FE2. Grayscale: #8D8D8D. Windows color (decimal): -954339 or 1929457. OLE color: 1929457.
HSL color Cylindrical-coordinate representation of color #F1701D: hue angle of 23.49º 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 #F1701D is Cyan = 0, Magento = 0.54, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 112 | 29 | - |
| CMYK | 0 | 0.54 | 0.88 | 0.05 |
| HSL | 23.49º | 0.88% | 0.53% | - |
| HSV(B) | 23.49º | 0.88% | 0.95% | - |
| XYZ | 42.29 | 30.38 | 4.8 | - |
| YUV | 141.11 | 64.74 | 199.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 112 | 29 | 0 | 0.54 | 0.88 | 0.05 | 23.49 | 0.88 | 0.53 |
| Hex | F1 | 70 | 1D | 0 | 36 | 58 | 5 | 17 | 58 | 35 |
| Octal | 361 | 160 | 35 | 0 | 66 | 130 | 5 | 27 | 130 | 65 |
| Binary | 11110001 | 1110000 | 11101 | 0 | 110110 | 1011000 | 101 | 10111 | 1011000 | 110101 |
Color Harmonies of #F1701D
Complementary color
Monochromatic Colors of #F1701D
Black with #F1701D
Text Example
Text Example
White with #F1701D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1701D; }
p { color: rgb(241,112,29); }
H1.HeaderClassName
{
color: #F1701D;
}
.AnyTagClassName
{
color: #F1701D;
}
</style>
background-color css
<style>
a { background-color: #F1701D; }
a { background-color: rgb(241,112,29); }
div.DivClassName
{
background-color: #F1701D;
}
.BgClassName
{
background-color: #F1701D;
}
</style>
border-color css
<style>
span { border-color: #F1701D; }
span { border-color: rgb(241,112,29); }
td.TdClassName
{
border-color: #F1701D;
}
.TagClassName
{
border-color: #F1701D;
}
</style>