Shades of Pumpkin #F36C0E
Tints of Pumpkin #F36C0E
RGB
CMYK
RGB Variations
Color information
#F36C0E (or 0xF36C0E) is known color: Pumpkin. HEX triplet: F3, 6C and 0E. RGB value is (243,108,14). Sum of RGB (Red+Green+Blue) = 243+108+14=365 (48% of max value = 765). Red value is 243 (95.31% from 255 or 66.58% from 365); Green value is 108 (42.58% from 255 or 29.59% from 365); Blue value is 14 (5.86% from 255 or 3.84% from 365); Max value from RGB is 243 - color contains mainly: red. Hex color #F36C0E is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F36C0E is #0C93F1. Grayscale: #8A8A8A. Windows color (decimal): -824306 or 945395. OLE color: 945395.
HSL color Cylindrical-coordinate representation of color #F36C0E: hue angle of 24.63º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F36C0E is Cyan = 0, Magento = 0.56, Yellow = 0.94 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 108 | 14 | - |
| CMYK | 0 | 0.56 | 0.94 | 0.05 |
| HSL | 24.63º | 0.91% | 0.5% | - |
| HSV(B) | 24.63º | 0.94% | 0.95% | - |
| XYZ | 42.4 | 29.81 | 3.93 | - |
| YUV | 137.65 | 58.23 | 203.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 108 | 14 | 0 | 0.56 | 0.94 | 0.05 | 24.63 | 0.91 | 0.5 |
| Hex | F3 | 6C | E | 0 | 38 | 5E | 5 | 19 | 5B | 32 |
| Octal | 363 | 154 | 16 | 0 | 70 | 136 | 5 | 31 | 133 | 62 |
| Binary | 11110011 | 1101100 | 1110 | 0 | 111000 | 1011110 | 101 | 11001 | 1011011 | 110010 |
Color Harmonies of #F36C0E
Complementary color
Monochromatic Colors of #F36C0E
Black with #F36C0E
Text Example
Text Example
White with #F36C0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F36C0E; }
p { color: rgb(243,108,14); }
H1.HeaderClassName
{
color: #F36C0E;
}
.AnyTagClassName
{
color: #F36C0E;
}
</style>
background-color css
<style>
a { background-color: #F36C0E; }
a { background-color: rgb(243,108,14); }
div.DivClassName
{
background-color: #F36C0E;
}
.BgClassName
{
background-color: #F36C0E;
}
</style>
border-color css
<style>
span { border-color: #F36C0E; }
span { border-color: rgb(243,108,14); }
td.TdClassName
{
border-color: #F36C0E;
}
.TagClassName
{
border-color: #F36C0E;
}
</style>