Shades of Pumpkin #F57827
Tints of Pumpkin #F57827
RGB
CMYK
RGB Variations
Color information
#F57827 (or 0xF57827) is known color: Pumpkin. HEX triplet: F5, 78 and 27. RGB value is (245,120,39). Sum of RGB (Red+Green+Blue) = 245+120+39=404 (53% of max value = 765). Red value is 245 (96.09% from 255 or 60.64% from 404); Green value is 120 (47.27% from 255 or 29.70% from 404); Blue value is 39 (15.62% from 255 or 9.65% from 404); Max value from RGB is 245 - color contains mainly: red. Hex color #F57827 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F57827 is #0A87D8. Grayscale: #949494. Windows color (decimal): -690137 or 2586869. OLE color: 2586869.
HSL color Cylindrical-coordinate representation of color #F57827: hue angle of 23.59º 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 #F57827 is Cyan = 0, Magento = 0.51, Yellow = 0.84 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 120 | 39 | - |
| CMYK | 0 | 0.51 | 0.84 | 0.04 |
| HSL | 23.59º | 0.91% | 0.56% | - |
| HSV(B) | 23.59º | 0.84% | 0.96% | - |
| XYZ | 44.74 | 32.99 | 5.93 | - |
| YUV | 148.14 | 66.41 | 197.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 120 | 39 | 0 | 0.51 | 0.84 | 0.04 | 23.59 | 0.91 | 0.56 |
| Hex | F5 | 78 | 27 | 0 | 33 | 54 | 4 | 18 | 5B | 38 |
| Octal | 365 | 170 | 47 | 0 | 63 | 124 | 4 | 30 | 133 | 70 |
| Binary | 11110101 | 1111000 | 100111 | 0 | 110011 | 1010100 | 100 | 11000 | 1011011 | 111000 |
Color Harmonies of #F57827
Complementary color
Monochromatic Colors of #F57827
Black with #F57827
Text Example
Text Example
White with #F57827
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F57827; }
p { color: rgb(245,120,39); }
H1.HeaderClassName
{
color: #F57827;
}
.AnyTagClassName
{
color: #F57827;
}
</style>
background-color css
<style>
a { background-color: #F57827; }
a { background-color: rgb(245,120,39); }
div.DivClassName
{
background-color: #F57827;
}
.BgClassName
{
background-color: #F57827;
}
</style>
border-color css
<style>
span { border-color: #F57827; }
span { border-color: rgb(245,120,39); }
td.TdClassName
{
border-color: #F57827;
}
.TagClassName
{
border-color: #F57827;
}
</style>