Shades of Pumpkin #F1781F
Tints of Pumpkin #F1781F
RGB
CMYK
RGB Variations
Color information
#F1781F (or 0xF1781F) is known color: Pumpkin. HEX triplet: F1, 78 and 1F. RGB value is (241,120,31). Sum of RGB (Red+Green+Blue) = 241+120+31=392 (51% of max value = 765). Red value is 241 (94.53% from 255 or 61.48% from 392); Green value is 120 (47.27% from 255 or 30.61% from 392); Blue value is 31 (12.5% from 255 or 7.91% from 392); Max value from RGB is 241 - color contains mainly: red. Hex color #F1781F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F1781F is #0E87E0. Grayscale: #929292. Windows color (decimal): -952289 or 2062577. OLE color: 2062577.
HSL color Cylindrical-coordinate representation of color #F1781F: hue angle of 25.43º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F1781F is Cyan = 0, Magento = 0.50, Yellow = 0.87 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 120 | 31 | - |
| CMYK | 0 | 0.50 | 0.87 | 0.05 |
| HSL | 25.43º | 0.88% | 0.53% | - |
| HSV(B) | 25.43º | 0.87% | 0.95% | - |
| XYZ | 43.24 | 32.23 | 5.24 | - |
| YUV | 146.03 | 63.09 | 195.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 120 | 31 | 0 | 0.50 | 0.87 | 0.05 | 25.43 | 0.88 | 0.53 |
| Hex | F1 | 78 | 1F | 0 | 32 | 57 | 5 | 19 | 58 | 35 |
| Octal | 361 | 170 | 37 | 0 | 62 | 127 | 5 | 31 | 130 | 65 |
| Binary | 11110001 | 1111000 | 11111 | 0 | 110010 | 1010111 | 101 | 11001 | 1011000 | 110101 |
Color Harmonies of #F1781F
Complementary color
Monochromatic Colors of #F1781F
Black with #F1781F
Text Example
Text Example
White with #F1781F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1781F; }
p { color: rgb(241,120,31); }
H1.HeaderClassName
{
color: #F1781F;
}
.AnyTagClassName
{
color: #F1781F;
}
</style>
background-color css
<style>
a { background-color: #F1781F; }
a { background-color: rgb(241,120,31); }
div.DivClassName
{
background-color: #F1781F;
}
.BgClassName
{
background-color: #F1781F;
}
</style>
border-color css
<style>
span { border-color: #F1781F; }
span { border-color: rgb(241,120,31); }
td.TdClassName
{
border-color: #F1781F;
}
.TagClassName
{
border-color: #F1781F;
}
</style>