Shades of Pumpkin #F47D12
Tints of Pumpkin #F47D12
RGB
CMYK
RGB Variations
Color information
#F47D12 (or 0xF47D12) is known color: Pumpkin. HEX triplet: F4, 7D and 12. RGB value is (244,125,18). Sum of RGB (Red+Green+Blue) = 244+125+18=387 (51% of max value = 765). Red value is 244 (95.70% from 255 or 63.05% from 387); Green value is 125 (49.22% from 255 or 32.30% from 387); Blue value is 18 (7.42% from 255 or 4.65% from 387); Max value from RGB is 244 - color contains mainly: red. Hex color #F47D12 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F47D12 is #0B82ED. Grayscale: #949494. Windows color (decimal): -754414 or 1211892. OLE color: 1211892.
HSL color Cylindrical-coordinate representation of color #F47D12: hue angle of 28.41º degrees, saturation: 0.91, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F47D12 is Cyan = 0, Magento = 0.49, Yellow = 0.93 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 125 | 18 | - |
| CMYK | 0 | 0.49 | 0.93 | 0.04 |
| HSL | 28.41º | 0.91% | 0.51% | - |
| HSV(B) | 28.41º | 0.93% | 0.96% | - |
| XYZ | 44.75 | 33.94 | 4.77 | - |
| YUV | 148.38 | 54.42 | 196.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 125 | 18 | 0 | 0.49 | 0.93 | 0.04 | 28.41 | 0.91 | 0.51 |
| Hex | F4 | 7D | 12 | 0 | 31 | 5D | 4 | 1C | 5B | 33 |
| Octal | 364 | 175 | 22 | 0 | 61 | 135 | 4 | 34 | 133 | 63 |
| Binary | 11110100 | 1111101 | 10010 | 0 | 110001 | 1011101 | 100 | 11100 | 1011011 | 110011 |
Color Harmonies of #F47D12
Complementary color
Monochromatic Colors of #F47D12
Black with #F47D12
Text Example
Text Example
White with #F47D12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F47D12; }
p { color: rgb(244,125,18); }
H1.HeaderClassName
{
color: #F47D12;
}
.AnyTagClassName
{
color: #F47D12;
}
</style>
background-color css
<style>
a { background-color: #F47D12; }
a { background-color: rgb(244,125,18); }
div.DivClassName
{
background-color: #F47D12;
}
.BgClassName
{
background-color: #F47D12;
}
</style>
border-color css
<style>
span { border-color: #F47D12; }
span { border-color: rgb(244,125,18); }
td.TdClassName
{
border-color: #F47D12;
}
.TagClassName
{
border-color: #F47D12;
}
</style>