Shades of Pumpkin #F47A1B
Tints of Pumpkin #F47A1B
RGB
CMYK
RGB Variations
Color information
#F47A1B (or 0xF47A1B) is known color: Pumpkin. HEX triplet: F4, 7A and 1B. RGB value is (244,122,27). Sum of RGB (Red+Green+Blue) = 244+122+27=393 (52% of max value = 765). Red value is 244 (95.70% from 255 or 62.09% from 393); Green value is 122 (48.05% from 255 or 31.04% from 393); Blue value is 27 (10.94% from 255 or 6.87% from 393); Max value from RGB is 244 - color contains mainly: red. Hex color #F47A1B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F47A1B is #0B85E4. Grayscale: #949494. Windows color (decimal): -755173 or 1800948. OLE color: 1800948.
HSL color Cylindrical-coordinate representation of color #F47A1B: hue angle of 26.27º 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 #F47A1B is Cyan = 0, Magento = 0.5, Yellow = 0.89 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 122 | 27 | - |
| CMYK | 0 | 0.5 | 0.89 | 0.04 |
| HSL | 26.27º | 0.91% | 0.53% | - |
| HSV(B) | 26.27º | 0.89% | 0.96% | - |
| XYZ | 44.47 | 33.23 | 5.11 | - |
| YUV | 147.65 | 59.92 | 196.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 122 | 27 | 0 | 0.5 | 0.89 | 0.04 | 26.27 | 0.91 | 0.53 |
| Hex | F4 | 7A | 1B | 0 | 32 | 59 | 4 | 1A | 5B | 35 |
| Octal | 364 | 172 | 33 | 0 | 62 | 131 | 4 | 32 | 133 | 65 |
| Binary | 11110100 | 1111010 | 11011 | 0 | 110010 | 1011001 | 100 | 11010 | 1011011 | 110101 |
Color Harmonies of #F47A1B
Complementary color
Monochromatic Colors of #F47A1B
Black with #F47A1B
Text Example
Text Example
White with #F47A1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F47A1B; }
p { color: rgb(244,122,27); }
H1.HeaderClassName
{
color: #F47A1B;
}
.AnyTagClassName
{
color: #F47A1B;
}
</style>
background-color css
<style>
a { background-color: #F47A1B; }
a { background-color: rgb(244,122,27); }
div.DivClassName
{
background-color: #F47A1B;
}
.BgClassName
{
background-color: #F47A1B;
}
</style>
border-color css
<style>
span { border-color: #F47A1B; }
span { border-color: rgb(244,122,27); }
td.TdClassName
{
border-color: #F47A1B;
}
.TagClassName
{
border-color: #F47A1B;
}
</style>