Shades of Pumpkin #F46514
Tints of Pumpkin #F46514
RGB
CMYK
RGB Variations
Color information
#F46514 (or 0xF46514) is known color: Pumpkin. HEX triplet: F4, 65 and 14. RGB value is (244,101,20). Sum of RGB (Red+Green+Blue) = 244+101+20=365 (48% of max value = 765). Red value is 244 (95.70% from 255 or 66.85% from 365); Green value is 101 (39.84% from 255 or 27.67% from 365); Blue value is 20 (8.20% from 255 or 5.48% from 365); Max value from RGB is 244 - color contains mainly: red. Hex color #F46514 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F46514 is #0B9AEB. Grayscale: #868686. Windows color (decimal): -760556 or 1336820. OLE color: 1336820.
HSL color Cylindrical-coordinate representation of color #F46514: hue angle of 21.7º degrees, saturation: 0.91, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F46514 is Cyan = 0, Magento = 0.59, Yellow = 0.92 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 101 | 20 | - |
| CMYK | 0 | 0.59 | 0.92 | 0.04 |
| HSL | 21.7º | 0.91% | 0.52% | - |
| HSV(B) | 21.7º | 0.92% | 0.96% | - |
| XYZ | 42.09 | 28.59 | 3.96 | - |
| YUV | 134.52 | 63.38 | 206.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 101 | 20 | 0 | 0.59 | 0.92 | 0.04 | 21.7 | 0.91 | 0.52 |
| Hex | F4 | 65 | 14 | 0 | 3B | 5C | 4 | 16 | 5B | 34 |
| Octal | 364 | 145 | 24 | 0 | 73 | 134 | 4 | 26 | 133 | 64 |
| Binary | 11110100 | 1100101 | 10100 | 0 | 111011 | 1011100 | 100 | 10110 | 1011011 | 110100 |
Color Harmonies of #F46514
Complementary color
Monochromatic Colors of #F46514
Black with #F46514
Text Example
Text Example
White with #F46514
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F46514; }
p { color: rgb(244,101,20); }
H1.HeaderClassName
{
color: #F46514;
}
.AnyTagClassName
{
color: #F46514;
}
</style>
background-color css
<style>
a { background-color: #F46514; }
a { background-color: rgb(244,101,20); }
div.DivClassName
{
background-color: #F46514;
}
.BgClassName
{
background-color: #F46514;
}
</style>
border-color css
<style>
span { border-color: #F46514; }
span { border-color: rgb(244,101,20); }
td.TdClassName
{
border-color: #F46514;
}
.TagClassName
{
border-color: #F46514;
}
</style>