Shades of Pumpkin #F4811A
Tints of Pumpkin #F4811A
RGB
CMYK
RGB Variations
Color information
#F4811A (or 0xF4811A) is known color: Pumpkin. HEX triplet: F4, 81 and 1A. RGB value is (244,129,26). Sum of RGB (Red+Green+Blue) = 244+129+26=399 (52% of max value = 765). Red value is 244 (95.70% from 255 or 61.15% from 399); Green value is 129 (50.78% from 255 or 32.33% from 399); Blue value is 26 (10.55% from 255 or 6.52% from 399); Max value from RGB is 244 - color contains mainly: red. Hex color #F4811A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F4811A is #0B7EE5. Grayscale: #989898. Windows color (decimal): -753382 or 1737204. OLE color: 1737204.
HSL color Cylindrical-coordinate representation of color #F4811A: hue angle of 28.35º 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 #F4811A is Cyan = 0, Magento = 0.47, Yellow = 0.89 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 129 | 26 | - |
| CMYK | 0 | 0.47 | 0.89 | 0.04 |
| HSL | 28.35º | 0.91% | 0.53% | - |
| HSV(B) | 28.35º | 0.89% | 0.96% | - |
| XYZ | 45.34 | 35.01 | 5.34 | - |
| YUV | 151.64 | 57.1 | 193.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 129 | 26 | 0 | 0.47 | 0.89 | 0.04 | 28.35 | 0.91 | 0.53 |
| Hex | F4 | 81 | 1A | 0 | 2F | 59 | 4 | 1C | 5B | 35 |
| Octal | 364 | 201 | 32 | 0 | 57 | 131 | 4 | 34 | 133 | 65 |
| Binary | 11110100 | 10000001 | 11010 | 0 | 101111 | 1011001 | 100 | 11100 | 1011011 | 110101 |
Color Harmonies of #F4811A
Complementary color
Monochromatic Colors of #F4811A
Black with #F4811A
Text Example
Text Example
White with #F4811A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4811A; }
p { color: rgb(244,129,26); }
H1.HeaderClassName
{
color: #F4811A;
}
.AnyTagClassName
{
color: #F4811A;
}
</style>
background-color css
<style>
a { background-color: #F4811A; }
a { background-color: rgb(244,129,26); }
div.DivClassName
{
background-color: #F4811A;
}
.BgClassName
{
background-color: #F4811A;
}
</style>
border-color css
<style>
span { border-color: #F4811A; }
span { border-color: rgb(244,129,26); }
td.TdClassName
{
border-color: #F4811A;
}
.TagClassName
{
border-color: #F4811A;
}
</style>