Shades of Pumpkin #F4711B
Tints of Pumpkin #F4711B
RGB
CMYK
RGB Variations
Color information
#F4711B (or 0xF4711B) is known color: Pumpkin. HEX triplet: F4, 71 and 1B. RGB value is (244,113,27). Sum of RGB (Red+Green+Blue) = 244+113+27=384 (50% of max value = 765). Red value is 244 (95.70% from 255 or 63.54% from 384); Green value is 113 (44.53% from 255 or 29.43% from 384); Blue value is 27 (10.94% from 255 or 7.03% from 384); Max value from RGB is 244 - color contains mainly: red. Hex color #F4711B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F4711B is #0B8EE4. Grayscale: #8E8E8E. Windows color (decimal): -757477 or 1798644. OLE color: 1798644.
HSL color Cylindrical-coordinate representation of color #F4711B: hue angle of 23.78º 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 #F4711B is Cyan = 0, Magento = 0.54, Yellow = 0.89 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 113 | 27 | - |
| CMYK | 0 | 0.54 | 0.89 | 0.04 |
| HSL | 23.78º | 0.91% | 0.53% | - |
| HSV(B) | 23.78º | 0.89% | 0.96% | - |
| XYZ | 43.41 | 31.12 | 4.76 | - |
| YUV | 142.37 | 62.9 | 200.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 113 | 27 | 0 | 0.54 | 0.89 | 0.04 | 23.78 | 0.91 | 0.53 |
| Hex | F4 | 71 | 1B | 0 | 36 | 59 | 4 | 18 | 5B | 35 |
| Octal | 364 | 161 | 33 | 0 | 66 | 131 | 4 | 30 | 133 | 65 |
| Binary | 11110100 | 1110001 | 11011 | 0 | 110110 | 1011001 | 100 | 11000 | 1011011 | 110101 |
Color Harmonies of #F4711B
Complementary color
Monochromatic Colors of #F4711B
Black with #F4711B
Text Example
Text Example
White with #F4711B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4711B; }
p { color: rgb(244,113,27); }
H1.HeaderClassName
{
color: #F4711B;
}
.AnyTagClassName
{
color: #F4711B;
}
</style>
background-color css
<style>
a { background-color: #F4711B; }
a { background-color: rgb(244,113,27); }
div.DivClassName
{
background-color: #F4711B;
}
.BgClassName
{
background-color: #F4711B;
}
</style>
border-color css
<style>
span { border-color: #F4711B; }
span { border-color: rgb(244,113,27); }
td.TdClassName
{
border-color: #F4711B;
}
.TagClassName
{
border-color: #F4711B;
}
</style>