Shades of Pumpkin #F16A19
Tints of Pumpkin #F16A19
RGB
CMYK
RGB Variations
Color information
#F16A19 (or 0xF16A19) is known color: Pumpkin. HEX triplet: F1, 6A and 19. RGB value is (241,106,25). Sum of RGB (Red+Green+Blue) = 241+106+25=372 (49% of max value = 765). Red value is 241 (94.53% from 255 or 64.78% from 372); Green value is 106 (41.80% from 255 or 28.49% from 372); Blue value is 25 (10.16% from 255 or 6.72% from 372); Max value from RGB is 241 - color contains mainly: red. Hex color #F16A19 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F16A19 is #0E95E6. Grayscale: #898989. Windows color (decimal): -955879 or 1665777. OLE color: 1665777.
HSL color Cylindrical-coordinate representation of color #F16A19: hue angle of 22.5º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F16A19 is Cyan = 0, Magento = 0.56, Yellow = 0.90 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 106 | 25 | - |
| CMYK | 0 | 0.56 | 0.90 | 0.05 |
| HSL | 22.5º | 0.89% | 0.52% | - |
| HSV(B) | 22.5º | 0.9% | 0.95% | - |
| XYZ | 41.61 | 29.08 | 4.34 | - |
| YUV | 137.13 | 64.73 | 202.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 106 | 25 | 0 | 0.56 | 0.90 | 0.05 | 22.5 | 0.89 | 0.52 |
| Hex | F1 | 6A | 19 | 0 | 38 | 5A | 5 | 16 | 59 | 34 |
| Octal | 361 | 152 | 31 | 0 | 70 | 132 | 5 | 26 | 131 | 64 |
| Binary | 11110001 | 1101010 | 11001 | 0 | 111000 | 1011010 | 101 | 10110 | 1011001 | 110100 |
Color Harmonies of #F16A19
Complementary color
Monochromatic Colors of #F16A19
Black with #F16A19
Text Example
Text Example
White with #F16A19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F16A19; }
p { color: rgb(241,106,25); }
H1.HeaderClassName
{
color: #F16A19;
}
.AnyTagClassName
{
color: #F16A19;
}
</style>
background-color css
<style>
a { background-color: #F16A19; }
a { background-color: rgb(241,106,25); }
div.DivClassName
{
background-color: #F16A19;
}
.BgClassName
{
background-color: #F16A19;
}
</style>
border-color css
<style>
span { border-color: #F16A19; }
span { border-color: rgb(241,106,25); }
td.TdClassName
{
border-color: #F16A19;
}
.TagClassName
{
border-color: #F16A19;
}
</style>