Shades of Pumpkin #F17815
Tints of Pumpkin #F17815
RGB
CMYK
RGB Variations
Color information
#F17815 (or 0xF17815) is known color: Pumpkin. HEX triplet: F1, 78 and 15. RGB value is (241,120,21). Sum of RGB (Red+Green+Blue) = 241+120+21=382 (50% of max value = 765). Red value is 241 (94.53% from 255 or 63.09% from 382); Green value is 120 (47.27% from 255 or 31.41% from 382); Blue value is 21 (8.59% from 255 or 5.50% from 382); Max value from RGB is 241 - color contains mainly: red. Hex color #F17815 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F17815 is #0E87EA. Grayscale: #919191. Windows color (decimal): -952299 or 1407217. OLE color: 1407217.
HSL color Cylindrical-coordinate representation of color #F17815: hue angle of 27º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F17815 is Cyan = 0, Magento = 0.50, Yellow = 0.91 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 120 | 21 | - |
| CMYK | 0 | 0.50 | 0.91 | 0.05 |
| HSL | 27º | 0.89% | 0.51% | - |
| HSV(B) | 27º | 0.91% | 0.95% | - |
| XYZ | 43.13 | 32.19 | 4.65 | - |
| YUV | 144.89 | 58.09 | 196.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 120 | 21 | 0 | 0.50 | 0.91 | 0.05 | 27 | 0.89 | 0.51 |
| Hex | F1 | 78 | 15 | 0 | 32 | 5B | 5 | 1B | 59 | 33 |
| Octal | 361 | 170 | 25 | 0 | 62 | 133 | 5 | 33 | 131 | 63 |
| Binary | 11110001 | 1111000 | 10101 | 0 | 110010 | 1011011 | 101 | 11011 | 1011001 | 110011 |
Color Harmonies of #F17815
Complementary color
Monochromatic Colors of #F17815
Black with #F17815
Text Example
Text Example
White with #F17815
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F17815; }
p { color: rgb(241,120,21); }
H1.HeaderClassName
{
color: #F17815;
}
.AnyTagClassName
{
color: #F17815;
}
</style>
background-color css
<style>
a { background-color: #F17815; }
a { background-color: rgb(241,120,21); }
div.DivClassName
{
background-color: #F17815;
}
.BgClassName
{
background-color: #F17815;
}
</style>
border-color css
<style>
span { border-color: #F17815; }
span { border-color: rgb(241,120,21); }
td.TdClassName
{
border-color: #F17815;
}
.TagClassName
{
border-color: #F17815;
}
</style>