Shades of Pumpkin #F4731B
Tints of Pumpkin #F4731B
RGB
CMYK
RGB Variations
Color information
#F4731B (or 0xF4731B) is known color: Pumpkin. HEX triplet: F4, 73 and 1B. RGB value is (244,115,27). Sum of RGB (Red+Green+Blue) = 244+115+27=386 (51% of max value = 765). Red value is 244 (95.70% from 255 or 63.21% from 386); Green value is 115 (45.31% from 255 or 29.79% from 386); Blue value is 27 (10.94% from 255 or 6.99% from 386); Max value from RGB is 244 - color contains mainly: red. Hex color #F4731B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F4731B is #0B8CE4. Grayscale: #909090. Windows color (decimal): -756965 or 1799156. OLE color: 1799156.
HSL color Cylindrical-coordinate representation of color #F4731B: hue angle of 24.33º degrees, saturation: 0.91, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F4731B is Cyan = 0, Magento = 0.53, Yellow = 0.89 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 115 | 27 | - |
| CMYK | 0 | 0.53 | 0.89 | 0.04 |
| HSL | 24.33º | 0.91% | 0.53% | - |
| HSV(B) | 24.33º | 0.89% | 0.96% | - |
| XYZ | 43.64 | 31.57 | 4.83 | - |
| YUV | 143.54 | 62.24 | 199.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 115 | 27 | 0 | 0.53 | 0.89 | 0.04 | 24.33 | 0.91 | 0.53 |
| Hex | F4 | 73 | 1B | 0 | 35 | 59 | 4 | 18 | 5B | 35 |
| Octal | 364 | 163 | 33 | 0 | 65 | 131 | 4 | 30 | 133 | 65 |
| Binary | 11110100 | 1110011 | 11011 | 0 | 110101 | 1011001 | 100 | 11000 | 1011011 | 110101 |
Color Harmonies of #F4731B
Complementary color
Monochromatic Colors of #F4731B
Black with #F4731B
Text Example
Text Example
White with #F4731B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4731B; }
p { color: rgb(244,115,27); }
H1.HeaderClassName
{
color: #F4731B;
}
.AnyTagClassName
{
color: #F4731B;
}
</style>
background-color css
<style>
a { background-color: #F4731B; }
a { background-color: rgb(244,115,27); }
div.DivClassName
{
background-color: #F4731B;
}
.BgClassName
{
background-color: #F4731B;
}
</style>
border-color css
<style>
span { border-color: #F4731B; }
span { border-color: rgb(244,115,27); }
td.TdClassName
{
border-color: #F4731B;
}
.TagClassName
{
border-color: #F4731B;
}
</style>