Shades of Pumpkin #F16F22
Tints of Pumpkin #F16F22
RGB
CMYK
RGB Variations
Color information
#F16F22 (or 0xF16F22) is known color: Pumpkin. HEX triplet: F1, 6F and 22. RGB value is (241,111,34). Sum of RGB (Red+Green+Blue) = 241+111+34=386 (51% of max value = 765). Red value is 241 (94.53% from 255 or 62.44% from 386); Green value is 111 (43.75% from 255 or 28.76% from 386); Blue value is 34 (13.67% from 255 or 8.81% from 386); Max value from RGB is 241 - color contains mainly: red. Hex color #F16F22 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F16F22 is #0E90DD. Grayscale: #8D8D8D. Windows color (decimal): -954590 or 2256881. OLE color: 2256881.
HSL color Cylindrical-coordinate representation of color #F16F22: hue angle of 22.32º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F16F22 is Cyan = 0, Magento = 0.54, Yellow = 0.86 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 111 | 34 | - |
| CMYK | 0 | 0.54 | 0.86 | 0.05 |
| HSL | 22.32º | 0.88% | 0.54% | - |
| HSV(B) | 22.32º | 0.86% | 0.95% | - |
| XYZ | 42.25 | 30.19 | 5.11 | - |
| YUV | 141.09 | 67.57 | 199.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 111 | 34 | 0 | 0.54 | 0.86 | 0.05 | 22.32 | 0.88 | 0.54 |
| Hex | F1 | 6F | 22 | 0 | 36 | 56 | 5 | 16 | 58 | 36 |
| Octal | 361 | 157 | 42 | 0 | 66 | 126 | 5 | 26 | 130 | 66 |
| Binary | 11110001 | 1101111 | 100010 | 0 | 110110 | 1010110 | 101 | 10110 | 1011000 | 110110 |
Color Harmonies of #F16F22
Complementary color
Monochromatic Colors of #F16F22
Black with #F16F22
Text Example
Text Example
White with #F16F22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F16F22; }
p { color: rgb(241,111,34); }
H1.HeaderClassName
{
color: #F16F22;
}
.AnyTagClassName
{
color: #F16F22;
}
</style>
background-color css
<style>
a { background-color: #F16F22; }
a { background-color: rgb(241,111,34); }
div.DivClassName
{
background-color: #F16F22;
}
.BgClassName
{
background-color: #F16F22;
}
</style>
border-color css
<style>
span { border-color: #F16F22; }
span { border-color: rgb(241,111,34); }
td.TdClassName
{
border-color: #F16F22;
}
.TagClassName
{
border-color: #F16F22;
}
</style>