Shades of Pumpkin #F26019
Tints of Pumpkin #F26019
RGB
CMYK
RGB Variations
Color information
#F26019 (or 0xF26019) is known color: Pumpkin. HEX triplet: F2, 60 and 19. RGB value is (242,96,25). Sum of RGB (Red+Green+Blue) = 242+96+25=363 (48% of max value = 765). Red value is 242 (94.92% from 255 or 66.67% from 363); Green value is 96 (37.89% from 255 or 26.45% from 363); Blue value is 25 (10.16% from 255 or 6.89% from 363); Max value from RGB is 242 - color contains mainly: red. Hex color #F26019 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F26019 is #0D9FE6. Grayscale: #838383. Windows color (decimal): -892903 or 1663218. OLE color: 1663218.
HSL color Cylindrical-coordinate representation of color #F26019: hue angle of 19.63º 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 #F26019 is Cyan = 0, Magento = 0.60, Yellow = 0.90 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 96 | 25 | - |
| CMYK | 0 | 0.60 | 0.90 | 0.05 |
| HSL | 19.63º | 0.89% | 0.52% | - |
| HSV(B) | 19.63º | 0.9% | 0.95% | - |
| XYZ | 40.98 | 27.31 | 4.03 | - |
| YUV | 131.56 | 67.87 | 206.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 96 | 25 | 0 | 0.60 | 0.90 | 0.05 | 19.63 | 0.89 | 0.52 |
| Hex | F2 | 60 | 19 | 0 | 3C | 5A | 5 | 14 | 59 | 34 |
| Octal | 362 | 140 | 31 | 0 | 74 | 132 | 5 | 24 | 131 | 64 |
| Binary | 11110010 | 1100000 | 11001 | 0 | 111100 | 1011010 | 101 | 10100 | 1011001 | 110100 |
Color Harmonies of #F26019
Complementary color
Monochromatic Colors of #F26019
Black with #F26019
Text Example
Text Example
White with #F26019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F26019; }
p { color: rgb(242,96,25); }
H1.HeaderClassName
{
color: #F26019;
}
.AnyTagClassName
{
color: #F26019;
}
</style>
background-color css
<style>
a { background-color: #F26019; }
a { background-color: rgb(242,96,25); }
div.DivClassName
{
background-color: #F26019;
}
.BgClassName
{
background-color: #F26019;
}
</style>
border-color css
<style>
span { border-color: #F26019; }
span { border-color: rgb(242,96,25); }
td.TdClassName
{
border-color: #F26019;
}
.TagClassName
{
border-color: #F26019;
}
</style>