Shades of Pumpkin #F4791D
Tints of Pumpkin #F4791D
RGB
CMYK
RGB Variations
Color information
#F4791D (or 0xF4791D) is known color: Pumpkin. HEX triplet: F4, 79 and 1D. RGB value is (244,121,29). Sum of RGB (Red+Green+Blue) = 244+121+29=394 (52% of max value = 765). Red value is 244 (95.70% from 255 or 61.93% from 394); Green value is 121 (47.66% from 255 or 30.71% from 394); Blue value is 29 (11.72% from 255 or 7.36% from 394); Max value from RGB is 244 - color contains mainly: red. Hex color #F4791D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F4791D is #0B86E2. Grayscale: #939393. Windows color (decimal): -755427 or 1931764. OLE color: 1931764.
HSL color Cylindrical-coordinate representation of color #F4791D: hue angle of 25.67º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F4791D is Cyan = 0, Magento = 0.50, Yellow = 0.88 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 121 | 29 | - |
| CMYK | 0 | 0.50 | 0.88 | 0.04 |
| HSL | 25.67º | 0.91% | 0.54% | - |
| HSV(B) | 25.67º | 0.88% | 0.96% | - |
| XYZ | 44.37 | 33 | 5.19 | - |
| YUV | 147.29 | 61.25 | 196.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 121 | 29 | 0 | 0.50 | 0.88 | 0.04 | 25.67 | 0.91 | 0.54 |
| Hex | F4 | 79 | 1D | 0 | 32 | 58 | 4 | 1A | 5B | 36 |
| Octal | 364 | 171 | 35 | 0 | 62 | 130 | 4 | 32 | 133 | 66 |
| Binary | 11110100 | 1111001 | 11101 | 0 | 110010 | 1011000 | 100 | 11010 | 1011011 | 110110 |
Color Harmonies of #F4791D
Complementary color
Monochromatic Colors of #F4791D
Black with #F4791D
Text Example
Text Example
White with #F4791D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4791D; }
p { color: rgb(244,121,29); }
H1.HeaderClassName
{
color: #F4791D;
}
.AnyTagClassName
{
color: #F4791D;
}
</style>
background-color css
<style>
a { background-color: #F4791D; }
a { background-color: rgb(244,121,29); }
div.DivClassName
{
background-color: #F4791D;
}
.BgClassName
{
background-color: #F4791D;
}
</style>
border-color css
<style>
span { border-color: #F4791D; }
span { border-color: rgb(244,121,29); }
td.TdClassName
{
border-color: #F4791D;
}
.TagClassName
{
border-color: #F4791D;
}
</style>