Shades of Pumpkin #F4811C
Tints of Pumpkin #F4811C
RGB
CMYK
RGB Variations
Color information
#F4811C (or 0xF4811C) is known color: Pumpkin. HEX triplet: F4, 81 and 1C. RGB value is (244,129,28). Sum of RGB (Red+Green+Blue) = 244+129+28=401 (53% of max value = 765). Red value is 244 (95.70% from 255 or 60.85% from 401); Green value is 129 (50.78% from 255 or 32.17% from 401); Blue value is 28 (11.33% from 255 or 6.98% from 401); Max value from RGB is 244 - color contains mainly: red. Hex color #F4811C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F4811C is #0B7EE3. Grayscale: #989898. Windows color (decimal): -753380 or 1868276. OLE color: 1868276.
HSL color Cylindrical-coordinate representation of color #F4811C: hue angle of 28.06º 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 #F4811C is Cyan = 0, Magento = 0.47, Yellow = 0.89 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 129 | 28 | - |
| CMYK | 0 | 0.47 | 0.89 | 0.04 |
| HSL | 28.06º | 0.91% | 0.53% | - |
| HSV(B) | 28.06º | 0.89% | 0.96% | - |
| XYZ | 45.37 | 35.02 | 5.47 | - |
| YUV | 151.87 | 58.1 | 193.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 129 | 28 | 0 | 0.47 | 0.89 | 0.04 | 28.06 | 0.91 | 0.53 |
| Hex | F4 | 81 | 1C | 0 | 2F | 59 | 4 | 1C | 5B | 35 |
| Octal | 364 | 201 | 34 | 0 | 57 | 131 | 4 | 34 | 133 | 65 |
| Binary | 11110100 | 10000001 | 11100 | 0 | 101111 | 1011001 | 100 | 11100 | 1011011 | 110101 |
Color Harmonies of #F4811C
Complementary color
Monochromatic Colors of #F4811C
Black with #F4811C
Text Example
Text Example
White with #F4811C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4811C; }
p { color: rgb(244,129,28); }
H1.HeaderClassName
{
color: #F4811C;
}
.AnyTagClassName
{
color: #F4811C;
}
</style>
background-color css
<style>
a { background-color: #F4811C; }
a { background-color: rgb(244,129,28); }
div.DivClassName
{
background-color: #F4811C;
}
.BgClassName
{
background-color: #F4811C;
}
</style>
border-color css
<style>
span { border-color: #F4811C; }
span { border-color: rgb(244,129,28); }
td.TdClassName
{
border-color: #F4811C;
}
.TagClassName
{
border-color: #F4811C;
}
</style>