Shades of Pumpkin #F57F26
Tints of Pumpkin #F57F26
RGB
CMYK
RGB Variations
Color information
#F57F26 (or 0xF57F26) is known color: Pumpkin. HEX triplet: F5, 7F and 26. RGB value is (245,127,38). Sum of RGB (Red+Green+Blue) = 245+127+38=410 (54% of max value = 765). Red value is 245 (96.09% from 255 or 59.76% from 410); Green value is 127 (50% from 255 or 30.98% from 410); Blue value is 38 (15.23% from 255 or 9.27% from 410); Max value from RGB is 245 - color contains mainly: red. Hex color #F57F26 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F57F26 is #0A80D9. Grayscale: #989898. Windows color (decimal): -688346 or 2523125. OLE color: 2523125.
HSL color Cylindrical-coordinate representation of color #F57F26: hue angle of 25.8º 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 #F57F26 is Cyan = 0, Magento = 0.48, Yellow = 0.84 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 127 | 38 | - |
| CMYK | 0 | 0.48 | 0.84 | 0.04 |
| HSL | 25.8º | 0.91% | 0.55% | - |
| HSV(B) | 25.8º | 0.84% | 0.96% | - |
| XYZ | 45.6 | 34.73 | 6.13 | - |
| YUV | 152.14 | 63.59 | 194.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 127 | 38 | 0 | 0.48 | 0.84 | 0.04 | 25.8 | 0.91 | 0.55 |
| Hex | F5 | 7F | 26 | 0 | 30 | 54 | 4 | 1A | 5B | 37 |
| Octal | 365 | 177 | 46 | 0 | 60 | 124 | 4 | 32 | 133 | 67 |
| Binary | 11110101 | 1111111 | 100110 | 0 | 110000 | 1010100 | 100 | 11010 | 1011011 | 110111 |
Color Harmonies of #F57F26
Complementary color
Monochromatic Colors of #F57F26
Black with #F57F26
Text Example
Text Example
White with #F57F26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F57F26; }
p { color: rgb(245,127,38); }
H1.HeaderClassName
{
color: #F57F26;
}
.AnyTagClassName
{
color: #F57F26;
}
</style>
background-color css
<style>
a { background-color: #F57F26; }
a { background-color: rgb(245,127,38); }
div.DivClassName
{
background-color: #F57F26;
}
.BgClassName
{
background-color: #F57F26;
}
</style>
border-color css
<style>
span { border-color: #F57F26; }
span { border-color: rgb(245,127,38); }
td.TdClassName
{
border-color: #F57F26;
}
.TagClassName
{
border-color: #F57F26;
}
</style>