Shades of Pumpkin #F4790D
Tints of Pumpkin #F4790D
RGB
CMYK
RGB Variations
Color information
#F4790D (or 0xF4790D) is known color: Pumpkin. HEX triplet: F4, 79 and 0D. RGB value is (244,121,13). Sum of RGB (Red+Green+Blue) = 244+121+13=378 (50% of max value = 765). Red value is 244 (95.70% from 255 or 64.55% from 378); Green value is 121 (47.66% from 255 or 32.01% from 378); Blue value is 13 (5.47% from 255 or 3.44% from 378); Max value from RGB is 244 - color contains mainly: red. Hex color #F4790D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F4790D is #0B86F2. Grayscale: #929292. Windows color (decimal): -755443 or 883188. OLE color: 883188.
HSL color Cylindrical-coordinate representation of color #F4790D: hue angle of 28.05º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F4790D is Cyan = 0, Magento = 0.50, Yellow = 0.95 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 121 | 13 | - |
| CMYK | 0 | 0.50 | 0.95 | 0.04 |
| HSL | 28.05º | 0.91% | 0.5% | - |
| HSV(B) | 28.05º | 0.95% | 0.96% | - |
| XYZ | 44.22 | 32.94 | 4.41 | - |
| YUV | 145.47 | 53.25 | 198.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 121 | 13 | 0 | 0.50 | 0.95 | 0.04 | 28.05 | 0.91 | 0.5 |
| Hex | F4 | 79 | D | 0 | 32 | 5F | 4 | 1C | 5B | 32 |
| Octal | 364 | 171 | 15 | 0 | 62 | 137 | 4 | 34 | 133 | 62 |
| Binary | 11110100 | 1111001 | 1101 | 0 | 110010 | 1011111 | 100 | 11100 | 1011011 | 110010 |
Color Harmonies of #F4790D
Complementary color
Monochromatic Colors of #F4790D
Black with #F4790D
Text Example
Text Example
White with #F4790D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4790D; }
p { color: rgb(244,121,13); }
H1.HeaderClassName
{
color: #F4790D;
}
.AnyTagClassName
{
color: #F4790D;
}
</style>
background-color css
<style>
a { background-color: #F4790D; }
a { background-color: rgb(244,121,13); }
div.DivClassName
{
background-color: #F4790D;
}
.BgClassName
{
background-color: #F4790D;
}
</style>
border-color css
<style>
span { border-color: #F4790D; }
span { border-color: rgb(244,121,13); }
td.TdClassName
{
border-color: #F4790D;
}
.TagClassName
{
border-color: #F4790D;
}
</style>