Shades of Pumpkin #F4731D
Tints of Pumpkin #F4731D
RGB
CMYK
RGB Variations
Color information
#F4731D (or 0xF4731D) is known color: Pumpkin. HEX triplet: F4, 73 and 1D. RGB value is (244,115,29). Sum of RGB (Red+Green+Blue) = 244+115+29=388 (51% of max value = 765). Red value is 244 (95.70% from 255 or 62.89% from 388); Green value is 115 (45.31% from 255 or 29.64% from 388); Blue value is 29 (11.72% from 255 or 7.47% from 388); Max value from RGB is 244 - color contains mainly: red. Hex color #F4731D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F4731D is #0B8CE2. Grayscale: #909090. Windows color (decimal): -756963 or 1930228. OLE color: 1930228.
HSL color Cylindrical-coordinate representation of color #F4731D: hue angle of 24º 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 #F4731D is Cyan = 0, Magento = 0.53, Yellow = 0.88 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 115 | 29 | - |
| CMYK | 0 | 0.53 | 0.88 | 0.04 |
| HSL | 24º | 0.91% | 0.54% | - |
| HSV(B) | 24º | 0.88% | 0.96% | - |
| XYZ | 43.66 | 31.58 | 4.96 | - |
| YUV | 143.77 | 63.24 | 199.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 115 | 29 | 0 | 0.53 | 0.88 | 0.04 | 24 | 0.91 | 0.54 |
| Hex | F4 | 73 | 1D | 0 | 35 | 58 | 4 | 18 | 5B | 36 |
| Octal | 364 | 163 | 35 | 0 | 65 | 130 | 4 | 30 | 133 | 66 |
| Binary | 11110100 | 1110011 | 11101 | 0 | 110101 | 1011000 | 100 | 11000 | 1011011 | 110110 |
Color Harmonies of #F4731D
Complementary color
Monochromatic Colors of #F4731D
Black with #F4731D
Text Example
Text Example
White with #F4731D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4731D; }
p { color: rgb(244,115,29); }
H1.HeaderClassName
{
color: #F4731D;
}
.AnyTagClassName
{
color: #F4731D;
}
</style>
background-color css
<style>
a { background-color: #F4731D; }
a { background-color: rgb(244,115,29); }
div.DivClassName
{
background-color: #F4731D;
}
.BgClassName
{
background-color: #F4731D;
}
</style>
border-color css
<style>
span { border-color: #F4731D; }
span { border-color: rgb(244,115,29); }
td.TdClassName
{
border-color: #F4731D;
}
.TagClassName
{
border-color: #F4731D;
}
</style>