Shades of Pumpkin #F57C1E
Tints of Pumpkin #F57C1E
RGB
CMYK
RGB Variations
Color information
#F57C1E (or 0xF57C1E) is known color: Pumpkin. HEX triplet: F5, 7C and 1E. RGB value is (245,124,30). Sum of RGB (Red+Green+Blue) = 245+124+30=399 (52% of max value = 765). Red value is 245 (96.09% from 255 or 61.40% from 399); Green value is 124 (48.83% from 255 or 31.08% from 399); Blue value is 30 (12.11% from 255 or 7.52% from 399); Max value from RGB is 245 - color contains mainly: red. Hex color #F57C1E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F57C1E is #0A83E1. Grayscale: #959595. Windows color (decimal): -689122 or 1998069. OLE color: 1998069.
HSL color Cylindrical-coordinate representation of color #F57C1E: hue angle of 26.23º 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 #F57C1E is Cyan = 0, Magento = 0.49, Yellow = 0.88 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 124 | 30 | - |
| CMYK | 0 | 0.49 | 0.88 | 0.04 |
| HSL | 26.23º | 0.91% | 0.54% | - |
| HSV(B) | 26.23º | 0.88% | 0.96% | - |
| XYZ | 45.1 | 33.92 | 5.4 | - |
| YUV | 149.46 | 60.59 | 196.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 124 | 30 | 0 | 0.49 | 0.88 | 0.04 | 26.23 | 0.91 | 0.54 |
| Hex | F5 | 7C | 1E | 0 | 31 | 58 | 4 | 1A | 5B | 36 |
| Octal | 365 | 174 | 36 | 0 | 61 | 130 | 4 | 32 | 133 | 66 |
| Binary | 11110101 | 1111100 | 11110 | 0 | 110001 | 1011000 | 100 | 11010 | 1011011 | 110110 |
Color Harmonies of #F57C1E
Complementary color
Monochromatic Colors of #F57C1E
Black with #F57C1E
Text Example
Text Example
White with #F57C1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F57C1E; }
p { color: rgb(245,124,30); }
H1.HeaderClassName
{
color: #F57C1E;
}
.AnyTagClassName
{
color: #F57C1E;
}
</style>
background-color css
<style>
a { background-color: #F57C1E; }
a { background-color: rgb(245,124,30); }
div.DivClassName
{
background-color: #F57C1E;
}
.BgClassName
{
background-color: #F57C1E;
}
</style>
border-color css
<style>
span { border-color: #F57C1E; }
span { border-color: rgb(245,124,30); }
td.TdClassName
{
border-color: #F57C1E;
}
.TagClassName
{
border-color: #F57C1E;
}
</style>