Shades of Pumpkin #F5761A
Tints of Pumpkin #F5761A
RGB
CMYK
RGB Variations
Color information
#F5761A (or 0xF5761A) is known color: Pumpkin. HEX triplet: F5, 76 and 1A. RGB value is (245,118,26). Sum of RGB (Red+Green+Blue) = 245+118+26=389 (51% of max value = 765). Red value is 245 (96.09% from 255 or 62.98% from 389); Green value is 118 (46.48% from 255 or 30.33% from 389); Blue value is 26 (10.55% from 255 or 6.68% from 389); Max value from RGB is 245 - color contains mainly: red. Hex color #F5761A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F5761A is #0A89E5. Grayscale: #919191. Windows color (decimal): -690662 or 1734389. OLE color: 1734389.
HSL color Cylindrical-coordinate representation of color #F5761A: hue angle of 25.21º 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 #F5761A is Cyan = 0, Magento = 0.52, Yellow = 0.89 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 118 | 26 | - |
| CMYK | 0 | 0.52 | 0.89 | 0.04 |
| HSL | 25.21º | 0.92% | 0.53% | - |
| HSV(B) | 25.21º | 0.89% | 0.96% | - |
| XYZ | 44.32 | 32.44 | 4.9 | - |
| YUV | 145.49 | 60.58 | 198.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 118 | 26 | 0 | 0.52 | 0.89 | 0.04 | 25.21 | 0.92 | 0.53 |
| Hex | F5 | 76 | 1A | 0 | 34 | 59 | 4 | 19 | 5C | 35 |
| Octal | 365 | 166 | 32 | 0 | 64 | 131 | 4 | 31 | 134 | 65 |
| Binary | 11110101 | 1110110 | 11010 | 0 | 110100 | 1011001 | 100 | 11001 | 1011100 | 110101 |
Color Harmonies of #F5761A
Complementary color
Monochromatic Colors of #F5761A
Black with #F5761A
Text Example
Text Example
White with #F5761A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5761A; }
p { color: rgb(245,118,26); }
H1.HeaderClassName
{
color: #F5761A;
}
.AnyTagClassName
{
color: #F5761A;
}
</style>
background-color css
<style>
a { background-color: #F5761A; }
a { background-color: rgb(245,118,26); }
div.DivClassName
{
background-color: #F5761A;
}
.BgClassName
{
background-color: #F5761A;
}
</style>
border-color css
<style>
span { border-color: #F5761A; }
span { border-color: rgb(245,118,26); }
td.TdClassName
{
border-color: #F5761A;
}
.TagClassName
{
border-color: #F5761A;
}
</style>