Shades of Pumpkin #F4711C
Tints of Pumpkin #F4711C
RGB
CMYK
RGB Variations
Color information
#F4711C (or 0xF4711C) is known color: Pumpkin. HEX triplet: F4, 71 and 1C. RGB value is (244,113,28). Sum of RGB (Red+Green+Blue) = 244+113+28=385 (50% of max value = 765). Red value is 244 (95.70% from 255 or 63.38% from 385); Green value is 113 (44.53% from 255 or 29.35% from 385); Blue value is 28 (11.33% from 255 or 7.27% from 385); Max value from RGB is 244 - color contains mainly: red. Hex color #F4711C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F4711C is #0B8EE3. Grayscale: #8E8E8E. Windows color (decimal): -757476 or 1864180. OLE color: 1864180.
HSL color Cylindrical-coordinate representation of color #F4711C: hue angle of 23.61º 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 #F4711C is Cyan = 0, Magento = 0.54, Yellow = 0.89 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 113 | 28 | - |
| CMYK | 0 | 0.54 | 0.89 | 0.04 |
| HSL | 23.61º | 0.91% | 0.53% | - |
| HSV(B) | 23.61º | 0.89% | 0.96% | - |
| XYZ | 43.42 | 31.13 | 4.82 | - |
| YUV | 142.48 | 63.4 | 200.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 113 | 28 | 0 | 0.54 | 0.89 | 0.04 | 23.61 | 0.91 | 0.53 |
| Hex | F4 | 71 | 1C | 0 | 36 | 59 | 4 | 18 | 5B | 35 |
| Octal | 364 | 161 | 34 | 0 | 66 | 131 | 4 | 30 | 133 | 65 |
| Binary | 11110100 | 1110001 | 11100 | 0 | 110110 | 1011001 | 100 | 11000 | 1011011 | 110101 |
Color Harmonies of #F4711C
Complementary color
Monochromatic Colors of #F4711C
Black with #F4711C
Text Example
Text Example
White with #F4711C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4711C; }
p { color: rgb(244,113,28); }
H1.HeaderClassName
{
color: #F4711C;
}
.AnyTagClassName
{
color: #F4711C;
}
</style>
background-color css
<style>
a { background-color: #F4711C; }
a { background-color: rgb(244,113,28); }
div.DivClassName
{
background-color: #F4711C;
}
.BgClassName
{
background-color: #F4711C;
}
</style>
border-color css
<style>
span { border-color: #F4711C; }
span { border-color: rgb(244,113,28); }
td.TdClassName
{
border-color: #F4711C;
}
.TagClassName
{
border-color: #F4711C;
}
</style>