Shades of Pumpkin #F45D1C
Tints of Pumpkin #F45D1C
RGB
CMYK
RGB Variations
Color information
#F45D1C (or 0xF45D1C) is known color: Pumpkin. HEX triplet: F4, 5D and 1C. RGB value is (244,93,28). Sum of RGB (Red+Green+Blue) = 244+93+28=365 (48% of max value = 765). Red value is 244 (95.70% from 255 or 66.85% from 365); Green value is 93 (36.72% from 255 or 25.48% from 365); Blue value is 28 (11.33% from 255 or 7.67% from 365); Max value from RGB is 244 - color contains mainly: red. Hex color #F45D1C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F45D1C is #0BA2E3. Grayscale: #838383. Windows color (decimal): -762596 or 1859060. OLE color: 1859060.
HSL color Cylindrical-coordinate representation of color #F45D1C: hue angle of 18.06º 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 #F45D1C is Cyan = 0, Magento = 0.62, Yellow = 0.89 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 93 | 28 | - |
| CMYK | 0 | 0.62 | 0.89 | 0.04 |
| HSL | 18.06º | 0.91% | 0.53% | - |
| HSV(B) | 18.06º | 0.89% | 0.96% | - |
| XYZ | 41.43 | 27.15 | 4.15 | - |
| YUV | 130.74 | 70.03 | 208.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 93 | 28 | 0 | 0.62 | 0.89 | 0.04 | 18.06 | 0.91 | 0.53 |
| Hex | F4 | 5D | 1C | 0 | 3E | 59 | 4 | 12 | 5B | 35 |
| Octal | 364 | 135 | 34 | 0 | 76 | 131 | 4 | 22 | 133 | 65 |
| Binary | 11110100 | 1011101 | 11100 | 0 | 111110 | 1011001 | 100 | 10010 | 1011011 | 110101 |
Color Harmonies of #F45D1C
Complementary color
Monochromatic Colors of #F45D1C
Black with #F45D1C
Text Example
Text Example
White with #F45D1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F45D1C; }
p { color: rgb(244,93,28); }
H1.HeaderClassName
{
color: #F45D1C;
}
.AnyTagClassName
{
color: #F45D1C;
}
</style>
background-color css
<style>
a { background-color: #F45D1C; }
a { background-color: rgb(244,93,28); }
div.DivClassName
{
background-color: #F45D1C;
}
.BgClassName
{
background-color: #F45D1C;
}
</style>
border-color css
<style>
span { border-color: #F45D1C; }
span { border-color: rgb(244,93,28); }
td.TdClassName
{
border-color: #F45D1C;
}
.TagClassName
{
border-color: #F45D1C;
}
</style>