Shades of Pumpkin #F1740F
Tints of Pumpkin #F1740F
RGB
CMYK
RGB Variations
Color information
#F1740F (or 0xF1740F) is known color: Pumpkin. HEX triplet: F1, 74 and 0F. RGB value is (241,116,15). Sum of RGB (Red+Green+Blue) = 241+116+15=372 (49% of max value = 765). Red value is 241 (94.53% from 255 or 64.78% from 372); Green value is 116 (45.70% from 255 or 31.18% from 372); Blue value is 15 (6.25% from 255 or 4.03% from 372); Max value from RGB is 241 - color contains mainly: red. Hex color #F1740F is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F1740F is #0E8BF0. Grayscale: #8E8E8E. Windows color (decimal): -953329 or 1012977. OLE color: 1012977.
HSL color Cylindrical-coordinate representation of color #F1740F: hue angle of 26.81º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F1740F is Cyan = 0, Magento = 0.52, Yellow = 0.94 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 116 | 15 | - |
| CMYK | 0 | 0.52 | 0.94 | 0.05 |
| HSL | 26.81º | 0.89% | 0.5% | - |
| HSV(B) | 26.81º | 0.94% | 0.95% | - |
| XYZ | 42.61 | 31.23 | 4.23 | - |
| YUV | 141.86 | 56.41 | 198.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 116 | 15 | 0 | 0.52 | 0.94 | 0.05 | 26.81 | 0.89 | 0.5 |
| Hex | F1 | 74 | F | 0 | 34 | 5E | 5 | 1B | 59 | 32 |
| Octal | 361 | 164 | 17 | 0 | 64 | 136 | 5 | 33 | 131 | 62 |
| Binary | 11110001 | 1110100 | 1111 | 0 | 110100 | 1011110 | 101 | 11011 | 1011001 | 110010 |
Color Harmonies of #F1740F
Complementary color
Monochromatic Colors of #F1740F
Black with #F1740F
Text Example
Text Example
White with #F1740F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1740F; }
p { color: rgb(241,116,15); }
H1.HeaderClassName
{
color: #F1740F;
}
.AnyTagClassName
{
color: #F1740F;
}
</style>
background-color css
<style>
a { background-color: #F1740F; }
a { background-color: rgb(241,116,15); }
div.DivClassName
{
background-color: #F1740F;
}
.BgClassName
{
background-color: #F1740F;
}
</style>
border-color css
<style>
span { border-color: #F1740F; }
span { border-color: rgb(241,116,15); }
td.TdClassName
{
border-color: #F1740F;
}
.TagClassName
{
border-color: #F1740F;
}
</style>