Shades of Pumpkin #F46C14
Tints of Pumpkin #F46C14
RGB
CMYK
RGB Variations
Color information
#F46C14 (or 0xF46C14) is known color: Pumpkin. HEX triplet: F4, 6C and 14. RGB value is (244,108,20). Sum of RGB (Red+Green+Blue) = 244+108+20=372 (49% of max value = 765). Red value is 244 (95.70% from 255 or 65.59% from 372); Green value is 108 (42.58% from 255 or 29.03% from 372); Blue value is 20 (8.20% from 255 or 5.38% from 372); Max value from RGB is 244 - color contains mainly: red. Hex color #F46C14 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F46C14 is #0B93EB. Grayscale: #8B8B8B. Windows color (decimal): -758764 or 1338612. OLE color: 1338612.
HSL color Cylindrical-coordinate representation of color #F46C14: hue angle of 23.57º 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 #F46C14 is Cyan = 0, Magento = 0.56, Yellow = 0.92 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 108 | 20 | - |
| CMYK | 0 | 0.56 | 0.92 | 0.04 |
| HSL | 23.57º | 0.91% | 0.52% | - |
| HSV(B) | 23.57º | 0.92% | 0.96% | - |
| XYZ | 42.8 | 30.01 | 4.2 | - |
| YUV | 138.63 | 61.06 | 203.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 108 | 20 | 0 | 0.56 | 0.92 | 0.04 | 23.57 | 0.91 | 0.52 |
| Hex | F4 | 6C | 14 | 0 | 38 | 5C | 4 | 18 | 5B | 34 |
| Octal | 364 | 154 | 24 | 0 | 70 | 134 | 4 | 30 | 133 | 64 |
| Binary | 11110100 | 1101100 | 10100 | 0 | 111000 | 1011100 | 100 | 11000 | 1011011 | 110100 |
Color Harmonies of #F46C14
Complementary color
Monochromatic Colors of #F46C14
Black with #F46C14
Text Example
Text Example
White with #F46C14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F46C14; }
p { color: rgb(244,108,20); }
H1.HeaderClassName
{
color: #F46C14;
}
.AnyTagClassName
{
color: #F46C14;
}
</style>
background-color css
<style>
a { background-color: #F46C14; }
a { background-color: rgb(244,108,20); }
div.DivClassName
{
background-color: #F46C14;
}
.BgClassName
{
background-color: #F46C14;
}
</style>
border-color css
<style>
span { border-color: #F46C14; }
span { border-color: rgb(244,108,20); }
td.TdClassName
{
border-color: #F46C14;
}
.TagClassName
{
border-color: #F46C14;
}
</style>