Shades of Pumpkin #F46D1B
Tints of Pumpkin #F46D1B
RGB
CMYK
RGB Variations
Color information
#F46D1B (or 0xF46D1B) is known color: Pumpkin. HEX triplet: F4, 6D and 1B. RGB value is (244,109,27). Sum of RGB (Red+Green+Blue) = 244+109+27=380 (50% of max value = 765). Red value is 244 (95.70% from 255 or 64.21% from 380); Green value is 109 (42.97% from 255 or 28.68% from 380); Blue value is 27 (10.94% from 255 or 7.11% from 380); Max value from RGB is 244 - color contains mainly: red. Hex color #F46D1B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F46D1B is #0B92E4. Grayscale: #8C8C8C. Windows color (decimal): -758501 or 1797620. OLE color: 1797620.
HSL color Cylindrical-coordinate representation of color #F46D1B: hue angle of 22.67º degrees, saturation: 0.91, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F46D1B is Cyan = 0, Magento = 0.55, Yellow = 0.89 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 109 | 27 | - |
| CMYK | 0 | 0.55 | 0.89 | 0.04 |
| HSL | 22.67º | 0.91% | 0.53% | - |
| HSV(B) | 22.67º | 0.89% | 0.96% | - |
| XYZ | 42.97 | 30.25 | 4.61 | - |
| YUV | 140.02 | 64.23 | 202.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 109 | 27 | 0 | 0.55 | 0.89 | 0.04 | 22.67 | 0.91 | 0.53 |
| Hex | F4 | 6D | 1B | 0 | 37 | 59 | 4 | 17 | 5B | 35 |
| Octal | 364 | 155 | 33 | 0 | 67 | 131 | 4 | 27 | 133 | 65 |
| Binary | 11110100 | 1101101 | 11011 | 0 | 110111 | 1011001 | 100 | 10111 | 1011011 | 110101 |
Color Harmonies of #F46D1B
Complementary color
Monochromatic Colors of #F46D1B
Black with #F46D1B
Text Example
Text Example
White with #F46D1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F46D1B; }
p { color: rgb(244,109,27); }
H1.HeaderClassName
{
color: #F46D1B;
}
.AnyTagClassName
{
color: #F46D1B;
}
</style>
background-color css
<style>
a { background-color: #F46D1B; }
a { background-color: rgb(244,109,27); }
div.DivClassName
{
background-color: #F46D1B;
}
.BgClassName
{
background-color: #F46D1B;
}
</style>
border-color css
<style>
span { border-color: #F46D1B; }
span { border-color: rgb(244,109,27); }
td.TdClassName
{
border-color: #F46D1B;
}
.TagClassName
{
border-color: #F46D1B;
}
</style>