Shades of Pumpkin #F46712
Tints of Pumpkin #F46712
RGB
CMYK
RGB Variations
Color information
#F46712 (or 0xF46712) is known color: Pumpkin. HEX triplet: F4, 67 and 12. RGB value is (244,103,18). Sum of RGB (Red+Green+Blue) = 244+103+18=365 (48% of max value = 765). Red value is 244 (95.70% from 255 or 66.85% from 365); Green value is 103 (40.62% from 255 or 28.22% from 365); Blue value is 18 (7.42% from 255 or 4.93% from 365); Max value from RGB is 244 - color contains mainly: red. Hex color #F46712 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F46712 is #0B98ED. Grayscale: #878787. Windows color (decimal): -760046 or 1206260. OLE color: 1206260.
HSL color Cylindrical-coordinate representation of color #F46712: hue angle of 22.57º 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 #F46712 is Cyan = 0, Magento = 0.58, Yellow = 0.93 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 103 | 18 | - |
| CMYK | 0 | 0.58 | 0.93 | 0.04 |
| HSL | 22.57º | 0.91% | 0.51% | - |
| HSV(B) | 22.57º | 0.93% | 0.96% | - |
| XYZ | 42.27 | 28.98 | 3.94 | - |
| YUV | 135.47 | 61.71 | 205.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 103 | 18 | 0 | 0.58 | 0.93 | 0.04 | 22.57 | 0.91 | 0.51 |
| Hex | F4 | 67 | 12 | 0 | 3A | 5D | 4 | 17 | 5B | 33 |
| Octal | 364 | 147 | 22 | 0 | 72 | 135 | 4 | 27 | 133 | 63 |
| Binary | 11110100 | 1100111 | 10010 | 0 | 111010 | 1011101 | 100 | 10111 | 1011011 | 110011 |
Color Harmonies of #F46712
Complementary color
Monochromatic Colors of #F46712
Black with #F46712
Text Example
Text Example
White with #F46712
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F46712; }
p { color: rgb(244,103,18); }
H1.HeaderClassName
{
color: #F46712;
}
.AnyTagClassName
{
color: #F46712;
}
</style>
background-color css
<style>
a { background-color: #F46712; }
a { background-color: rgb(244,103,18); }
div.DivClassName
{
background-color: #F46712;
}
.BgClassName
{
background-color: #F46712;
}
</style>
border-color css
<style>
span { border-color: #F46712; }
span { border-color: rgb(244,103,18); }
td.TdClassName
{
border-color: #F46712;
}
.TagClassName
{
border-color: #F46712;
}
</style>