Shades of Pumpkin #F26219
Tints of Pumpkin #F26219
RGB
CMYK
RGB Variations
Color information
#F26219 (or 0xF26219) is known color: Pumpkin. HEX triplet: F2, 62 and 19. RGB value is (242,98,25). Sum of RGB (Red+Green+Blue) = 242+98+25=365 (48% of max value = 765). Red value is 242 (94.92% from 255 or 66.30% from 365); Green value is 98 (38.67% from 255 or 26.85% from 365); Blue value is 25 (10.16% from 255 or 6.85% from 365); Max value from RGB is 242 - color contains mainly: red. Hex color #F26219 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F26219 is #0D9DE6. Grayscale: #858585. Windows color (decimal): -892391 or 1663730. OLE color: 1663730.
HSL color Cylindrical-coordinate representation of color #F26219: hue angle of 20.18º 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 #F26219 is Cyan = 0, Magento = 0.60, Yellow = 0.90 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 98 | 25 | - |
| CMYK | 0 | 0.60 | 0.90 | 0.05 |
| HSL | 20.18º | 0.89% | 0.52% | - |
| HSV(B) | 20.18º | 0.9% | 0.95% | - |
| XYZ | 41.16 | 27.68 | 4.09 | - |
| YUV | 132.73 | 67.21 | 205.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 98 | 25 | 0 | 0.60 | 0.90 | 0.05 | 20.18 | 0.89 | 0.52 |
| Hex | F2 | 62 | 19 | 0 | 3C | 5A | 5 | 14 | 59 | 34 |
| Octal | 362 | 142 | 31 | 0 | 74 | 132 | 5 | 24 | 131 | 64 |
| Binary | 11110010 | 1100010 | 11001 | 0 | 111100 | 1011010 | 101 | 10100 | 1011001 | 110100 |
Color Harmonies of #F26219
Complementary color
Monochromatic Colors of #F26219
Black with #F26219
Text Example
Text Example
White with #F26219
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F26219; }
p { color: rgb(242,98,25); }
H1.HeaderClassName
{
color: #F26219;
}
.AnyTagClassName
{
color: #F26219;
}
</style>
background-color css
<style>
a { background-color: #F26219; }
a { background-color: rgb(242,98,25); }
div.DivClassName
{
background-color: #F26219;
}
.BgClassName
{
background-color: #F26219;
}
</style>
border-color css
<style>
span { border-color: #F26219; }
span { border-color: rgb(242,98,25); }
td.TdClassName
{
border-color: #F26219;
}
.TagClassName
{
border-color: #F26219;
}
</style>