Shades of Pumpkin #F5761B
Tints of Pumpkin #F5761B
RGB
CMYK
RGB Variations
Color information
#F5761B (or 0xF5761B) is known color: Pumpkin. HEX triplet: F5, 76 and 1B. RGB value is (245,118,27). Sum of RGB (Red+Green+Blue) = 245+118+27=390 (51% of max value = 765). Red value is 245 (96.09% from 255 or 62.82% from 390); Green value is 118 (46.48% from 255 or 30.26% from 390); Blue value is 27 (10.94% from 255 or 6.92% from 390); Max value from RGB is 245 - color contains mainly: red. Hex color #F5761B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F5761B is #0A89E4. Grayscale: #929292. Windows color (decimal): -690661 or 1799925. OLE color: 1799925.
HSL color Cylindrical-coordinate representation of color #F5761B: hue angle of 25.05º 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 #F5761B is Cyan = 0, Magento = 0.52, Yellow = 0.89 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 118 | 27 | - |
| CMYK | 0 | 0.52 | 0.89 | 0.04 |
| HSL | 25.05º | 0.92% | 0.53% | - |
| HSV(B) | 25.05º | 0.89% | 0.96% | - |
| XYZ | 44.33 | 32.45 | 4.96 | - |
| YUV | 145.6 | 61.08 | 198.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 118 | 27 | 0 | 0.52 | 0.89 | 0.04 | 25.05 | 0.92 | 0.53 |
| Hex | F5 | 76 | 1B | 0 | 34 | 59 | 4 | 19 | 5C | 35 |
| Octal | 365 | 166 | 33 | 0 | 64 | 131 | 4 | 31 | 134 | 65 |
| Binary | 11110101 | 1110110 | 11011 | 0 | 110100 | 1011001 | 100 | 11001 | 1011100 | 110101 |
Color Harmonies of #F5761B
Complementary color
Monochromatic Colors of #F5761B
Black with #F5761B
Text Example
Text Example
White with #F5761B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5761B; }
p { color: rgb(245,118,27); }
H1.HeaderClassName
{
color: #F5761B;
}
.AnyTagClassName
{
color: #F5761B;
}
</style>
background-color css
<style>
a { background-color: #F5761B; }
a { background-color: rgb(245,118,27); }
div.DivClassName
{
background-color: #F5761B;
}
.BgClassName
{
background-color: #F5761B;
}
</style>
border-color css
<style>
span { border-color: #F5761B; }
span { border-color: rgb(245,118,27); }
td.TdClassName
{
border-color: #F5761B;
}
.TagClassName
{
border-color: #F5761B;
}
</style>