Shades of Pumpkin #F5671E
Tints of Pumpkin #F5671E
RGB
CMYK
RGB Variations
Color information
#F5671E (or 0xF5671E) is known color: Pumpkin. HEX triplet: F5, 67 and 1E. RGB value is (245,103,30). Sum of RGB (Red+Green+Blue) = 245+103+30=378 (50% of max value = 765). Red value is 245 (96.09% from 255 or 64.81% from 378); Green value is 103 (40.62% from 255 or 27.25% from 378); Blue value is 30 (12.11% from 255 or 7.94% from 378); Max value from RGB is 245 - color contains mainly: red. Hex color #F5671E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F5671E is #0A98E1. Grayscale: #898989. Windows color (decimal): -694498 or 1992693. OLE color: 1992693.
HSL color Cylindrical-coordinate representation of color #F5671E: hue angle of 20.37º 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 #F5671E is Cyan = 0, Magento = 0.58, Yellow = 0.88 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 103 | 30 | - |
| CMYK | 0 | 0.58 | 0.88 | 0.04 |
| HSL | 20.37º | 0.91% | 0.54% | - |
| HSV(B) | 20.37º | 0.88% | 0.96% | - |
| XYZ | 42.74 | 29.21 | 4.61 | - |
| YUV | 137.14 | 67.54 | 204.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 103 | 30 | 0 | 0.58 | 0.88 | 0.04 | 20.37 | 0.91 | 0.54 |
| Hex | F5 | 67 | 1E | 0 | 3A | 58 | 4 | 14 | 5B | 36 |
| Octal | 365 | 147 | 36 | 0 | 72 | 130 | 4 | 24 | 133 | 66 |
| Binary | 11110101 | 1100111 | 11110 | 0 | 111010 | 1011000 | 100 | 10100 | 1011011 | 110110 |
Color Harmonies of #F5671E
Complementary color
Monochromatic Colors of #F5671E
Black with #F5671E
Text Example
Text Example
White with #F5671E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5671E; }
p { color: rgb(245,103,30); }
H1.HeaderClassName
{
color: #F5671E;
}
.AnyTagClassName
{
color: #F5671E;
}
</style>
background-color css
<style>
a { background-color: #F5671E; }
a { background-color: rgb(245,103,30); }
div.DivClassName
{
background-color: #F5671E;
}
.BgClassName
{
background-color: #F5671E;
}
</style>
border-color css
<style>
span { border-color: #F5671E; }
span { border-color: rgb(245,103,30); }
td.TdClassName
{
border-color: #F5671E;
}
.TagClassName
{
border-color: #F5671E;
}
</style>