Shades of Pumpkin #F1781B
Tints of Pumpkin #F1781B
RGB
CMYK
RGB Variations
Color information
#F1781B (or 0xF1781B) is known color: Pumpkin. HEX triplet: F1, 78 and 1B. RGB value is (241,120,27). Sum of RGB (Red+Green+Blue) = 241+120+27=388 (51% of max value = 765). Red value is 241 (94.53% from 255 or 62.11% from 388); Green value is 120 (47.27% from 255 or 30.93% from 388); Blue value is 27 (10.94% from 255 or 6.96% from 388); Max value from RGB is 241 - color contains mainly: red. Hex color #F1781B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F1781B is #0E87E4. Grayscale: #929292. Windows color (decimal): -952293 or 1800433. OLE color: 1800433.
HSL color Cylindrical-coordinate representation of color #F1781B: hue angle of 26.07º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F1781B is Cyan = 0, Magento = 0.50, Yellow = 0.89 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 120 | 27 | - |
| CMYK | 0 | 0.50 | 0.89 | 0.05 |
| HSL | 26.07º | 0.88% | 0.53% | - |
| HSV(B) | 26.07º | 0.89% | 0.95% | - |
| XYZ | 43.19 | 32.21 | 4.98 | - |
| YUV | 145.58 | 61.09 | 196.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 120 | 27 | 0 | 0.50 | 0.89 | 0.05 | 26.07 | 0.88 | 0.53 |
| Hex | F1 | 78 | 1B | 0 | 32 | 59 | 5 | 1A | 58 | 35 |
| Octal | 361 | 170 | 33 | 0 | 62 | 131 | 5 | 32 | 130 | 65 |
| Binary | 11110001 | 1111000 | 11011 | 0 | 110010 | 1011001 | 101 | 11010 | 1011000 | 110101 |
Color Harmonies of #F1781B
Complementary color
Monochromatic Colors of #F1781B
Black with #F1781B
Text Example
Text Example
White with #F1781B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1781B; }
p { color: rgb(241,120,27); }
H1.HeaderClassName
{
color: #F1781B;
}
.AnyTagClassName
{
color: #F1781B;
}
</style>
background-color css
<style>
a { background-color: #F1781B; }
a { background-color: rgb(241,120,27); }
div.DivClassName
{
background-color: #F1781B;
}
.BgClassName
{
background-color: #F1781B;
}
</style>
border-color css
<style>
span { border-color: #F1781B; }
span { border-color: rgb(241,120,27); }
td.TdClassName
{
border-color: #F1781B;
}
.TagClassName
{
border-color: #F1781B;
}
</style>