Shades of Pumpkin #F26D12
Tints of Pumpkin #F26D12
RGB
CMYK
RGB Variations
Color information
#F26D12 (or 0xF26D12) is known color: Pumpkin. HEX triplet: F2, 6D and 12. RGB value is (242,109,18). Sum of RGB (Red+Green+Blue) = 242+109+18=369 (48% of max value = 765). Red value is 242 (94.92% from 255 or 65.58% from 369); Green value is 109 (42.97% from 255 or 29.54% from 369); Blue value is 18 (7.42% from 255 or 4.88% from 369); Max value from RGB is 242 - color contains mainly: red. Hex color #F26D12 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F26D12 is #0D92ED. Grayscale: #8A8A8A. Windows color (decimal): -889582 or 1207794. OLE color: 1207794.
HSL color Cylindrical-coordinate representation of color #F26D12: hue angle of 24.38º 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 #F26D12 is Cyan = 0, Magento = 0.55, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 109 | 18 | - |
| CMYK | 0 | 0.55 | 0.93 | 0.05 |
| HSL | 24.38º | 0.9% | 0.51% | - |
| HSV(B) | 24.38º | 0.93% | 0.95% | - |
| XYZ | 42.2 | 29.86 | 4.11 | - |
| YUV | 138.39 | 60.06 | 201.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 109 | 18 | 0 | 0.55 | 0.93 | 0.05 | 24.38 | 0.9 | 0.51 |
| Hex | F2 | 6D | 12 | 0 | 37 | 5D | 5 | 18 | 5A | 33 |
| Octal | 362 | 155 | 22 | 0 | 67 | 135 | 5 | 30 | 132 | 63 |
| Binary | 11110010 | 1101101 | 10010 | 0 | 110111 | 1011101 | 101 | 11000 | 1011010 | 110011 |
Color Harmonies of #F26D12
Complementary color
Monochromatic Colors of #F26D12
Black with #F26D12
Text Example
Text Example
White with #F26D12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F26D12; }
p { color: rgb(242,109,18); }
H1.HeaderClassName
{
color: #F26D12;
}
.AnyTagClassName
{
color: #F26D12;
}
</style>
background-color css
<style>
a { background-color: #F26D12; }
a { background-color: rgb(242,109,18); }
div.DivClassName
{
background-color: #F26D12;
}
.BgClassName
{
background-color: #F26D12;
}
</style>
border-color css
<style>
span { border-color: #F26D12; }
span { border-color: rgb(242,109,18); }
td.TdClassName
{
border-color: #F26D12;
}
.TagClassName
{
border-color: #F26D12;
}
</style>