Shades of Pumpkin #F1671D
Tints of Pumpkin #F1671D
RGB
CMYK
RGB Variations
Color information
#F1671D (or 0xF1671D) is known color: Pumpkin. HEX triplet: F1, 67 and 1D. RGB value is (241,103,29). Sum of RGB (Red+Green+Blue) = 241+103+29=373 (49% of max value = 765). Red value is 241 (94.53% from 255 or 64.61% from 373); Green value is 103 (40.62% from 255 or 27.61% from 373); Blue value is 29 (11.72% from 255 or 7.77% from 373); Max value from RGB is 241 - color contains mainly: red. Hex color #F1671D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F1671D is #0E98E2. Grayscale: #888888. Windows color (decimal): -956643 or 1927153. OLE color: 1927153.
HSL color Cylindrical-coordinate representation of color #F1671D: hue angle of 20.94º 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 #F1671D is Cyan = 0, Magento = 0.57, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 103 | 29 | - |
| CMYK | 0 | 0.57 | 0.88 | 0.05 |
| HSL | 20.94º | 0.88% | 0.53% | - |
| HSV(B) | 20.94º | 0.88% | 0.95% | - |
| XYZ | 41.35 | 28.49 | 4.48 | - |
| YUV | 135.83 | 67.72 | 203.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 103 | 29 | 0 | 0.57 | 0.88 | 0.05 | 20.94 | 0.88 | 0.53 |
| Hex | F1 | 67 | 1D | 0 | 39 | 58 | 5 | 15 | 58 | 35 |
| Octal | 361 | 147 | 35 | 0 | 71 | 130 | 5 | 25 | 130 | 65 |
| Binary | 11110001 | 1100111 | 11101 | 0 | 111001 | 1011000 | 101 | 10101 | 1011000 | 110101 |
Color Harmonies of #F1671D
Complementary color
Monochromatic Colors of #F1671D
Black with #F1671D
Text Example
Text Example
White with #F1671D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1671D; }
p { color: rgb(241,103,29); }
H1.HeaderClassName
{
color: #F1671D;
}
.AnyTagClassName
{
color: #F1671D;
}
</style>
background-color css
<style>
a { background-color: #F1671D; }
a { background-color: rgb(241,103,29); }
div.DivClassName
{
background-color: #F1671D;
}
.BgClassName
{
background-color: #F1671D;
}
</style>
border-color css
<style>
span { border-color: #F1671D; }
span { border-color: rgb(241,103,29); }
td.TdClassName
{
border-color: #F1671D;
}
.TagClassName
{
border-color: #F1671D;
}
</style>