Shades of Pumpkin #F36C0D
Tints of Pumpkin #F36C0D
RGB
CMYK
RGB Variations
Color information
#F36C0D (or 0xF36C0D) is known color: Pumpkin. HEX triplet: F3, 6C and 0D. RGB value is (243,108,13). Sum of RGB (Red+Green+Blue) = 243+108+13=364 (48% of max value = 765). Red value is 243 (95.31% from 255 or 66.76% from 364); Green value is 108 (42.58% from 255 or 29.67% from 364); Blue value is 13 (5.47% from 255 or 3.57% from 364); Max value from RGB is 243 - color contains mainly: red. Hex color #F36C0D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F36C0D is #0C93F2. Grayscale: #8A8A8A. Windows color (decimal): -824307 or 879859. OLE color: 879859.
HSL color Cylindrical-coordinate representation of color #F36C0D: hue angle of 24.78º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F36C0D is Cyan = 0, Magento = 0.56, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 108 | 13 | - |
| CMYK | 0 | 0.56 | 0.95 | 0.05 |
| HSL | 24.78º | 0.91% | 0.5% | - |
| HSV(B) | 24.78º | 0.95% | 0.95% | - |
| XYZ | 42.4 | 29.81 | 3.9 | - |
| YUV | 137.54 | 57.73 | 203.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 108 | 13 | 0 | 0.56 | 0.95 | 0.05 | 24.78 | 0.91 | 0.5 |
| Hex | F3 | 6C | D | 0 | 38 | 5F | 5 | 19 | 5B | 32 |
| Octal | 363 | 154 | 15 | 0 | 70 | 137 | 5 | 31 | 133 | 62 |
| Binary | 11110011 | 1101100 | 1101 | 0 | 111000 | 1011111 | 101 | 11001 | 1011011 | 110010 |
Color Harmonies of #F36C0D
Complementary color
Monochromatic Colors of #F36C0D
Black with #F36C0D
Text Example
Text Example
White with #F36C0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F36C0D; }
p { color: rgb(243,108,13); }
H1.HeaderClassName
{
color: #F36C0D;
}
.AnyTagClassName
{
color: #F36C0D;
}
</style>
background-color css
<style>
a { background-color: #F36C0D; }
a { background-color: rgb(243,108,13); }
div.DivClassName
{
background-color: #F36C0D;
}
.BgClassName
{
background-color: #F36C0D;
}
</style>
border-color css
<style>
span { border-color: #F36C0D; }
span { border-color: rgb(243,108,13); }
td.TdClassName
{
border-color: #F36C0D;
}
.TagClassName
{
border-color: #F36C0D;
}
</style>