Shades of Pumpkin #F36412
Tints of Pumpkin #F36412
RGB
CMYK
RGB Variations
Color information
#F36412 (or 0xF36412) is known color: Pumpkin. HEX triplet: F3, 64 and 12. RGB value is (243,100,18). Sum of RGB (Red+Green+Blue) = 243+100+18=361 (47% of max value = 765). Red value is 243 (95.31% from 255 or 67.31% from 361); Green value is 100 (39.45% from 255 or 27.70% from 361); Blue value is 18 (7.42% from 255 or 4.99% from 361); Max value from RGB is 243 - color contains mainly: red. Hex color #F36412 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F36412 is #0C9BED. Grayscale: #858585. Windows color (decimal): -826350 or 1205491. OLE color: 1205491.
HSL color Cylindrical-coordinate representation of color #F36412: hue angle of 21.87º 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 #F36412 is Cyan = 0, Magento = 0.59, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 100 | 18 | - |
| CMYK | 0 | 0.59 | 0.93 | 0.05 |
| HSL | 21.87º | 0.9% | 0.51% | - |
| HSV(B) | 21.87º | 0.93% | 0.95% | - |
| XYZ | 41.63 | 28.21 | 3.82 | - |
| YUV | 133.41 | 62.88 | 206.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 100 | 18 | 0 | 0.59 | 0.93 | 0.05 | 21.87 | 0.9 | 0.51 |
| Hex | F3 | 64 | 12 | 0 | 3B | 5D | 5 | 16 | 5A | 33 |
| Octal | 363 | 144 | 22 | 0 | 73 | 135 | 5 | 26 | 132 | 63 |
| Binary | 11110011 | 1100100 | 10010 | 0 | 111011 | 1011101 | 101 | 10110 | 1011010 | 110011 |
Color Harmonies of #F36412
Complementary color
Monochromatic Colors of #F36412
Black with #F36412
Text Example
Text Example
White with #F36412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F36412; }
p { color: rgb(243,100,18); }
H1.HeaderClassName
{
color: #F36412;
}
.AnyTagClassName
{
color: #F36412;
}
</style>
background-color css
<style>
a { background-color: #F36412; }
a { background-color: rgb(243,100,18); }
div.DivClassName
{
background-color: #F36412;
}
.BgClassName
{
background-color: #F36412;
}
</style>
border-color css
<style>
span { border-color: #F36412; }
span { border-color: rgb(243,100,18); }
td.TdClassName
{
border-color: #F36412;
}
.TagClassName
{
border-color: #F36412;
}
</style>