Shades of Pumpkin #F57712
Tints of Pumpkin #F57712
RGB
CMYK
RGB Variations
Color information
#F57712 (or 0xF57712) is known color: Pumpkin. HEX triplet: F5, 77 and 12. RGB value is (245,119,18). Sum of RGB (Red+Green+Blue) = 245+119+18=382 (50% of max value = 765). Red value is 245 (96.09% from 255 or 64.14% from 382); Green value is 119 (46.88% from 255 or 31.15% from 382); Blue value is 18 (7.42% from 255 or 4.71% from 382); Max value from RGB is 245 - color contains mainly: red. Hex color #F57712 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F57712 is #0A88ED. Grayscale: #919191. Windows color (decimal): -690414 or 1210357. OLE color: 1210357.
HSL color Cylindrical-coordinate representation of color #F57712: hue angle of 26.7º degrees, saturation: 0.92, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F57712 is Cyan = 0, Magento = 0.51, Yellow = 0.93 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 119 | 18 | - |
| CMYK | 0 | 0.51 | 0.93 | 0.04 |
| HSL | 26.7º | 0.92% | 0.52% | - |
| HSV(B) | 26.7º | 0.93% | 0.96% | - |
| XYZ | 44.36 | 32.65 | 4.54 | - |
| YUV | 145.16 | 56.24 | 199.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 119 | 18 | 0 | 0.51 | 0.93 | 0.04 | 26.7 | 0.92 | 0.52 |
| Hex | F5 | 77 | 12 | 0 | 33 | 5D | 4 | 1B | 5C | 34 |
| Octal | 365 | 167 | 22 | 0 | 63 | 135 | 4 | 33 | 134 | 64 |
| Binary | 11110101 | 1110111 | 10010 | 0 | 110011 | 1011101 | 100 | 11011 | 1011100 | 110100 |
Color Harmonies of #F57712
Complementary color
Monochromatic Colors of #F57712
Black with #F57712
Text Example
Text Example
White with #F57712
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F57712; }
p { color: rgb(245,119,18); }
H1.HeaderClassName
{
color: #F57712;
}
.AnyTagClassName
{
color: #F57712;
}
</style>
background-color css
<style>
a { background-color: #F57712; }
a { background-color: rgb(245,119,18); }
div.DivClassName
{
background-color: #F57712;
}
.BgClassName
{
background-color: #F57712;
}
</style>
border-color css
<style>
span { border-color: #F57712; }
span { border-color: rgb(245,119,18); }
td.TdClassName
{
border-color: #F57712;
}
.TagClassName
{
border-color: #F57712;
}
</style>