Shades of Pumpkin #F57A1C
Tints of Pumpkin #F57A1C
RGB
CMYK
RGB Variations
Color information
#F57A1C (or 0xF57A1C) is known color: Pumpkin. HEX triplet: F5, 7A and 1C. RGB value is (245,122,28). Sum of RGB (Red+Green+Blue) = 245+122+28=395 (52% of max value = 765). Red value is 245 (96.09% from 255 or 62.03% from 395); Green value is 122 (48.05% from 255 or 30.89% from 395); Blue value is 28 (11.33% from 255 or 7.09% from 395); Max value from RGB is 245 - color contains mainly: red. Hex color #F57A1C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F57A1C is #0A85E3. Grayscale: #949494. Windows color (decimal): -689636 or 1866485. OLE color: 1866485.
HSL color Cylindrical-coordinate representation of color #F57A1C: hue angle of 25.99º 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 #F57A1C is Cyan = 0, Magento = 0.50, Yellow = 0.89 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 122 | 28 | - |
| CMYK | 0 | 0.50 | 0.89 | 0.04 |
| HSL | 25.99º | 0.92% | 0.54% | - |
| HSV(B) | 25.99º | 0.89% | 0.96% | - |
| XYZ | 44.83 | 33.42 | 5.19 | - |
| YUV | 148.06 | 60.25 | 197.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 122 | 28 | 0 | 0.50 | 0.89 | 0.04 | 25.99 | 0.92 | 0.54 |
| Hex | F5 | 7A | 1C | 0 | 32 | 59 | 4 | 1A | 5C | 36 |
| Octal | 365 | 172 | 34 | 0 | 62 | 131 | 4 | 32 | 134 | 66 |
| Binary | 11110101 | 1111010 | 11100 | 0 | 110010 | 1011001 | 100 | 11010 | 1011100 | 110110 |
Color Harmonies of #F57A1C
Complementary color
Monochromatic Colors of #F57A1C
Black with #F57A1C
Text Example
Text Example
White with #F57A1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F57A1C; }
p { color: rgb(245,122,28); }
H1.HeaderClassName
{
color: #F57A1C;
}
.AnyTagClassName
{
color: #F57A1C;
}
</style>
background-color css
<style>
a { background-color: #F57A1C; }
a { background-color: rgb(245,122,28); }
div.DivClassName
{
background-color: #F57A1C;
}
.BgClassName
{
background-color: #F57A1C;
}
</style>
border-color css
<style>
span { border-color: #F57A1C; }
span { border-color: rgb(245,122,28); }
td.TdClassName
{
border-color: #F57A1C;
}
.TagClassName
{
border-color: #F57A1C;
}
</style>