Shades of Pumpkin #F57813
Tints of Pumpkin #F57813
RGB
CMYK
RGB Variations
Color information
#F57813 (or 0xF57813) is known color: Pumpkin. HEX triplet: F5, 78 and 13. RGB value is (245,120,19). Sum of RGB (Red+Green+Blue) = 245+120+19=384 (50% of max value = 765). Red value is 245 (96.09% from 255 or 63.80% from 384); Green value is 120 (47.27% from 255 or 31.25% from 384); Blue value is 19 (7.81% from 255 or 4.95% from 384); Max value from RGB is 245 - color contains mainly: red. Hex color #F57813 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F57813 is #0A87EC. Grayscale: #929292. Windows color (decimal): -690157 or 1276149. OLE color: 1276149.
HSL color Cylindrical-coordinate representation of color #F57813: hue angle of 26.81º degrees, saturation: 0.92, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F57813 is Cyan = 0, Magento = 0.51, Yellow = 0.92 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 120 | 19 | - |
| CMYK | 0 | 0.51 | 0.92 | 0.04 |
| HSL | 26.81º | 0.92% | 0.52% | - |
| HSV(B) | 26.81º | 0.92% | 0.96% | - |
| XYZ | 44.49 | 32.89 | 4.62 | - |
| YUV | 145.86 | 56.41 | 198.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 120 | 19 | 0 | 0.51 | 0.92 | 0.04 | 26.81 | 0.92 | 0.52 |
| Hex | F5 | 78 | 13 | 0 | 33 | 5C | 4 | 1B | 5C | 34 |
| Octal | 365 | 170 | 23 | 0 | 63 | 134 | 4 | 33 | 134 | 64 |
| Binary | 11110101 | 1111000 | 10011 | 0 | 110011 | 1011100 | 100 | 11011 | 1011100 | 110100 |
Color Harmonies of #F57813
Complementary color
Monochromatic Colors of #F57813
Black with #F57813
Text Example
Text Example
White with #F57813
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F57813; }
p { color: rgb(245,120,19); }
H1.HeaderClassName
{
color: #F57813;
}
.AnyTagClassName
{
color: #F57813;
}
</style>
background-color css
<style>
a { background-color: #F57813; }
a { background-color: rgb(245,120,19); }
div.DivClassName
{
background-color: #F57813;
}
.BgClassName
{
background-color: #F57813;
}
</style>
border-color css
<style>
span { border-color: #F57813; }
span { border-color: rgb(245,120,19); }
td.TdClassName
{
border-color: #F57813;
}
.TagClassName
{
border-color: #F57813;
}
</style>