Shades of Pumpkin #F26416
Tints of Pumpkin #F26416
RGB
CMYK
RGB Variations
Color information
#F26416 (or 0xF26416) is known color: Pumpkin. HEX triplet: F2, 64 and 16. RGB value is (242,100,22). Sum of RGB (Red+Green+Blue) = 242+100+22=364 (48% of max value = 765). Red value is 242 (94.92% from 255 or 66.48% from 364); Green value is 100 (39.45% from 255 or 27.47% from 364); Blue value is 22 (8.98% from 255 or 6.04% from 364); Max value from RGB is 242 - color contains mainly: red. Hex color #F26416 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F26416 is #0D9BE9. Grayscale: #868686. Windows color (decimal): -891882 or 1467634. OLE color: 1467634.
HSL color Cylindrical-coordinate representation of color #F26416: hue angle of 21.27º 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 #F26416 is Cyan = 0, Magento = 0.59, Yellow = 0.91 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 100 | 22 | - |
| CMYK | 0 | 0.59 | 0.91 | 0.05 |
| HSL | 21.27º | 0.89% | 0.52% | - |
| HSV(B) | 21.27º | 0.91% | 0.95% | - |
| XYZ | 41.32 | 28.05 | 4 | - |
| YUV | 133.57 | 65.04 | 205.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 100 | 22 | 0 | 0.59 | 0.91 | 0.05 | 21.27 | 0.89 | 0.52 |
| Hex | F2 | 64 | 16 | 0 | 3B | 5B | 5 | 15 | 59 | 34 |
| Octal | 362 | 144 | 26 | 0 | 73 | 133 | 5 | 25 | 131 | 64 |
| Binary | 11110010 | 1100100 | 10110 | 0 | 111011 | 1011011 | 101 | 10101 | 1011001 | 110100 |
Color Harmonies of #F26416
Complementary color
Monochromatic Colors of #F26416
Black with #F26416
Text Example
Text Example
White with #F26416
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F26416; }
p { color: rgb(242,100,22); }
H1.HeaderClassName
{
color: #F26416;
}
.AnyTagClassName
{
color: #F26416;
}
</style>
background-color css
<style>
a { background-color: #F26416; }
a { background-color: rgb(242,100,22); }
div.DivClassName
{
background-color: #F26416;
}
.BgClassName
{
background-color: #F26416;
}
</style>
border-color css
<style>
span { border-color: #F26416; }
span { border-color: rgb(242,100,22); }
td.TdClassName
{
border-color: #F26416;
}
.TagClassName
{
border-color: #F26416;
}
</style>