Shades of Pumpkin #F16019
Tints of Pumpkin #F16019
RGB
CMYK
RGB Variations
Color information
#F16019 (or 0xF16019) is known color: Pumpkin. HEX triplet: F1, 60 and 19. RGB value is (241,96,25). Sum of RGB (Red+Green+Blue) = 241+96+25=362 (47% of max value = 765). Red value is 241 (94.53% from 255 or 66.57% from 362); Green value is 96 (37.89% from 255 or 26.52% from 362); Blue value is 25 (10.16% from 255 or 6.91% from 362); Max value from RGB is 241 - color contains mainly: red. Hex color #F16019 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F16019 is #0E9FE6. Grayscale: #838383. Windows color (decimal): -958439 or 1663217. OLE color: 1663217.
HSL color Cylindrical-coordinate representation of color #F16019: hue angle of 19.72º 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 #F16019 is Cyan = 0, Magento = 0.60, Yellow = 0.90 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 96 | 25 | - |
| CMYK | 0 | 0.60 | 0.90 | 0.05 |
| HSL | 19.72º | 0.89% | 0.52% | - |
| HSV(B) | 19.72º | 0.9% | 0.95% | - |
| XYZ | 40.63 | 27.14 | 4.02 | - |
| YUV | 131.26 | 68.04 | 206.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 96 | 25 | 0 | 0.60 | 0.90 | 0.05 | 19.72 | 0.89 | 0.52 |
| Hex | F1 | 60 | 19 | 0 | 3C | 5A | 5 | 14 | 59 | 34 |
| Octal | 361 | 140 | 31 | 0 | 74 | 132 | 5 | 24 | 131 | 64 |
| Binary | 11110001 | 1100000 | 11001 | 0 | 111100 | 1011010 | 101 | 10100 | 1011001 | 110100 |
Color Harmonies of #F16019
Complementary color
Monochromatic Colors of #F16019
Black with #F16019
Text Example
Text Example
White with #F16019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F16019; }
p { color: rgb(241,96,25); }
H1.HeaderClassName
{
color: #F16019;
}
.AnyTagClassName
{
color: #F16019;
}
</style>
background-color css
<style>
a { background-color: #F16019; }
a { background-color: rgb(241,96,25); }
div.DivClassName
{
background-color: #F16019;
}
.BgClassName
{
background-color: #F16019;
}
</style>
border-color css
<style>
span { border-color: #F16019; }
span { border-color: rgb(241,96,25); }
td.TdClassName
{
border-color: #F16019;
}
.TagClassName
{
border-color: #F16019;
}
</style>