Shades of Pumpkin #F5811E
Tints of Pumpkin #F5811E
RGB
CMYK
RGB Variations
Color information
#F5811E (or 0xF5811E) is known color: Pumpkin. HEX triplet: F5, 81 and 1E. RGB value is (245,129,30). Sum of RGB (Red+Green+Blue) = 245+129+30=404 (53% of max value = 765). Red value is 245 (96.09% from 255 or 60.64% from 404); Green value is 129 (50.78% from 255 or 31.93% from 404); Blue value is 30 (12.11% from 255 or 7.43% from 404); Max value from RGB is 245 - color contains mainly: red. Hex color #F5811E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F5811E is #0A7EE1. Grayscale: #989898. Windows color (decimal): -687842 or 1999349. OLE color: 1999349.
HSL color Cylindrical-coordinate representation of color #F5811E: hue angle of 27.63º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F5811E is Cyan = 0, Magento = 0.47, Yellow = 0.88 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 129 | 30 | - |
| CMYK | 0 | 0.47 | 0.88 | 0.04 |
| HSL | 27.63º | 0.91% | 0.54% | - |
| HSV(B) | 27.63º | 0.88% | 0.96% | - |
| XYZ | 45.74 | 35.21 | 5.61 | - |
| YUV | 152.4 | 58.93 | 194.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 129 | 30 | 0 | 0.47 | 0.88 | 0.04 | 27.63 | 0.91 | 0.54 |
| Hex | F5 | 81 | 1E | 0 | 2F | 58 | 4 | 1C | 5B | 36 |
| Octal | 365 | 201 | 36 | 0 | 57 | 130 | 4 | 34 | 133 | 66 |
| Binary | 11110101 | 10000001 | 11110 | 0 | 101111 | 1011000 | 100 | 11100 | 1011011 | 110110 |
Color Harmonies of #F5811E
Complementary color
Monochromatic Colors of #F5811E
Black with #F5811E
Text Example
Text Example
White with #F5811E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5811E; }
p { color: rgb(245,129,30); }
H1.HeaderClassName
{
color: #F5811E;
}
.AnyTagClassName
{
color: #F5811E;
}
</style>
background-color css
<style>
a { background-color: #F5811E; }
a { background-color: rgb(245,129,30); }
div.DivClassName
{
background-color: #F5811E;
}
.BgClassName
{
background-color: #F5811E;
}
</style>
border-color css
<style>
span { border-color: #F5811E; }
span { border-color: rgb(245,129,30); }
td.TdClassName
{
border-color: #F5811E;
}
.TagClassName
{
border-color: #F5811E;
}
</style>