Shades of Pumpkin #F26817
Tints of Pumpkin #F26817
RGB
CMYK
RGB Variations
Color information
#F26817 (or 0xF26817) is known color: Pumpkin. HEX triplet: F2, 68 and 17. RGB value is (242,104,23). Sum of RGB (Red+Green+Blue) = 242+104+23=369 (48% of max value = 765). Red value is 242 (94.92% from 255 or 65.58% from 369); Green value is 104 (41.02% from 255 or 28.18% from 369); Blue value is 23 (9.38% from 255 or 6.23% from 369); Max value from RGB is 242 - color contains mainly: red. Hex color #F26817 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F26817 is #0D97E8. Grayscale: #888888. Windows color (decimal): -890857 or 1534194. OLE color: 1534194.
HSL color Cylindrical-coordinate representation of color #F26817: hue angle of 22.19º 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 #F26817 is Cyan = 0, Magento = 0.57, Yellow = 0.90 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 104 | 23 | - |
| CMYK | 0 | 0.57 | 0.90 | 0.05 |
| HSL | 22.19º | 0.89% | 0.52% | - |
| HSV(B) | 22.19º | 0.9% | 0.95% | - |
| XYZ | 41.72 | 28.84 | 4.18 | - |
| YUV | 136.03 | 64.22 | 203.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 104 | 23 | 0 | 0.57 | 0.90 | 0.05 | 22.19 | 0.89 | 0.52 |
| Hex | F2 | 68 | 17 | 0 | 39 | 5A | 5 | 16 | 59 | 34 |
| Octal | 362 | 150 | 27 | 0 | 71 | 132 | 5 | 26 | 131 | 64 |
| Binary | 11110010 | 1101000 | 10111 | 0 | 111001 | 1011010 | 101 | 10110 | 1011001 | 110100 |
Color Harmonies of #F26817
Complementary color
Monochromatic Colors of #F26817
Black with #F26817
Text Example
Text Example
White with #F26817
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F26817; }
p { color: rgb(242,104,23); }
H1.HeaderClassName
{
color: #F26817;
}
.AnyTagClassName
{
color: #F26817;
}
</style>
background-color css
<style>
a { background-color: #F26817; }
a { background-color: rgb(242,104,23); }
div.DivClassName
{
background-color: #F26817;
}
.BgClassName
{
background-color: #F26817;
}
</style>
border-color css
<style>
span { border-color: #F26817; }
span { border-color: rgb(242,104,23); }
td.TdClassName
{
border-color: #F26817;
}
.TagClassName
{
border-color: #F26817;
}
</style>