Shades of Pumpkin #F5811C
Tints of Pumpkin #F5811C
RGB
CMYK
RGB Variations
Color information
#F5811C (or 0xF5811C) is known color: Pumpkin. HEX triplet: F5, 81 and 1C. RGB value is (245,129,28). Sum of RGB (Red+Green+Blue) = 245+129+28=402 (53% of max value = 765). Red value is 245 (96.09% from 255 or 60.95% from 402); Green value is 129 (50.78% from 255 or 32.09% from 402); Blue value is 28 (11.33% from 255 or 6.97% from 402); Max value from RGB is 245 - color contains mainly: red. Hex color #F5811C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F5811C is #0A7EE3. Grayscale: #989898. Windows color (decimal): -687844 or 1868277. OLE color: 1868277.
HSL color Cylindrical-coordinate representation of color #F5811C: hue angle of 27.93º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F5811C is Cyan = 0, Magento = 0.47, Yellow = 0.89 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 129 | 28 | - |
| CMYK | 0 | 0.47 | 0.89 | 0.04 |
| HSL | 27.93º | 0.92% | 0.54% | - |
| HSV(B) | 27.93º | 0.89% | 0.96% | - |
| XYZ | 45.72 | 35.2 | 5.48 | - |
| YUV | 152.17 | 57.93 | 194.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 129 | 28 | 0 | 0.47 | 0.89 | 0.04 | 27.93 | 0.92 | 0.54 |
| Hex | F5 | 81 | 1C | 0 | 2F | 59 | 4 | 1C | 5C | 36 |
| Octal | 365 | 201 | 34 | 0 | 57 | 131 | 4 | 34 | 134 | 66 |
| Binary | 11110101 | 10000001 | 11100 | 0 | 101111 | 1011001 | 100 | 11100 | 1011100 | 110110 |
Color Harmonies of #F5811C
Complementary color
Monochromatic Colors of #F5811C
Black with #F5811C
Text Example
Text Example
White with #F5811C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5811C; }
p { color: rgb(245,129,28); }
H1.HeaderClassName
{
color: #F5811C;
}
.AnyTagClassName
{
color: #F5811C;
}
</style>
background-color css
<style>
a { background-color: #F5811C; }
a { background-color: rgb(245,129,28); }
div.DivClassName
{
background-color: #F5811C;
}
.BgClassName
{
background-color: #F5811C;
}
</style>
border-color css
<style>
span { border-color: #F5811C; }
span { border-color: rgb(245,129,28); }
td.TdClassName
{
border-color: #F5811C;
}
.TagClassName
{
border-color: #F5811C;
}
</style>