Shades of Pumpkin #F5671F
Tints of Pumpkin #F5671F
RGB
CMYK
RGB Variations
Color information
#F5671F (or 0xF5671F) is known color: Pumpkin. HEX triplet: F5, 67 and 1F. RGB value is (245,103,31). Sum of RGB (Red+Green+Blue) = 245+103+31=379 (50% of max value = 765). Red value is 245 (96.09% from 255 or 64.64% from 379); Green value is 103 (40.62% from 255 or 27.18% from 379); Blue value is 31 (12.5% from 255 or 8.18% from 379); Max value from RGB is 245 - color contains mainly: red. Hex color #F5671F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F5671F is #0A98E0. Grayscale: #898989. Windows color (decimal): -694497 or 2058229. OLE color: 2058229.
HSL color Cylindrical-coordinate representation of color #F5671F: hue angle of 20.19º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F5671F is Cyan = 0, Magento = 0.58, Yellow = 0.87 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 103 | 31 | - |
| CMYK | 0 | 0.58 | 0.87 | 0.04 |
| HSL | 20.19º | 0.91% | 0.54% | - |
| HSV(B) | 20.19º | 0.87% | 0.96% | - |
| XYZ | 42.75 | 29.21 | 4.68 | - |
| YUV | 137.25 | 68.04 | 204.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 103 | 31 | 0 | 0.58 | 0.87 | 0.04 | 20.19 | 0.91 | 0.54 |
| Hex | F5 | 67 | 1F | 0 | 3A | 57 | 4 | 14 | 5B | 36 |
| Octal | 365 | 147 | 37 | 0 | 72 | 127 | 4 | 24 | 133 | 66 |
| Binary | 11110101 | 1100111 | 11111 | 0 | 111010 | 1010111 | 100 | 10100 | 1011011 | 110110 |
Color Harmonies of #F5671F
Complementary color
Monochromatic Colors of #F5671F
Black with #F5671F
Text Example
Text Example
White with #F5671F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5671F; }
p { color: rgb(245,103,31); }
H1.HeaderClassName
{
color: #F5671F;
}
.AnyTagClassName
{
color: #F5671F;
}
</style>
background-color css
<style>
a { background-color: #F5671F; }
a { background-color: rgb(245,103,31); }
div.DivClassName
{
background-color: #F5671F;
}
.BgClassName
{
background-color: #F5671F;
}
</style>
border-color css
<style>
span { border-color: #F5671F; }
span { border-color: rgb(245,103,31); }
td.TdClassName
{
border-color: #F5671F;
}
.TagClassName
{
border-color: #F5671F;
}
</style>