Shades of Pumpkin #F36220
Tints of Pumpkin #F36220
RGB
CMYK
RGB Variations
Color information
#F36220 (or 0xF36220) is known color: Pumpkin. HEX triplet: F3, 62 and 20. RGB value is (243,98,32). Sum of RGB (Red+Green+Blue) = 243+98+32=373 (49% of max value = 765). Red value is 243 (95.31% from 255 or 65.15% from 373); Green value is 98 (38.67% from 255 or 26.27% from 373); Blue value is 32 (12.89% from 255 or 8.58% from 373); Max value from RGB is 243 - color contains mainly: red. Hex color #F36220 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F36220 is #0C9DDF. Grayscale: #868686. Windows color (decimal): -826848 or 2122483. OLE color: 2122483.
HSL color Cylindrical-coordinate representation of color #F36220: hue angle of 18.77º degrees, saturation: 0.9, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F36220 is Cyan = 0, Magento = 0.60, Yellow = 0.87 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 98 | 32 | - |
| CMYK | 0 | 0.60 | 0.87 | 0.05 |
| HSL | 18.77º | 0.9% | 0.54% | - |
| HSV(B) | 18.77º | 0.87% | 0.95% | - |
| XYZ | 41.59 | 27.89 | 4.56 | - |
| YUV | 133.83 | 70.54 | 205.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 98 | 32 | 0 | 0.60 | 0.87 | 0.05 | 18.77 | 0.9 | 0.54 |
| Hex | F3 | 62 | 20 | 0 | 3C | 57 | 5 | 13 | 5A | 36 |
| Octal | 363 | 142 | 40 | 0 | 74 | 127 | 5 | 23 | 132 | 66 |
| Binary | 11110011 | 1100010 | 100000 | 0 | 111100 | 1010111 | 101 | 10011 | 1011010 | 110110 |
Color Harmonies of #F36220
Complementary color
Monochromatic Colors of #F36220
Black with #F36220
Text Example
Text Example
White with #F36220
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F36220; }
p { color: rgb(243,98,32); }
H1.HeaderClassName
{
color: #F36220;
}
.AnyTagClassName
{
color: #F36220;
}
</style>
background-color css
<style>
a { background-color: #F36220; }
a { background-color: rgb(243,98,32); }
div.DivClassName
{
background-color: #F36220;
}
.BgClassName
{
background-color: #F36220;
}
</style>
border-color css
<style>
span { border-color: #F36220; }
span { border-color: rgb(243,98,32); }
td.TdClassName
{
border-color: #F36220;
}
.TagClassName
{
border-color: #F36220;
}
</style>