Shades of Pumpkin #F26512
Tints of Pumpkin #F26512
RGB
CMYK
RGB Variations
Color information
#F26512 (or 0xF26512) is known color: Pumpkin. HEX triplet: F2, 65 and 12. RGB value is (242,101,18). Sum of RGB (Red+Green+Blue) = 242+101+18=361 (47% of max value = 765). Red value is 242 (94.92% from 255 or 67.04% from 361); Green value is 101 (39.84% from 255 or 27.98% from 361); Blue value is 18 (7.42% from 255 or 4.99% from 361); Max value from RGB is 242 - color contains mainly: red. Hex color #F26512 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F26512 is #0D9AED. Grayscale: #868686. Windows color (decimal): -891630 or 1205746. OLE color: 1205746.
HSL color Cylindrical-coordinate representation of color #F26512: hue angle of 22.23º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F26512 is Cyan = 0, Magento = 0.58, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 101 | 18 | - |
| CMYK | 0 | 0.58 | 0.93 | 0.05 |
| HSL | 22.23º | 0.9% | 0.51% | - |
| HSV(B) | 22.23º | 0.93% | 0.95% | - |
| XYZ | 41.38 | 28.23 | 3.84 | - |
| YUV | 133.7 | 62.71 | 205.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 101 | 18 | 0 | 0.58 | 0.93 | 0.05 | 22.23 | 0.9 | 0.51 |
| Hex | F2 | 65 | 12 | 0 | 3A | 5D | 5 | 16 | 5A | 33 |
| Octal | 362 | 145 | 22 | 0 | 72 | 135 | 5 | 26 | 132 | 63 |
| Binary | 11110010 | 1100101 | 10010 | 0 | 111010 | 1011101 | 101 | 10110 | 1011010 | 110011 |
Color Harmonies of #F26512
Complementary color
Monochromatic Colors of #F26512
Black with #F26512
Text Example
Text Example
White with #F26512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F26512; }
p { color: rgb(242,101,18); }
H1.HeaderClassName
{
color: #F26512;
}
.AnyTagClassName
{
color: #F26512;
}
</style>
background-color css
<style>
a { background-color: #F26512; }
a { background-color: rgb(242,101,18); }
div.DivClassName
{
background-color: #F26512;
}
.BgClassName
{
background-color: #F26512;
}
</style>
border-color css
<style>
span { border-color: #F26512; }
span { border-color: rgb(242,101,18); }
td.TdClassName
{
border-color: #F26512;
}
.TagClassName
{
border-color: #F26512;
}
</style>