Shades of Pumpkin #F57626
Tints of Pumpkin #F57626
RGB
CMYK
RGB Variations
Color information
#F57626 (or 0xF57626) is known color: Pumpkin. HEX triplet: F5, 76 and 26. RGB value is (245,118,38). Sum of RGB (Red+Green+Blue) = 245+118+38=401 (53% of max value = 765). Red value is 245 (96.09% from 255 or 61.10% from 401); Green value is 118 (46.48% from 255 or 29.43% from 401); Blue value is 38 (15.23% from 255 or 9.48% from 401); Max value from RGB is 245 - color contains mainly: red. Hex color #F57626 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F57626 is #0A89D9. Grayscale: #939393. Windows color (decimal): -690650 or 2520821. OLE color: 2520821.
HSL color Cylindrical-coordinate representation of color #F57626: hue angle of 23.19º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F57626 is Cyan = 0, Magento = 0.52, Yellow = 0.84 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 118 | 38 | - |
| CMYK | 0 | 0.52 | 0.84 | 0.04 |
| HSL | 23.19º | 0.91% | 0.55% | - |
| HSV(B) | 23.19º | 0.84% | 0.96% | - |
| XYZ | 44.48 | 32.51 | 5.76 | - |
| YUV | 146.85 | 66.58 | 198 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 118 | 38 | 0 | 0.52 | 0.84 | 0.04 | 23.19 | 0.91 | 0.55 |
| Hex | F5 | 76 | 26 | 0 | 34 | 54 | 4 | 17 | 5B | 37 |
| Octal | 365 | 166 | 46 | 0 | 64 | 124 | 4 | 27 | 133 | 67 |
| Binary | 11110101 | 1110110 | 100110 | 0 | 110100 | 1010100 | 100 | 10111 | 1011011 | 110111 |
Color Harmonies of #F57626
Complementary color
Monochromatic Colors of #F57626
Black with #F57626
Text Example
Text Example
White with #F57626
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F57626; }
p { color: rgb(245,118,38); }
H1.HeaderClassName
{
color: #F57626;
}
.AnyTagClassName
{
color: #F57626;
}
</style>
background-color css
<style>
a { background-color: #F57626; }
a { background-color: rgb(245,118,38); }
div.DivClassName
{
background-color: #F57626;
}
.BgClassName
{
background-color: #F57626;
}
</style>
border-color css
<style>
span { border-color: #F57626; }
span { border-color: rgb(245,118,38); }
td.TdClassName
{
border-color: #F57626;
}
.TagClassName
{
border-color: #F57626;
}
</style>