Shades of Pumpkin #F57713
Tints of Pumpkin #F57713
RGB
CMYK
RGB Variations
Color information
#F57713 (or 0xF57713) is known color: Pumpkin. HEX triplet: F5, 77 and 13. RGB value is (245,119,19). Sum of RGB (Red+Green+Blue) = 245+119+19=383 (50% of max value = 765). Red value is 245 (96.09% from 255 or 63.97% from 383); Green value is 119 (46.88% from 255 or 31.07% from 383); Blue value is 19 (7.81% from 255 or 4.96% from 383); Max value from RGB is 245 - color contains mainly: red. Hex color #F57713 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F57713 is #0A88EC. Grayscale: #919191. Windows color (decimal): -690413 or 1275893. OLE color: 1275893.
HSL color Cylindrical-coordinate representation of color #F57713: hue angle of 26.55º 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 #F57713 is Cyan = 0, Magento = 0.51, Yellow = 0.92 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 119 | 19 | - |
| CMYK | 0 | 0.51 | 0.92 | 0.04 |
| HSL | 26.55º | 0.92% | 0.52% | - |
| HSV(B) | 26.55º | 0.92% | 0.96% | - |
| XYZ | 44.37 | 32.65 | 4.58 | - |
| YUV | 145.27 | 56.74 | 199.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 119 | 19 | 0 | 0.51 | 0.92 | 0.04 | 26.55 | 0.92 | 0.52 |
| Hex | F5 | 77 | 13 | 0 | 33 | 5C | 4 | 1B | 5C | 34 |
| Octal | 365 | 167 | 23 | 0 | 63 | 134 | 4 | 33 | 134 | 64 |
| Binary | 11110101 | 1110111 | 10011 | 0 | 110011 | 1011100 | 100 | 11011 | 1011100 | 110100 |
Color Harmonies of #F57713
Complementary color
Monochromatic Colors of #F57713
Black with #F57713
Text Example
Text Example
White with #F57713
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F57713; }
p { color: rgb(245,119,19); }
H1.HeaderClassName
{
color: #F57713;
}
.AnyTagClassName
{
color: #F57713;
}
</style>
background-color css
<style>
a { background-color: #F57713; }
a { background-color: rgb(245,119,19); }
div.DivClassName
{
background-color: #F57713;
}
.BgClassName
{
background-color: #F57713;
}
</style>
border-color css
<style>
span { border-color: #F57713; }
span { border-color: rgb(245,119,19); }
td.TdClassName
{
border-color: #F57713;
}
.TagClassName
{
border-color: #F57713;
}
</style>