Shades of Pumpkin #F57219
Tints of Pumpkin #F57219
RGB
CMYK
RGB Variations
Color information
#F57219 (or 0xF57219) is known color: Pumpkin. HEX triplet: F5, 72 and 19. RGB value is (245,114,25). Sum of RGB (Red+Green+Blue) = 245+114+25=384 (50% of max value = 765). Red value is 245 (96.09% from 255 or 63.80% from 384); Green value is 114 (44.92% from 255 or 29.69% from 384); Blue value is 25 (10.16% from 255 or 6.51% from 384); Max value from RGB is 245 - color contains mainly: red. Hex color #F57219 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F57219 is #0A8DE6. Grayscale: #8F8F8F. Windows color (decimal): -691687 or 1667829. OLE color: 1667829.
HSL color Cylindrical-coordinate representation of color #F57219: hue angle of 24.27º 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 #F57219 is Cyan = 0, Magento = 0.53, Yellow = 0.90 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 114 | 25 | - |
| CMYK | 0 | 0.53 | 0.90 | 0.04 |
| HSL | 24.27º | 0.92% | 0.53% | - |
| HSV(B) | 24.27º | 0.9% | 0.96% | - |
| XYZ | 43.85 | 31.52 | 4.69 | - |
| YUV | 143.02 | 61.4 | 200.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 114 | 25 | 0 | 0.53 | 0.90 | 0.04 | 24.27 | 0.92 | 0.53 |
| Hex | F5 | 72 | 19 | 0 | 35 | 5A | 4 | 18 | 5C | 35 |
| Octal | 365 | 162 | 31 | 0 | 65 | 132 | 4 | 30 | 134 | 65 |
| Binary | 11110101 | 1110010 | 11001 | 0 | 110101 | 1011010 | 100 | 11000 | 1011100 | 110101 |
Color Harmonies of #F57219
Complementary color
Monochromatic Colors of #F57219
Black with #F57219
Text Example
Text Example
White with #F57219
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F57219; }
p { color: rgb(245,114,25); }
H1.HeaderClassName
{
color: #F57219;
}
.AnyTagClassName
{
color: #F57219;
}
</style>
background-color css
<style>
a { background-color: #F57219; }
a { background-color: rgb(245,114,25); }
div.DivClassName
{
background-color: #F57219;
}
.BgClassName
{
background-color: #F57219;
}
</style>
border-color css
<style>
span { border-color: #F57219; }
span { border-color: rgb(245,114,25); }
td.TdClassName
{
border-color: #F57219;
}
.TagClassName
{
border-color: #F57219;
}
</style>