Shades of Pumpkin #F5770F
Tints of Pumpkin #F5770F
RGB
CMYK
RGB Variations
Color information
#F5770F (or 0xF5770F) is known color: Pumpkin. HEX triplet: F5, 77 and 0F. RGB value is (245,119,15). Sum of RGB (Red+Green+Blue) = 245+119+15=379 (50% of max value = 765). Red value is 245 (96.09% from 255 or 64.64% from 379); Green value is 119 (46.88% from 255 or 31.40% from 379); Blue value is 15 (6.25% from 255 or 3.96% from 379); Max value from RGB is 245 - color contains mainly: red. Hex color #F5770F is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F5770F is #0A88F0. Grayscale: #919191. Windows color (decimal): -690417 or 1013749. OLE color: 1013749.
HSL color Cylindrical-coordinate representation of color #F5770F: hue angle of 27.13º degrees, saturation: 0.92, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F5770F is Cyan = 0, Magento = 0.51, Yellow = 0.94 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 119 | 15 | - |
| CMYK | 0 | 0.51 | 0.94 | 0.04 |
| HSL | 27.13º | 0.92% | 0.51% | - |
| HSV(B) | 27.13º | 0.94% | 0.96% | - |
| XYZ | 44.34 | 32.64 | 4.42 | - |
| YUV | 144.82 | 54.74 | 199.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 119 | 15 | 0 | 0.51 | 0.94 | 0.04 | 27.13 | 0.92 | 0.51 |
| Hex | F5 | 77 | F | 0 | 33 | 5E | 4 | 1B | 5C | 33 |
| Octal | 365 | 167 | 17 | 0 | 63 | 136 | 4 | 33 | 134 | 63 |
| Binary | 11110101 | 1110111 | 1111 | 0 | 110011 | 1011110 | 100 | 11011 | 1011100 | 110011 |
Color Harmonies of #F5770F
Complementary color
Monochromatic Colors of #F5770F
Black with #F5770F
Text Example
Text Example
White with #F5770F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5770F; }
p { color: rgb(245,119,15); }
H1.HeaderClassName
{
color: #F5770F;
}
.AnyTagClassName
{
color: #F5770F;
}
</style>
background-color css
<style>
a { background-color: #F5770F; }
a { background-color: rgb(245,119,15); }
div.DivClassName
{
background-color: #F5770F;
}
.BgClassName
{
background-color: #F5770F;
}
</style>
border-color css
<style>
span { border-color: #F5770F; }
span { border-color: rgb(245,119,15); }
td.TdClassName
{
border-color: #F5770F;
}
.TagClassName
{
border-color: #F5770F;
}
</style>