Shades of Pumpkin #F36C14
Tints of Pumpkin #F36C14
RGB
CMYK
RGB Variations
Color information
#F36C14 (or 0xF36C14) is known color: Pumpkin. HEX triplet: F3, 6C and 14. RGB value is (243,108,20). Sum of RGB (Red+Green+Blue) = 243+108+20=371 (49% of max value = 765). Red value is 243 (95.31% from 255 or 65.50% from 371); Green value is 108 (42.58% from 255 or 29.11% from 371); Blue value is 20 (8.20% from 255 or 5.39% from 371); Max value from RGB is 243 - color contains mainly: red. Hex color #F36C14 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F36C14 is #0C93EB. Grayscale: #8A8A8A. Windows color (decimal): -824300 or 1338611. OLE color: 1338611.
HSL color Cylindrical-coordinate representation of color #F36C14: hue angle of 23.68º 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 #F36C14 is Cyan = 0, Magento = 0.56, Yellow = 0.92 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 108 | 20 | - |
| CMYK | 0 | 0.56 | 0.92 | 0.05 |
| HSL | 23.68º | 0.9% | 0.52% | - |
| HSV(B) | 23.68º | 0.92% | 0.95% | - |
| XYZ | 42.45 | 29.83 | 4.18 | - |
| YUV | 138.33 | 61.23 | 202.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 108 | 20 | 0 | 0.56 | 0.92 | 0.05 | 23.68 | 0.9 | 0.52 |
| Hex | F3 | 6C | 14 | 0 | 38 | 5C | 5 | 18 | 5A | 34 |
| Octal | 363 | 154 | 24 | 0 | 70 | 134 | 5 | 30 | 132 | 64 |
| Binary | 11110011 | 1101100 | 10100 | 0 | 111000 | 1011100 | 101 | 11000 | 1011010 | 110100 |
Color Harmonies of #F36C14
Complementary color
Monochromatic Colors of #F36C14
Black with #F36C14
Text Example
Text Example
White with #F36C14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F36C14; }
p { color: rgb(243,108,20); }
H1.HeaderClassName
{
color: #F36C14;
}
.AnyTagClassName
{
color: #F36C14;
}
</style>
background-color css
<style>
a { background-color: #F36C14; }
a { background-color: rgb(243,108,20); }
div.DivClassName
{
background-color: #F36C14;
}
.BgClassName
{
background-color: #F36C14;
}
</style>
border-color css
<style>
span { border-color: #F36C14; }
span { border-color: rgb(243,108,20); }
td.TdClassName
{
border-color: #F36C14;
}
.TagClassName
{
border-color: #F36C14;
}
</style>