Shades of Pumpkin #F26D19
Tints of Pumpkin #F26D19
RGB
CMYK
RGB Variations
Color information
#F26D19 (or 0xF26D19) is known color: Pumpkin. HEX triplet: F2, 6D and 19. RGB value is (242,109,25). Sum of RGB (Red+Green+Blue) = 242+109+25=376 (49% of max value = 765). Red value is 242 (94.92% from 255 or 64.36% from 376); Green value is 109 (42.97% from 255 or 28.99% from 376); Blue value is 25 (10.16% from 255 or 6.65% from 376); Max value from RGB is 242 - color contains mainly: red. Hex color #F26D19 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F26D19 is #0D92E6. Grayscale: #8B8B8B. Windows color (decimal): -889575 or 1666546. OLE color: 1666546.
HSL color Cylindrical-coordinate representation of color #F26D19: hue angle of 23.23º 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 #F26D19 is Cyan = 0, Magento = 0.55, Yellow = 0.90 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 109 | 25 | - |
| CMYK | 0 | 0.55 | 0.90 | 0.05 |
| HSL | 23.23º | 0.89% | 0.52% | - |
| HSV(B) | 23.23º | 0.9% | 0.95% | - |
| XYZ | 42.26 | 29.88 | 4.46 | - |
| YUV | 139.19 | 63.56 | 201.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 109 | 25 | 0 | 0.55 | 0.90 | 0.05 | 23.23 | 0.89 | 0.52 |
| Hex | F2 | 6D | 19 | 0 | 37 | 5A | 5 | 17 | 59 | 34 |
| Octal | 362 | 155 | 31 | 0 | 67 | 132 | 5 | 27 | 131 | 64 |
| Binary | 11110010 | 1101101 | 11001 | 0 | 110111 | 1011010 | 101 | 10111 | 1011001 | 110100 |
Color Harmonies of #F26D19
Complementary color
Monochromatic Colors of #F26D19
Black with #F26D19
Text Example
Text Example
White with #F26D19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F26D19; }
p { color: rgb(242,109,25); }
H1.HeaderClassName
{
color: #F26D19;
}
.AnyTagClassName
{
color: #F26D19;
}
</style>
background-color css
<style>
a { background-color: #F26D19; }
a { background-color: rgb(242,109,25); }
div.DivClassName
{
background-color: #F26D19;
}
.BgClassName
{
background-color: #F26D19;
}
</style>
border-color css
<style>
span { border-color: #F26D19; }
span { border-color: rgb(242,109,25); }
td.TdClassName
{
border-color: #F26D19;
}
.TagClassName
{
border-color: #F26D19;
}
</style>