Shades of Pumpkin #F47D1E
Tints of Pumpkin #F47D1E
RGB
CMYK
RGB Variations
Color information
#F47D1E (or 0xF47D1E) is known color: Pumpkin. HEX triplet: F4, 7D and 1E. RGB value is (244,125,30). Sum of RGB (Red+Green+Blue) = 244+125+30=399 (52% of max value = 765). Red value is 244 (95.70% from 255 or 61.15% from 399); Green value is 125 (49.22% from 255 or 31.33% from 399); Blue value is 30 (12.11% from 255 or 7.52% from 399); Max value from RGB is 244 - color contains mainly: red. Hex color #F47D1E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F47D1E is #0B82E1. Grayscale: #969696. Windows color (decimal): -754402 or 1998324. OLE color: 1998324.
HSL color Cylindrical-coordinate representation of color #F47D1E: hue angle of 26.64º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F47D1E is Cyan = 0, Magento = 0.49, Yellow = 0.88 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 125 | 30 | - |
| CMYK | 0 | 0.49 | 0.88 | 0.04 |
| HSL | 26.64º | 0.91% | 0.54% | - |
| HSV(B) | 26.64º | 0.88% | 0.96% | - |
| XYZ | 44.88 | 33.99 | 5.42 | - |
| YUV | 149.75 | 60.42 | 195.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 125 | 30 | 0 | 0.49 | 0.88 | 0.04 | 26.64 | 0.91 | 0.54 |
| Hex | F4 | 7D | 1E | 0 | 31 | 58 | 4 | 1B | 5B | 36 |
| Octal | 364 | 175 | 36 | 0 | 61 | 130 | 4 | 33 | 133 | 66 |
| Binary | 11110100 | 1111101 | 11110 | 0 | 110001 | 1011000 | 100 | 11011 | 1011011 | 110110 |
Color Harmonies of #F47D1E
Complementary color
Monochromatic Colors of #F47D1E
Black with #F47D1E
Text Example
Text Example
White with #F47D1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F47D1E; }
p { color: rgb(244,125,30); }
H1.HeaderClassName
{
color: #F47D1E;
}
.AnyTagClassName
{
color: #F47D1E;
}
</style>
background-color css
<style>
a { background-color: #F47D1E; }
a { background-color: rgb(244,125,30); }
div.DivClassName
{
background-color: #F47D1E;
}
.BgClassName
{
background-color: #F47D1E;
}
</style>
border-color css
<style>
span { border-color: #F47D1E; }
span { border-color: rgb(244,125,30); }
td.TdClassName
{
border-color: #F47D1E;
}
.TagClassName
{
border-color: #F47D1E;
}
</style>