Shades of Pumpkin #F5731A
Tints of Pumpkin #F5731A
RGB
CMYK
RGB Variations
Color information
#F5731A (or 0xF5731A) is known color: Pumpkin. HEX triplet: F5, 73 and 1A. RGB value is (245,115,26). Sum of RGB (Red+Green+Blue) = 245+115+26=386 (51% of max value = 765). Red value is 245 (96.09% from 255 or 63.47% from 386); Green value is 115 (45.31% from 255 or 29.79% from 386); Blue value is 26 (10.55% from 255 or 6.74% from 386); Max value from RGB is 245 - color contains mainly: red. Hex color #F5731A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F5731A is #0A8CE5. Grayscale: #909090. Windows color (decimal): -691430 or 1733621. OLE color: 1733621.
HSL color Cylindrical-coordinate representation of color #F5731A: hue angle of 24.38º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F5731A is Cyan = 0, Magento = 0.53, Yellow = 0.89 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 115 | 26 | - |
| CMYK | 0 | 0.53 | 0.89 | 0.04 |
| HSL | 24.38º | 0.92% | 0.53% | - |
| HSV(B) | 24.38º | 0.89% | 0.96% | - |
| XYZ | 43.97 | 31.75 | 4.79 | - |
| YUV | 143.72 | 61.57 | 200.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 115 | 26 | 0 | 0.53 | 0.89 | 0.04 | 24.38 | 0.92 | 0.53 |
| Hex | F5 | 73 | 1A | 0 | 35 | 59 | 4 | 18 | 5C | 35 |
| Octal | 365 | 163 | 32 | 0 | 65 | 131 | 4 | 30 | 134 | 65 |
| Binary | 11110101 | 1110011 | 11010 | 0 | 110101 | 1011001 | 100 | 11000 | 1011100 | 110101 |
Color Harmonies of #F5731A
Complementary color
Monochromatic Colors of #F5731A
Black with #F5731A
Text Example
Text Example
White with #F5731A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5731A; }
p { color: rgb(245,115,26); }
H1.HeaderClassName
{
color: #F5731A;
}
.AnyTagClassName
{
color: #F5731A;
}
</style>
background-color css
<style>
a { background-color: #F5731A; }
a { background-color: rgb(245,115,26); }
div.DivClassName
{
background-color: #F5731A;
}
.BgClassName
{
background-color: #F5731A;
}
</style>
border-color css
<style>
span { border-color: #F5731A; }
span { border-color: rgb(245,115,26); }
td.TdClassName
{
border-color: #F5731A;
}
.TagClassName
{
border-color: #F5731A;
}
</style>