Shades of Pumpkin #F58022
Tints of Pumpkin #F58022
RGB
CMYK
RGB Variations
Color information
#F58022 (or 0xF58022) is known color: Pumpkin. HEX triplet: F5, 80 and 22. RGB value is (245,128,34). Sum of RGB (Red+Green+Blue) = 245+128+34=407 (53% of max value = 765). Red value is 245 (96.09% from 255 or 60.20% from 407); Green value is 128 (50.39% from 255 or 31.45% from 407); Blue value is 34 (13.67% from 255 or 8.35% from 407); Max value from RGB is 245 - color contains mainly: red. Hex color #F58022 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F58022 is #0A7FDD. Grayscale: #989898. Windows color (decimal): -688094 or 2261237. OLE color: 2261237.
HSL color Cylindrical-coordinate representation of color #F58022: hue angle of 26.73º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F58022 is Cyan = 0, Magento = 0.48, Yellow = 0.86 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 128 | 34 | - |
| CMYK | 0 | 0.48 | 0.86 | 0.04 |
| HSL | 26.73º | 0.91% | 0.55% | - |
| HSV(B) | 26.73º | 0.86% | 0.96% | - |
| XYZ | 45.66 | 34.97 | 5.86 | - |
| YUV | 152.27 | 61.26 | 194.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 128 | 34 | 0 | 0.48 | 0.86 | 0.04 | 26.73 | 0.91 | 0.55 |
| Hex | F5 | 80 | 22 | 0 | 30 | 56 | 4 | 1B | 5B | 37 |
| Octal | 365 | 200 | 42 | 0 | 60 | 126 | 4 | 33 | 133 | 67 |
| Binary | 11110101 | 10000000 | 100010 | 0 | 110000 | 1010110 | 100 | 11011 | 1011011 | 110111 |
Color Harmonies of #F58022
Complementary color
Monochromatic Colors of #F58022
Black with #F58022
Text Example
Text Example
White with #F58022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F58022; }
p { color: rgb(245,128,34); }
H1.HeaderClassName
{
color: #F58022;
}
.AnyTagClassName
{
color: #F58022;
}
</style>
background-color css
<style>
a { background-color: #F58022; }
a { background-color: rgb(245,128,34); }
div.DivClassName
{
background-color: #F58022;
}
.BgClassName
{
background-color: #F58022;
}
</style>
border-color css
<style>
span { border-color: #F58022; }
span { border-color: rgb(245,128,34); }
td.TdClassName
{
border-color: #F58022;
}
.TagClassName
{
border-color: #F58022;
}
</style>