Shades of Pumpkin #F1711A
Tints of Pumpkin #F1711A
RGB
CMYK
RGB Variations
Color information
#F1711A (or 0xF1711A) is known color: Pumpkin. HEX triplet: F1, 71 and 1A. RGB value is (241,113,26). Sum of RGB (Red+Green+Blue) = 241+113+26=380 (50% of max value = 765). Red value is 241 (94.53% from 255 or 63.42% from 380); Green value is 113 (44.53% from 255 or 29.74% from 380); Blue value is 26 (10.55% from 255 or 6.84% from 380); Max value from RGB is 241 - color contains mainly: red. Hex color #F1711A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F1711A is #0E8EE5. Grayscale: #8D8D8D. Windows color (decimal): -954086 or 1733105. OLE color: 1733105.
HSL color Cylindrical-coordinate representation of color #F1711A: hue angle of 24.28º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F1711A is Cyan = 0, Magento = 0.53, Yellow = 0.89 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 113 | 26 | - |
| CMYK | 0 | 0.53 | 0.89 | 0.05 |
| HSL | 24.28º | 0.88% | 0.52% | - |
| HSV(B) | 24.28º | 0.89% | 0.95% | - |
| XYZ | 42.37 | 30.59 | 4.65 | - |
| YUV | 141.35 | 62.91 | 199.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 113 | 26 | 0 | 0.53 | 0.89 | 0.05 | 24.28 | 0.88 | 0.52 |
| Hex | F1 | 71 | 1A | 0 | 35 | 59 | 5 | 18 | 58 | 34 |
| Octal | 361 | 161 | 32 | 0 | 65 | 131 | 5 | 30 | 130 | 64 |
| Binary | 11110001 | 1110001 | 11010 | 0 | 110101 | 1011001 | 101 | 11000 | 1011000 | 110100 |
Color Harmonies of #F1711A
Complementary color
Monochromatic Colors of #F1711A
Black with #F1711A
Text Example
Text Example
White with #F1711A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1711A; }
p { color: rgb(241,113,26); }
H1.HeaderClassName
{
color: #F1711A;
}
.AnyTagClassName
{
color: #F1711A;
}
</style>
background-color css
<style>
a { background-color: #F1711A; }
a { background-color: rgb(241,113,26); }
div.DivClassName
{
background-color: #F1711A;
}
.BgClassName
{
background-color: #F1711A;
}
</style>
border-color css
<style>
span { border-color: #F1711A; }
span { border-color: rgb(241,113,26); }
td.TdClassName
{
border-color: #F1711A;
}
.TagClassName
{
border-color: #F1711A;
}
</style>