Shades of Pumpkin #F57412
Tints of Pumpkin #F57412
RGB
CMYK
RGB Variations
Color information
#F57412 (or 0xF57412) is known color: Pumpkin. HEX triplet: F5, 74 and 12. RGB value is (245,116,18). Sum of RGB (Red+Green+Blue) = 245+116+18=379 (50% of max value = 765). Red value is 245 (96.09% from 255 or 64.64% from 379); Green value is 116 (45.70% from 255 or 30.61% from 379); Blue value is 18 (7.42% from 255 or 4.75% from 379); Max value from RGB is 245 - color contains mainly: red. Hex color #F57412 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F57412 is #0A8BED. Grayscale: #8F8F8F. Windows color (decimal): -691182 or 1209589. OLE color: 1209589.
HSL color Cylindrical-coordinate representation of color #F57412: hue angle of 25.9º 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 #F57412 is Cyan = 0, Magento = 0.53, Yellow = 0.93 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 116 | 18 | - |
| CMYK | 0 | 0.53 | 0.93 | 0.04 |
| HSL | 25.9º | 0.92% | 0.52% | - |
| HSV(B) | 25.9º | 0.93% | 0.96% | - |
| XYZ | 44.01 | 31.95 | 4.42 | - |
| YUV | 143.4 | 57.24 | 200.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 116 | 18 | 0 | 0.53 | 0.93 | 0.04 | 25.9 | 0.92 | 0.52 |
| Hex | F5 | 74 | 12 | 0 | 35 | 5D | 4 | 1A | 5C | 34 |
| Octal | 365 | 164 | 22 | 0 | 65 | 135 | 4 | 32 | 134 | 64 |
| Binary | 11110101 | 1110100 | 10010 | 0 | 110101 | 1011101 | 100 | 11010 | 1011100 | 110100 |
Color Harmonies of #F57412
Complementary color
Monochromatic Colors of #F57412
Black with #F57412
Text Example
Text Example
White with #F57412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F57412; }
p { color: rgb(245,116,18); }
H1.HeaderClassName
{
color: #F57412;
}
.AnyTagClassName
{
color: #F57412;
}
</style>
background-color css
<style>
a { background-color: #F57412; }
a { background-color: rgb(245,116,18); }
div.DivClassName
{
background-color: #F57412;
}
.BgClassName
{
background-color: #F57412;
}
</style>
border-color css
<style>
span { border-color: #F57412; }
span { border-color: rgb(245,116,18); }
td.TdClassName
{
border-color: #F57412;
}
.TagClassName
{
border-color: #F57412;
}
</style>