Shades of Pumpkin #F5701A
Tints of Pumpkin #F5701A
RGB
CMYK
RGB Variations
Color information
#F5701A (or 0xF5701A) is known color: Pumpkin. HEX triplet: F5, 70 and 1A. RGB value is (245,112,26). Sum of RGB (Red+Green+Blue) = 245+112+26=383 (50% of max value = 765). Red value is 245 (96.09% from 255 or 63.97% from 383); Green value is 112 (44.14% from 255 or 29.24% from 383); Blue value is 26 (10.55% from 255 or 6.79% from 383); Max value from RGB is 245 - color contains mainly: red. Hex color #F5701A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F5701A is #0A8FE5. Grayscale: #8E8E8E. Windows color (decimal): -692198 or 1732853. OLE color: 1732853.
HSL color Cylindrical-coordinate representation of color #F5701A: hue angle of 23.56º 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 #F5701A is Cyan = 0, Magento = 0.54, Yellow = 0.89 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 112 | 26 | - |
| CMYK | 0 | 0.54 | 0.89 | 0.04 |
| HSL | 23.56º | 0.92% | 0.53% | - |
| HSV(B) | 23.56º | 0.89% | 0.96% | - |
| XYZ | 43.64 | 31.08 | 4.68 | - |
| YUV | 141.96 | 62.56 | 201.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 112 | 26 | 0 | 0.54 | 0.89 | 0.04 | 23.56 | 0.92 | 0.53 |
| Hex | F5 | 70 | 1A | 0 | 36 | 59 | 4 | 18 | 5C | 35 |
| Octal | 365 | 160 | 32 | 0 | 66 | 131 | 4 | 30 | 134 | 65 |
| Binary | 11110101 | 1110000 | 11010 | 0 | 110110 | 1011001 | 100 | 11000 | 1011100 | 110101 |
Color Harmonies of #F5701A
Complementary color
Monochromatic Colors of #F5701A
Black with #F5701A
Text Example
Text Example
White with #F5701A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5701A; }
p { color: rgb(245,112,26); }
H1.HeaderClassName
{
color: #F5701A;
}
.AnyTagClassName
{
color: #F5701A;
}
</style>
background-color css
<style>
a { background-color: #F5701A; }
a { background-color: rgb(245,112,26); }
div.DivClassName
{
background-color: #F5701A;
}
.BgClassName
{
background-color: #F5701A;
}
</style>
border-color css
<style>
span { border-color: #F5701A; }
span { border-color: rgb(245,112,26); }
td.TdClassName
{
border-color: #F5701A;
}
.TagClassName
{
border-color: #F5701A;
}
</style>