Shades of Pumpkin #F5741A
Tints of Pumpkin #F5741A
RGB
CMYK
RGB Variations
Color information
#F5741A (or 0xF5741A) is known color: Pumpkin. HEX triplet: F5, 74 and 1A. RGB value is (245,116,26). Sum of RGB (Red+Green+Blue) = 245+116+26=387 (51% of max value = 765). Red value is 245 (96.09% from 255 or 63.31% from 387); Green value is 116 (45.70% from 255 or 29.97% from 387); Blue value is 26 (10.55% from 255 or 6.72% from 387); Max value from RGB is 245 - color contains mainly: red. Hex color #F5741A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F5741A is #0A8BE5. Grayscale: #909090. Windows color (decimal): -691174 or 1733877. OLE color: 1733877.
HSL color Cylindrical-coordinate representation of color #F5741A: hue angle of 24.66º 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 #F5741A is Cyan = 0, Magento = 0.53, Yellow = 0.89 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 116 | 26 | - |
| CMYK | 0 | 0.53 | 0.89 | 0.04 |
| HSL | 24.66º | 0.92% | 0.53% | - |
| HSV(B) | 24.66º | 0.89% | 0.96% | - |
| XYZ | 44.09 | 31.98 | 4.83 | - |
| YUV | 144.31 | 61.24 | 199.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 116 | 26 | 0 | 0.53 | 0.89 | 0.04 | 24.66 | 0.92 | 0.53 |
| Hex | F5 | 74 | 1A | 0 | 35 | 59 | 4 | 19 | 5C | 35 |
| Octal | 365 | 164 | 32 | 0 | 65 | 131 | 4 | 31 | 134 | 65 |
| Binary | 11110101 | 1110100 | 11010 | 0 | 110101 | 1011001 | 100 | 11001 | 1011100 | 110101 |
Color Harmonies of #F5741A
Complementary color
Monochromatic Colors of #F5741A
Black with #F5741A
Text Example
Text Example
White with #F5741A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5741A; }
p { color: rgb(245,116,26); }
H1.HeaderClassName
{
color: #F5741A;
}
.AnyTagClassName
{
color: #F5741A;
}
</style>
background-color css
<style>
a { background-color: #F5741A; }
a { background-color: rgb(245,116,26); }
div.DivClassName
{
background-color: #F5741A;
}
.BgClassName
{
background-color: #F5741A;
}
</style>
border-color css
<style>
span { border-color: #F5741A; }
span { border-color: rgb(245,116,26); }
td.TdClassName
{
border-color: #F5741A;
}
.TagClassName
{
border-color: #F5741A;
}
</style>