Shades of Pumpkin #F57326
Tints of Pumpkin #F57326
RGB
CMYK
RGB Variations
Color information
#F57326 (or 0xF57326) is known color: Pumpkin. HEX triplet: F5, 73 and 26. RGB value is (245,115,38). Sum of RGB (Red+Green+Blue) = 245+115+38=398 (52% of max value = 765). Red value is 245 (96.09% from 255 or 61.56% from 398); Green value is 115 (45.31% from 255 or 28.89% from 398); Blue value is 38 (15.23% from 255 or 9.55% from 398); Max value from RGB is 245 - color contains mainly: red. Hex color #F57326 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F57326 is #0A8CD9. Grayscale: #919191. Windows color (decimal): -691418 or 2520053. OLE color: 2520053.
HSL color Cylindrical-coordinate representation of color #F57326: hue angle of 22.32º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F57326 is Cyan = 0, Magento = 0.53, Yellow = 0.84 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 115 | 38 | - |
| CMYK | 0 | 0.53 | 0.84 | 0.04 |
| HSL | 22.32º | 0.91% | 0.55% | - |
| HSV(B) | 22.32º | 0.84% | 0.96% | - |
| XYZ | 44.14 | 31.81 | 5.65 | - |
| YUV | 145.09 | 67.57 | 199.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 115 | 38 | 0 | 0.53 | 0.84 | 0.04 | 22.32 | 0.91 | 0.55 |
| Hex | F5 | 73 | 26 | 0 | 35 | 54 | 4 | 16 | 5B | 37 |
| Octal | 365 | 163 | 46 | 0 | 65 | 124 | 4 | 26 | 133 | 67 |
| Binary | 11110101 | 1110011 | 100110 | 0 | 110101 | 1010100 | 100 | 10110 | 1011011 | 110111 |
Color Harmonies of #F57326
Complementary color
Monochromatic Colors of #F57326
Black with #F57326
Text Example
Text Example
White with #F57326
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F57326; }
p { color: rgb(245,115,38); }
H1.HeaderClassName
{
color: #F57326;
}
.AnyTagClassName
{
color: #F57326;
}
</style>
background-color css
<style>
a { background-color: #F57326; }
a { background-color: rgb(245,115,38); }
div.DivClassName
{
background-color: #F57326;
}
.BgClassName
{
background-color: #F57326;
}
</style>
border-color css
<style>
span { border-color: #F57326; }
span { border-color: rgb(245,115,38); }
td.TdClassName
{
border-color: #F57326;
}
.TagClassName
{
border-color: #F57326;
}
</style>