Shades of Pumpkin #F36C1C
Tints of Pumpkin #F36C1C
RGB
CMYK
RGB Variations
Color information
#F36C1C (or 0xF36C1C) is known color: Pumpkin. HEX triplet: F3, 6C and 1C. RGB value is (243,108,28). Sum of RGB (Red+Green+Blue) = 243+108+28=379 (50% of max value = 765). Red value is 243 (95.31% from 255 or 64.12% from 379); Green value is 108 (42.58% from 255 or 28.50% from 379); Blue value is 28 (11.33% from 255 or 7.39% from 379); Max value from RGB is 243 - color contains mainly: red. Hex color #F36C1C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F36C1C is #0C93E3. Grayscale: #8B8B8B. Windows color (decimal): -824292 or 1862899. OLE color: 1862899.
HSL color Cylindrical-coordinate representation of color #F36C1C: hue angle of 22.33º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F36C1C is Cyan = 0, Magento = 0.56, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 108 | 28 | - |
| CMYK | 0 | 0.56 | 0.88 | 0.05 |
| HSL | 22.33º | 0.9% | 0.53% | - |
| HSV(B) | 22.33º | 0.88% | 0.95% | - |
| XYZ | 42.53 | 29.86 | 4.62 | - |
| YUV | 139.25 | 65.23 | 202 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 108 | 28 | 0 | 0.56 | 0.88 | 0.05 | 22.33 | 0.9 | 0.53 |
| Hex | F3 | 6C | 1C | 0 | 38 | 58 | 5 | 16 | 5A | 35 |
| Octal | 363 | 154 | 34 | 0 | 70 | 130 | 5 | 26 | 132 | 65 |
| Binary | 11110011 | 1101100 | 11100 | 0 | 111000 | 1011000 | 101 | 10110 | 1011010 | 110101 |
Color Harmonies of #F36C1C
Complementary color
Monochromatic Colors of #F36C1C
Black with #F36C1C
Text Example
Text Example
White with #F36C1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F36C1C; }
p { color: rgb(243,108,28); }
H1.HeaderClassName
{
color: #F36C1C;
}
.AnyTagClassName
{
color: #F36C1C;
}
</style>
background-color css
<style>
a { background-color: #F36C1C; }
a { background-color: rgb(243,108,28); }
div.DivClassName
{
background-color: #F36C1C;
}
.BgClassName
{
background-color: #F36C1C;
}
</style>
border-color css
<style>
span { border-color: #F36C1C; }
span { border-color: rgb(243,108,28); }
td.TdClassName
{
border-color: #F36C1C;
}
.TagClassName
{
border-color: #F36C1C;
}
</style>