Shades of Pumpkin #F26319
Tints of Pumpkin #F26319
RGB
CMYK
RGB Variations
Color information
#F26319 (or 0xF26319) is known color: Pumpkin. HEX triplet: F2, 63 and 19. RGB value is (242,99,25). Sum of RGB (Red+Green+Blue) = 242+99+25=366 (48% of max value = 765). Red value is 242 (94.92% from 255 or 66.12% from 366); Green value is 99 (39.06% from 255 or 27.05% from 366); Blue value is 25 (10.16% from 255 or 6.83% from 366); Max value from RGB is 242 - color contains mainly: red. Hex color #F26319 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F26319 is #0D9CE6. Grayscale: #858585. Windows color (decimal): -892135 or 1663986. OLE color: 1663986.
HSL color Cylindrical-coordinate representation of color #F26319: hue angle of 20.46º 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 #F26319 is Cyan = 0, Magento = 0.59, Yellow = 0.90 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 99 | 25 | - |
| CMYK | 0 | 0.59 | 0.90 | 0.05 |
| HSL | 20.46º | 0.89% | 0.52% | - |
| HSV(B) | 20.46º | 0.9% | 0.95% | - |
| XYZ | 41.26 | 27.87 | 4.12 | - |
| YUV | 133.32 | 66.88 | 205.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 99 | 25 | 0 | 0.59 | 0.90 | 0.05 | 20.46 | 0.89 | 0.52 |
| Hex | F2 | 63 | 19 | 0 | 3B | 5A | 5 | 14 | 59 | 34 |
| Octal | 362 | 143 | 31 | 0 | 73 | 132 | 5 | 24 | 131 | 64 |
| Binary | 11110010 | 1100011 | 11001 | 0 | 111011 | 1011010 | 101 | 10100 | 1011001 | 110100 |
Color Harmonies of #F26319
Complementary color
Monochromatic Colors of #F26319
Black with #F26319
Text Example
Text Example
White with #F26319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F26319; }
p { color: rgb(242,99,25); }
H1.HeaderClassName
{
color: #F26319;
}
.AnyTagClassName
{
color: #F26319;
}
</style>
background-color css
<style>
a { background-color: #F26319; }
a { background-color: rgb(242,99,25); }
div.DivClassName
{
background-color: #F26319;
}
.BgClassName
{
background-color: #F26319;
}
</style>
border-color css
<style>
span { border-color: #F26319; }
span { border-color: rgb(242,99,25); }
td.TdClassName
{
border-color: #F26319;
}
.TagClassName
{
border-color: #F26319;
}
</style>