Shades of Pumpkin #F26C19
Tints of Pumpkin #F26C19
RGB
CMYK
RGB Variations
Color information
#F26C19 (or 0xF26C19) is known color: Pumpkin. HEX triplet: F2, 6C and 19. RGB value is (242,108,25). Sum of RGB (Red+Green+Blue) = 242+108+25=375 (49% of max value = 765). Red value is 242 (94.92% from 255 or 64.53% from 375); Green value is 108 (42.58% from 255 or 28.8% from 375); Blue value is 25 (10.16% from 255 or 6.67% from 375); Max value from RGB is 242 - color contains mainly: red. Hex color #F26C19 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F26C19 is #0D93E6. Grayscale: #8B8B8B. Windows color (decimal): -889831 or 1666290. OLE color: 1666290.
HSL color Cylindrical-coordinate representation of color #F26C19: hue angle of 22.95º 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 #F26C19 is Cyan = 0, Magento = 0.55, Yellow = 0.90 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 108 | 25 | - |
| CMYK | 0 | 0.55 | 0.90 | 0.05 |
| HSL | 22.95º | 0.89% | 0.52% | - |
| HSV(B) | 22.95º | 0.9% | 0.95% | - |
| XYZ | 42.16 | 29.67 | 4.43 | - |
| YUV | 138.6 | 63.89 | 201.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 108 | 25 | 0 | 0.55 | 0.90 | 0.05 | 22.95 | 0.89 | 0.52 |
| Hex | F2 | 6C | 19 | 0 | 37 | 5A | 5 | 17 | 59 | 34 |
| Octal | 362 | 154 | 31 | 0 | 67 | 132 | 5 | 27 | 131 | 64 |
| Binary | 11110010 | 1101100 | 11001 | 0 | 110111 | 1011010 | 101 | 10111 | 1011001 | 110100 |
Color Harmonies of #F26C19
Complementary color
Monochromatic Colors of #F26C19
Black with #F26C19
Text Example
Text Example
White with #F26C19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F26C19; }
p { color: rgb(242,108,25); }
H1.HeaderClassName
{
color: #F26C19;
}
.AnyTagClassName
{
color: #F26C19;
}
</style>
background-color css
<style>
a { background-color: #F26C19; }
a { background-color: rgb(242,108,25); }
div.DivClassName
{
background-color: #F26C19;
}
.BgClassName
{
background-color: #F26C19;
}
</style>
border-color css
<style>
span { border-color: #F26C19; }
span { border-color: rgb(242,108,25); }
td.TdClassName
{
border-color: #F26C19;
}
.TagClassName
{
border-color: #F26C19;
}
</style>