Shades of Pumpkin #F18116
Tints of Pumpkin #F18116
RGB
CMYK
RGB Variations
Color information
#F18116 (or 0xF18116) is known color: Pumpkin. HEX triplet: F1, 81 and 16. RGB value is (241,129,22). Sum of RGB (Red+Green+Blue) = 241+129+22=392 (51% of max value = 765). Red value is 241 (94.53% from 255 or 61.48% from 392); Green value is 129 (50.78% from 255 or 32.91% from 392); Blue value is 22 (8.98% from 255 or 5.61% from 392); Max value from RGB is 241 - color contains mainly: red. Hex color #F18116 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F18116 is #0E7EE9. Grayscale: #969696. Windows color (decimal): -949994 or 1475057. OLE color: 1475057.
HSL color Cylindrical-coordinate representation of color #F18116: hue angle of 29.32º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F18116 is Cyan = 0, Magento = 0.46, Yellow = 0.91 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 129 | 22 | - |
| CMYK | 0 | 0.46 | 0.91 | 0.05 |
| HSL | 29.32º | 0.89% | 0.52% | - |
| HSV(B) | 29.32º | 0.91% | 0.95% | - |
| XYZ | 44.27 | 34.46 | 5.08 | - |
| YUV | 150.29 | 55.61 | 192.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 129 | 22 | 0 | 0.46 | 0.91 | 0.05 | 29.32 | 0.89 | 0.52 |
| Hex | F1 | 81 | 16 | 0 | 2E | 5B | 5 | 1D | 59 | 34 |
| Octal | 361 | 201 | 26 | 0 | 56 | 133 | 5 | 35 | 131 | 64 |
| Binary | 11110001 | 10000001 | 10110 | 0 | 101110 | 1011011 | 101 | 11101 | 1011001 | 110100 |
Color Harmonies of #F18116
Complementary color
Monochromatic Colors of #F18116
Black with #F18116
Text Example
Text Example
White with #F18116
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F18116; }
p { color: rgb(241,129,22); }
H1.HeaderClassName
{
color: #F18116;
}
.AnyTagClassName
{
color: #F18116;
}
</style>
background-color css
<style>
a { background-color: #F18116; }
a { background-color: rgb(241,129,22); }
div.DivClassName
{
background-color: #F18116;
}
.BgClassName
{
background-color: #F18116;
}
</style>
border-color css
<style>
span { border-color: #F18116; }
span { border-color: rgb(241,129,22); }
td.TdClassName
{
border-color: #F18116;
}
.TagClassName
{
border-color: #F18116;
}
</style>