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