Shades of Pumpkin #F58027
Tints of Pumpkin #F58027
RGB
CMYK
RGB Variations
Color information
#F58027 (or 0xF58027) is known color: Pumpkin. HEX triplet: F5, 80 and 27. RGB value is (245,128,39). Sum of RGB (Red+Green+Blue) = 245+128+39=412 (54% of max value = 765). Red value is 245 (96.09% from 255 or 59.47% from 412); Green value is 128 (50.39% from 255 or 31.07% from 412); Blue value is 39 (15.62% from 255 or 9.47% from 412); Max value from RGB is 245 - color contains mainly: red. Hex color #F58027 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F58027 is #0A7FD8. Grayscale: #999999. Windows color (decimal): -688089 or 2588917. OLE color: 2588917.
HSL color Cylindrical-coordinate representation of color #F58027: hue angle of 25.92º degrees, saturation: 0.91, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F58027 is Cyan = 0, Magento = 0.48, Yellow = 0.84 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 128 | 39 | - |
| CMYK | 0 | 0.48 | 0.84 | 0.04 |
| HSL | 25.92º | 0.91% | 0.56% | - |
| HSV(B) | 25.92º | 0.84% | 0.96% | - |
| XYZ | 45.74 | 35 | 6.26 | - |
| YUV | 152.84 | 63.76 | 193.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 128 | 39 | 0 | 0.48 | 0.84 | 0.04 | 25.92 | 0.91 | 0.56 |
| Hex | F5 | 80 | 27 | 0 | 30 | 54 | 4 | 1A | 5B | 38 |
| Octal | 365 | 200 | 47 | 0 | 60 | 124 | 4 | 32 | 133 | 70 |
| Binary | 11110101 | 10000000 | 100111 | 0 | 110000 | 1010100 | 100 | 11010 | 1011011 | 111000 |
Color Harmonies of #F58027
Complementary color
Monochromatic Colors of #F58027
Black with #F58027
Text Example
Text Example
White with #F58027
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F58027; }
p { color: rgb(245,128,39); }
H1.HeaderClassName
{
color: #F58027;
}
.AnyTagClassName
{
color: #F58027;
}
</style>
background-color css
<style>
a { background-color: #F58027; }
a { background-color: rgb(245,128,39); }
div.DivClassName
{
background-color: #F58027;
}
.BgClassName
{
background-color: #F58027;
}
</style>
border-color css
<style>
span { border-color: #F58027; }
span { border-color: rgb(245,128,39); }
td.TdClassName
{
border-color: #F58027;
}
.TagClassName
{
border-color: #F58027;
}
</style>