Shades of Pumpkin #F46D1A
Tints of Pumpkin #F46D1A
RGB
CMYK
RGB Variations
Color information
#F46D1A (or 0xF46D1A) is known color: Pumpkin. HEX triplet: F4, 6D and 1A. RGB value is (244,109,26). Sum of RGB (Red+Green+Blue) = 244+109+26=379 (50% of max value = 765). Red value is 244 (95.70% from 255 or 64.38% from 379); Green value is 109 (42.97% from 255 or 28.76% from 379); Blue value is 26 (10.55% from 255 or 6.86% from 379); Max value from RGB is 244 - color contains mainly: red. Hex color #F46D1A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F46D1A is #0B92E5. Grayscale: #8C8C8C. Windows color (decimal): -758502 or 1732084. OLE color: 1732084.
HSL color Cylindrical-coordinate representation of color #F46D1A: hue angle of 22.84º 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 #F46D1A is Cyan = 0, Magento = 0.55, Yellow = 0.89 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 109 | 26 | - |
| CMYK | 0 | 0.55 | 0.89 | 0.04 |
| HSL | 22.84º | 0.91% | 0.53% | - |
| HSV(B) | 22.84º | 0.89% | 0.96% | - |
| XYZ | 42.96 | 30.24 | 4.55 | - |
| YUV | 139.9 | 63.73 | 202.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 109 | 26 | 0 | 0.55 | 0.89 | 0.04 | 22.84 | 0.91 | 0.53 |
| Hex | F4 | 6D | 1A | 0 | 37 | 59 | 4 | 17 | 5B | 35 |
| Octal | 364 | 155 | 32 | 0 | 67 | 131 | 4 | 27 | 133 | 65 |
| Binary | 11110100 | 1101101 | 11010 | 0 | 110111 | 1011001 | 100 | 10111 | 1011011 | 110101 |
Color Harmonies of #F46D1A
Complementary color
Monochromatic Colors of #F46D1A
Black with #F46D1A
Text Example
Text Example
White with #F46D1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F46D1A; }
p { color: rgb(244,109,26); }
H1.HeaderClassName
{
color: #F46D1A;
}
.AnyTagClassName
{
color: #F46D1A;
}
</style>
background-color css
<style>
a { background-color: #F46D1A; }
a { background-color: rgb(244,109,26); }
div.DivClassName
{
background-color: #F46D1A;
}
.BgClassName
{
background-color: #F46D1A;
}
</style>
border-color css
<style>
span { border-color: #F46D1A; }
span { border-color: rgb(244,109,26); }
td.TdClassName
{
border-color: #F46D1A;
}
.TagClassName
{
border-color: #F46D1A;
}
</style>