Shades of Pumpkin #F5770D
Tints of Pumpkin #F5770D
RGB
CMYK
RGB Variations
Color information
#F5770D (or 0xF5770D) is known color: Pumpkin. HEX triplet: F5, 77 and 0D. RGB value is (245,119,13). Sum of RGB (Red+Green+Blue) = 245+119+13=377 (49% of max value = 765). Red value is 245 (96.09% from 255 or 64.99% from 377); Green value is 119 (46.88% from 255 or 31.56% from 377); Blue value is 13 (5.47% from 255 or 3.45% from 377); Max value from RGB is 245 - color contains mainly: red. Hex color #F5770D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F5770D is #0A88F2. Grayscale: #919191. Windows color (decimal): -690419 or 882677. OLE color: 882677.
HSL color Cylindrical-coordinate representation of color #F5770D: hue angle of 27.41º degrees, saturation: 0.92, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F5770D is Cyan = 0, Magento = 0.51, Yellow = 0.95 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 119 | 13 | - |
| CMYK | 0 | 0.51 | 0.95 | 0.04 |
| HSL | 27.41º | 0.92% | 0.51% | - |
| HSV(B) | 27.41º | 0.95% | 0.96% | - |
| XYZ | 44.33 | 32.64 | 4.34 | - |
| YUV | 144.59 | 53.74 | 199.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 119 | 13 | 0 | 0.51 | 0.95 | 0.04 | 27.41 | 0.92 | 0.51 |
| Hex | F5 | 77 | D | 0 | 33 | 5F | 4 | 1B | 5C | 33 |
| Octal | 365 | 167 | 15 | 0 | 63 | 137 | 4 | 33 | 134 | 63 |
| Binary | 11110101 | 1110111 | 1101 | 0 | 110011 | 1011111 | 100 | 11011 | 1011100 | 110011 |
Color Harmonies of #F5770D
Complementary color
Monochromatic Colors of #F5770D
Black with #F5770D
Text Example
Text Example
White with #F5770D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5770D; }
p { color: rgb(245,119,13); }
H1.HeaderClassName
{
color: #F5770D;
}
.AnyTagClassName
{
color: #F5770D;
}
</style>
background-color css
<style>
a { background-color: #F5770D; }
a { background-color: rgb(245,119,13); }
div.DivClassName
{
background-color: #F5770D;
}
.BgClassName
{
background-color: #F5770D;
}
</style>
border-color css
<style>
span { border-color: #F5770D; }
span { border-color: rgb(245,119,13); }
td.TdClassName
{
border-color: #F5770D;
}
.TagClassName
{
border-color: #F5770D;
}
</style>