Shades of Pumpkin #F36C18
Tints of Pumpkin #F36C18
RGB
CMYK
RGB Variations
Color information
#F36C18 (or 0xF36C18) is known color: Pumpkin. HEX triplet: F3, 6C and 18. RGB value is (243,108,24). Sum of RGB (Red+Green+Blue) = 243+108+24=375 (49% of max value = 765). Red value is 243 (95.31% from 255 or 64.8% from 375); Green value is 108 (42.58% from 255 or 28.8% from 375); Blue value is 24 (9.77% from 255 or 6.4% from 375); Max value from RGB is 243 - color contains mainly: red. Hex color #F36C18 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F36C18 is #0C93E7. Grayscale: #8B8B8B. Windows color (decimal): -824296 or 1600755. OLE color: 1600755.
HSL color Cylindrical-coordinate representation of color #F36C18: hue angle of 23.01º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F36C18 is Cyan = 0, Magento = 0.56, Yellow = 0.90 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 108 | 24 | - |
| CMYK | 0 | 0.56 | 0.90 | 0.05 |
| HSL | 23.01º | 0.9% | 0.52% | - |
| HSV(B) | 23.01º | 0.9% | 0.95% | - |
| XYZ | 42.49 | 29.85 | 4.39 | - |
| YUV | 138.79 | 63.23 | 202.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 108 | 24 | 0 | 0.56 | 0.90 | 0.05 | 23.01 | 0.9 | 0.52 |
| Hex | F3 | 6C | 18 | 0 | 38 | 5A | 5 | 17 | 5A | 34 |
| Octal | 363 | 154 | 30 | 0 | 70 | 132 | 5 | 27 | 132 | 64 |
| Binary | 11110011 | 1101100 | 11000 | 0 | 111000 | 1011010 | 101 | 10111 | 1011010 | 110100 |
Color Harmonies of #F36C18
Complementary color
Monochromatic Colors of #F36C18
Black with #F36C18
Text Example
Text Example
White with #F36C18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F36C18; }
p { color: rgb(243,108,24); }
H1.HeaderClassName
{
color: #F36C18;
}
.AnyTagClassName
{
color: #F36C18;
}
</style>
background-color css
<style>
a { background-color: #F36C18; }
a { background-color: rgb(243,108,24); }
div.DivClassName
{
background-color: #F36C18;
}
.BgClassName
{
background-color: #F36C18;
}
</style>
border-color css
<style>
span { border-color: #F36C18; }
span { border-color: rgb(243,108,24); }
td.TdClassName
{
border-color: #F36C18;
}
.TagClassName
{
border-color: #F36C18;
}
</style>