Shades of Pumpkin #F16A15
Tints of Pumpkin #F16A15
RGB
CMYK
RGB Variations
Color information
#F16A15 (or 0xF16A15) is known color: Pumpkin. HEX triplet: F1, 6A and 15. RGB value is (241,106,21). Sum of RGB (Red+Green+Blue) = 241+106+21=368 (48% of max value = 765). Red value is 241 (94.53% from 255 or 65.49% from 368); Green value is 106 (41.80% from 255 or 28.80% from 368); Blue value is 21 (8.59% from 255 or 5.71% from 368); Max value from RGB is 241 - color contains mainly: red. Hex color #F16A15 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F16A15 is #0E95EA. Grayscale: #898989. Windows color (decimal): -955883 or 1403633. OLE color: 1403633.
HSL color Cylindrical-coordinate representation of color #F16A15: hue angle of 23.18º 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 #F16A15 is Cyan = 0, Magento = 0.56, Yellow = 0.91 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 106 | 21 | - |
| CMYK | 0 | 0.56 | 0.91 | 0.05 |
| HSL | 23.18º | 0.89% | 0.51% | - |
| HSV(B) | 23.18º | 0.91% | 0.95% | - |
| XYZ | 41.57 | 29.06 | 4.13 | - |
| YUV | 136.68 | 62.73 | 202.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 106 | 21 | 0 | 0.56 | 0.91 | 0.05 | 23.18 | 0.89 | 0.51 |
| Hex | F1 | 6A | 15 | 0 | 38 | 5B | 5 | 17 | 59 | 33 |
| Octal | 361 | 152 | 25 | 0 | 70 | 133 | 5 | 27 | 131 | 63 |
| Binary | 11110001 | 1101010 | 10101 | 0 | 111000 | 1011011 | 101 | 10111 | 1011001 | 110011 |
Color Harmonies of #F16A15
Complementary color
Monochromatic Colors of #F16A15
Black with #F16A15
Text Example
Text Example
White with #F16A15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F16A15; }
p { color: rgb(241,106,21); }
H1.HeaderClassName
{
color: #F16A15;
}
.AnyTagClassName
{
color: #F16A15;
}
</style>
background-color css
<style>
a { background-color: #F16A15; }
a { background-color: rgb(241,106,21); }
div.DivClassName
{
background-color: #F16A15;
}
.BgClassName
{
background-color: #F16A15;
}
</style>
border-color css
<style>
span { border-color: #F16A15; }
span { border-color: rgb(241,106,21); }
td.TdClassName
{
border-color: #F16A15;
}
.TagClassName
{
border-color: #F16A15;
}
</style>