Shades of Pumpkin #F5741B
Tints of Pumpkin #F5741B
RGB
CMYK
RGB Variations
Color information
#F5741B (or 0xF5741B) is known color: Pumpkin. HEX triplet: F5, 74 and 1B. RGB value is (245,116,27). Sum of RGB (Red+Green+Blue) = 245+116+27=388 (51% of max value = 765). Red value is 245 (96.09% from 255 or 63.14% from 388); Green value is 116 (45.70% from 255 or 29.90% from 388); Blue value is 27 (10.94% from 255 or 6.96% from 388); Max value from RGB is 245 - color contains mainly: red. Hex color #F5741B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F5741B is #0A8BE4. Grayscale: #909090. Windows color (decimal): -691173 or 1799413. OLE color: 1799413.
HSL color Cylindrical-coordinate representation of color #F5741B: hue angle of 24.5º 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 #F5741B is Cyan = 0, Magento = 0.53, Yellow = 0.89 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 116 | 27 | - |
| CMYK | 0 | 0.53 | 0.89 | 0.04 |
| HSL | 24.5º | 0.92% | 0.53% | - |
| HSV(B) | 24.5º | 0.89% | 0.96% | - |
| XYZ | 44.1 | 31.98 | 4.89 | - |
| YUV | 144.43 | 61.74 | 199.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 116 | 27 | 0 | 0.53 | 0.89 | 0.04 | 24.5 | 0.92 | 0.53 |
| Hex | F5 | 74 | 1B | 0 | 35 | 59 | 4 | 18 | 5C | 35 |
| Octal | 365 | 164 | 33 | 0 | 65 | 131 | 4 | 30 | 134 | 65 |
| Binary | 11110101 | 1110100 | 11011 | 0 | 110101 | 1011001 | 100 | 11000 | 1011100 | 110101 |
Color Harmonies of #F5741B
Complementary color
Monochromatic Colors of #F5741B
Black with #F5741B
Text Example
Text Example
White with #F5741B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5741B; }
p { color: rgb(245,116,27); }
H1.HeaderClassName
{
color: #F5741B;
}
.AnyTagClassName
{
color: #F5741B;
}
</style>
background-color css
<style>
a { background-color: #F5741B; }
a { background-color: rgb(245,116,27); }
div.DivClassName
{
background-color: #F5741B;
}
.BgClassName
{
background-color: #F5741B;
}
</style>
border-color css
<style>
span { border-color: #F5741B; }
span { border-color: rgb(245,116,27); }
td.TdClassName
{
border-color: #F5741B;
}
.TagClassName
{
border-color: #F5741B;
}
</style>