Shades of Pumpkin #F3790D
Tints of Pumpkin #F3790D
RGB
CMYK
RGB Variations
Color information
#F3790D (or 0xF3790D) is known color: Pumpkin. HEX triplet: F3, 79 and 0D. RGB value is (243,121,13). Sum of RGB (Red+Green+Blue) = 243+121+13=377 (49% of max value = 765). Red value is 243 (95.31% from 255 or 64.46% from 377); Green value is 121 (47.66% from 255 or 32.10% from 377); Blue value is 13 (5.47% from 255 or 3.45% from 377); Max value from RGB is 243 - color contains mainly: red. Hex color #F3790D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F3790D is #0C86F2. Grayscale: #919191. Windows color (decimal): -820979 or 883187. OLE color: 883187.
HSL color Cylindrical-coordinate representation of color #F3790D: hue angle of 28.17º 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 #F3790D is Cyan = 0, Magento = 0.50, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 121 | 13 | - |
| CMYK | 0 | 0.50 | 0.95 | 0.05 |
| HSL | 28.17º | 0.91% | 0.5% | - |
| HSV(B) | 28.17º | 0.95% | 0.95% | - |
| XYZ | 43.87 | 32.76 | 4.39 | - |
| YUV | 145.17 | 53.42 | 197.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 121 | 13 | 0 | 0.50 | 0.95 | 0.05 | 28.17 | 0.91 | 0.5 |
| Hex | F3 | 79 | D | 0 | 32 | 5F | 5 | 1C | 5B | 32 |
| Octal | 363 | 171 | 15 | 0 | 62 | 137 | 5 | 34 | 133 | 62 |
| Binary | 11110011 | 1111001 | 1101 | 0 | 110010 | 1011111 | 101 | 11100 | 1011011 | 110010 |
Color Harmonies of #F3790D
Complementary color
Monochromatic Colors of #F3790D
Black with #F3790D
Text Example
Text Example
White with #F3790D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3790D; }
p { color: rgb(243,121,13); }
H1.HeaderClassName
{
color: #F3790D;
}
.AnyTagClassName
{
color: #F3790D;
}
</style>
background-color css
<style>
a { background-color: #F3790D; }
a { background-color: rgb(243,121,13); }
div.DivClassName
{
background-color: #F3790D;
}
.BgClassName
{
background-color: #F3790D;
}
</style>
border-color css
<style>
span { border-color: #F3790D; }
span { border-color: rgb(243,121,13); }
td.TdClassName
{
border-color: #F3790D;
}
.TagClassName
{
border-color: #F3790D;
}
</style>