Shades of Pumpkin #F16D1F
Tints of Pumpkin #F16D1F
RGB
CMYK
RGB Variations
Color information
#F16D1F (or 0xF16D1F) is known color: Pumpkin. HEX triplet: F1, 6D and 1F. RGB value is (241,109,31). Sum of RGB (Red+Green+Blue) = 241+109+31=381 (50% of max value = 765). Red value is 241 (94.53% from 255 or 63.25% from 381); Green value is 109 (42.97% from 255 or 28.61% from 381); Blue value is 31 (12.5% from 255 or 8.14% from 381); Max value from RGB is 241 - color contains mainly: red. Hex color #F16D1F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F16D1F is #0E92E0. Grayscale: #8C8C8C. Windows color (decimal): -955105 or 2059761. OLE color: 2059761.
HSL color Cylindrical-coordinate representation of color #F16D1F: hue angle of 22.29º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F16D1F is Cyan = 0, Magento = 0.55, Yellow = 0.87 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 109 | 31 | - |
| CMYK | 0 | 0.55 | 0.87 | 0.05 |
| HSL | 22.29º | 0.88% | 0.53% | - |
| HSV(B) | 22.29º | 0.87% | 0.95% | - |
| XYZ | 41.99 | 29.74 | 4.82 | - |
| YUV | 139.58 | 66.73 | 200.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 109 | 31 | 0 | 0.55 | 0.87 | 0.05 | 22.29 | 0.88 | 0.53 |
| Hex | F1 | 6D | 1F | 0 | 37 | 57 | 5 | 16 | 58 | 35 |
| Octal | 361 | 155 | 37 | 0 | 67 | 127 | 5 | 26 | 130 | 65 |
| Binary | 11110001 | 1101101 | 11111 | 0 | 110111 | 1010111 | 101 | 10110 | 1011000 | 110101 |
Color Harmonies of #F16D1F
Complementary color
Monochromatic Colors of #F16D1F
Black with #F16D1F
Text Example
Text Example
White with #F16D1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F16D1F; }
p { color: rgb(241,109,31); }
H1.HeaderClassName
{
color: #F16D1F;
}
.AnyTagClassName
{
color: #F16D1F;
}
</style>
background-color css
<style>
a { background-color: #F16D1F; }
a { background-color: rgb(241,109,31); }
div.DivClassName
{
background-color: #F16D1F;
}
.BgClassName
{
background-color: #F16D1F;
}
</style>
border-color css
<style>
span { border-color: #F16D1F; }
span { border-color: rgb(241,109,31); }
td.TdClassName
{
border-color: #F16D1F;
}
.TagClassName
{
border-color: #F16D1F;
}
</style>