Shades of Pumpkin #F47828
Tints of Pumpkin #F47828
RGB
CMYK
RGB Variations
Color information
#F47828 (or 0xF47828) is known color: Pumpkin. HEX triplet: F4, 78 and 28. RGB value is (244,120,40). Sum of RGB (Red+Green+Blue) = 244+120+40=404 (53% of max value = 765). Red value is 244 (95.70% from 255 or 60.40% from 404); Green value is 120 (47.27% from 255 or 29.70% from 404); Blue value is 40 (16.02% from 255 or 9.90% from 404); Max value from RGB is 244 - color contains mainly: red. Hex color #F47828 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F47828 is #0B87D7. Grayscale: #949494. Windows color (decimal): -755672 or 2652404. OLE color: 2652404.
HSL color Cylindrical-coordinate representation of color #F47828: hue angle of 23.53º degrees, saturation: 0.9, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F47828 is Cyan = 0, Magento = 0.51, Yellow = 0.84 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 120 | 40 | - |
| CMYK | 0 | 0.51 | 0.84 | 0.04 |
| HSL | 23.53º | 0.9% | 0.56% | - |
| HSV(B) | 23.53º | 0.84% | 0.96% | - |
| XYZ | 44.41 | 32.82 | 6 | - |
| YUV | 147.96 | 67.08 | 196.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 120 | 40 | 0 | 0.51 | 0.84 | 0.04 | 23.53 | 0.9 | 0.56 |
| Hex | F4 | 78 | 28 | 0 | 33 | 54 | 4 | 18 | 5A | 38 |
| Octal | 364 | 170 | 50 | 0 | 63 | 124 | 4 | 30 | 132 | 70 |
| Binary | 11110100 | 1111000 | 101000 | 0 | 110011 | 1010100 | 100 | 11000 | 1011010 | 111000 |
Color Harmonies of #F47828
Complementary color
Monochromatic Colors of #F47828
Black with #F47828
Text Example
Text Example
White with #F47828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F47828; }
p { color: rgb(244,120,40); }
H1.HeaderClassName
{
color: #F47828;
}
.AnyTagClassName
{
color: #F47828;
}
</style>
background-color css
<style>
a { background-color: #F47828; }
a { background-color: rgb(244,120,40); }
div.DivClassName
{
background-color: #F47828;
}
.BgClassName
{
background-color: #F47828;
}
</style>
border-color css
<style>
span { border-color: #F47828; }
span { border-color: rgb(244,120,40); }
td.TdClassName
{
border-color: #F47828;
}
.TagClassName
{
border-color: #F47828;
}
</style>