Shades of Pumpkin #F57E19
Tints of Pumpkin #F57E19
RGB
CMYK
RGB Variations
Color information
#F57E19 (or 0xF57E19) is known color: Pumpkin. HEX triplet: F5, 7E and 19. RGB value is (245,126,25). Sum of RGB (Red+Green+Blue) = 245+126+25=396 (52% of max value = 765). Red value is 245 (96.09% from 255 or 61.87% from 396); Green value is 126 (49.61% from 255 or 31.82% from 396); Blue value is 25 (10.16% from 255 or 6.31% from 396); Max value from RGB is 245 - color contains mainly: red. Hex color #F57E19 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F57E19 is #0A81E6. Grayscale: #969696. Windows color (decimal): -688615 or 1670901. OLE color: 1670901.
HSL color Cylindrical-coordinate representation of color #F57E19: hue angle of 27.55º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F57E19 is Cyan = 0, Magento = 0.49, Yellow = 0.90 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 126 | 25 | - |
| CMYK | 0 | 0.49 | 0.90 | 0.04 |
| HSL | 27.55º | 0.92% | 0.53% | - |
| HSV(B) | 27.55º | 0.9% | 0.96% | - |
| XYZ | 45.29 | 34.4 | 5.17 | - |
| YUV | 150.07 | 57.42 | 195.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 126 | 25 | 0 | 0.49 | 0.90 | 0.04 | 27.55 | 0.92 | 0.53 |
| Hex | F5 | 7E | 19 | 0 | 31 | 5A | 4 | 1C | 5C | 35 |
| Octal | 365 | 176 | 31 | 0 | 61 | 132 | 4 | 34 | 134 | 65 |
| Binary | 11110101 | 1111110 | 11001 | 0 | 110001 | 1011010 | 100 | 11100 | 1011100 | 110101 |
Color Harmonies of #F57E19
Complementary color
Monochromatic Colors of #F57E19
Black with #F57E19
Text Example
Text Example
White with #F57E19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F57E19; }
p { color: rgb(245,126,25); }
H1.HeaderClassName
{
color: #F57E19;
}
.AnyTagClassName
{
color: #F57E19;
}
</style>
background-color css
<style>
a { background-color: #F57E19; }
a { background-color: rgb(245,126,25); }
div.DivClassName
{
background-color: #F57E19;
}
.BgClassName
{
background-color: #F57E19;
}
</style>
border-color css
<style>
span { border-color: #F57E19; }
span { border-color: rgb(245,126,25); }
td.TdClassName
{
border-color: #F57E19;
}
.TagClassName
{
border-color: #F57E19;
}
</style>