Shades of Pumpkin #F36414
Tints of Pumpkin #F36414
RGB
CMYK
RGB Variations
Color information
#F36414 (or 0xF36414) is known color: Pumpkin. HEX triplet: F3, 64 and 14. RGB value is (243,100,20). Sum of RGB (Red+Green+Blue) = 243+100+20=363 (48% of max value = 765). Red value is 243 (95.31% from 255 or 66.94% from 363); Green value is 100 (39.45% from 255 or 27.55% from 363); Blue value is 20 (8.20% from 255 or 5.51% from 363); Max value from RGB is 243 - color contains mainly: red. Hex color #F36414 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F36414 is #0C9BEB. Grayscale: #868686. Windows color (decimal): -826348 or 1336563. OLE color: 1336563.
HSL color Cylindrical-coordinate representation of color #F36414: hue angle of 21.52º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F36414 is Cyan = 0, Magento = 0.59, Yellow = 0.92 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 100 | 20 | - |
| CMYK | 0 | 0.59 | 0.92 | 0.05 |
| HSL | 21.52º | 0.9% | 0.52% | - |
| HSV(B) | 21.52º | 0.92% | 0.95% | - |
| XYZ | 41.65 | 28.22 | 3.91 | - |
| YUV | 133.64 | 63.88 | 206 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 100 | 20 | 0 | 0.59 | 0.92 | 0.05 | 21.52 | 0.9 | 0.52 |
| Hex | F3 | 64 | 14 | 0 | 3B | 5C | 5 | 16 | 5A | 34 |
| Octal | 363 | 144 | 24 | 0 | 73 | 134 | 5 | 26 | 132 | 64 |
| Binary | 11110011 | 1100100 | 10100 | 0 | 111011 | 1011100 | 101 | 10110 | 1011010 | 110100 |
Color Harmonies of #F36414
Complementary color
Monochromatic Colors of #F36414
Black with #F36414
Text Example
Text Example
White with #F36414
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F36414; }
p { color: rgb(243,100,20); }
H1.HeaderClassName
{
color: #F36414;
}
.AnyTagClassName
{
color: #F36414;
}
</style>
background-color css
<style>
a { background-color: #F36414; }
a { background-color: rgb(243,100,20); }
div.DivClassName
{
background-color: #F36414;
}
.BgClassName
{
background-color: #F36414;
}
</style>
border-color css
<style>
span { border-color: #F36414; }
span { border-color: rgb(243,100,20); }
td.TdClassName
{
border-color: #F36414;
}
.TagClassName
{
border-color: #F36414;
}
</style>