Shades of Pumpkin #F47D0F
Tints of Pumpkin #F47D0F
RGB
CMYK
RGB Variations
Color information
#F47D0F (or 0xF47D0F) is known color: Pumpkin. HEX triplet: F4, 7D and 0F. RGB value is (244,125,15). Sum of RGB (Red+Green+Blue) = 244+125+15=384 (50% of max value = 765). Red value is 244 (95.70% from 255 or 63.54% from 384); Green value is 125 (49.22% from 255 or 32.55% from 384); Blue value is 15 (6.25% from 255 or 3.91% from 384); Max value from RGB is 244 - color contains mainly: red. Hex color #F47D0F is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F47D0F is #0B82F0. Grayscale: #949494. Windows color (decimal): -754417 or 1015284. OLE color: 1015284.
HSL color Cylindrical-coordinate representation of color #F47D0F: hue angle of 28.82º degrees, saturation: 0.91, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F47D0F is Cyan = 0, Magento = 0.49, Yellow = 0.94 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 125 | 15 | - |
| CMYK | 0 | 0.49 | 0.94 | 0.04 |
| HSL | 28.82º | 0.91% | 0.51% | - |
| HSV(B) | 28.82º | 0.94% | 0.96% | - |
| XYZ | 44.73 | 33.93 | 4.64 | - |
| YUV | 148.04 | 52.92 | 196.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 125 | 15 | 0 | 0.49 | 0.94 | 0.04 | 28.82 | 0.91 | 0.51 |
| Hex | F4 | 7D | F | 0 | 31 | 5E | 4 | 1D | 5B | 33 |
| Octal | 364 | 175 | 17 | 0 | 61 | 136 | 4 | 35 | 133 | 63 |
| Binary | 11110100 | 1111101 | 1111 | 0 | 110001 | 1011110 | 100 | 11101 | 1011011 | 110011 |
Color Harmonies of #F47D0F
Complementary color
Monochromatic Colors of #F47D0F
Black with #F47D0F
Text Example
Text Example
White with #F47D0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F47D0F; }
p { color: rgb(244,125,15); }
H1.HeaderClassName
{
color: #F47D0F;
}
.AnyTagClassName
{
color: #F47D0F;
}
</style>
background-color css
<style>
a { background-color: #F47D0F; }
a { background-color: rgb(244,125,15); }
div.DivClassName
{
background-color: #F47D0F;
}
.BgClassName
{
background-color: #F47D0F;
}
</style>
border-color css
<style>
span { border-color: #F47D0F; }
span { border-color: rgb(244,125,15); }
td.TdClassName
{
border-color: #F47D0F;
}
.TagClassName
{
border-color: #F47D0F;
}
</style>