Shades of Pumpkin #F5770B
Tints of Pumpkin #F5770B
RGB
CMYK
RGB Variations
Color information
#F5770B (or 0xF5770B) is known color: Pumpkin. HEX triplet: F5, 77 and 0B. RGB value is (245,119,11). Sum of RGB (Red+Green+Blue) = 245+119+11=375 (49% of max value = 765). Red value is 245 (96.09% from 255 or 65.33% from 375); Green value is 119 (46.88% from 255 or 31.73% from 375); Blue value is 11 (4.69% from 255 or 2.93% from 375); Max value from RGB is 245 - color contains mainly: red. Hex color #F5770B is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F5770B is #0A88F4. Grayscale: #909090. Windows color (decimal): -690421 or 751605. OLE color: 751605.
HSL color Cylindrical-coordinate representation of color #F5770B: hue angle of 27.69º degrees, saturation: 0.92, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F5770B is Cyan = 0, Magento = 0.51, Yellow = 0.96 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 119 | 11 | - |
| CMYK | 0 | 0.51 | 0.96 | 0.04 |
| HSL | 27.69º | 0.92% | 0.5% | - |
| HSV(B) | 27.69º | 0.96% | 0.96% | - |
| XYZ | 44.31 | 32.63 | 4.28 | - |
| YUV | 144.36 | 52.74 | 199.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 119 | 11 | 0 | 0.51 | 0.96 | 0.04 | 27.69 | 0.92 | 0.5 |
| Hex | F5 | 77 | B | 0 | 33 | 60 | 4 | 1C | 5C | 32 |
| Octal | 365 | 167 | 13 | 0 | 63 | 140 | 4 | 34 | 134 | 62 |
| Binary | 11110101 | 1110111 | 1011 | 0 | 110011 | 1100000 | 100 | 11100 | 1011100 | 110010 |
Color Harmonies of #F5770B
Complementary color
Monochromatic Colors of #F5770B
Black with #F5770B
Text Example
Text Example
White with #F5770B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5770B; }
p { color: rgb(245,119,11); }
H1.HeaderClassName
{
color: #F5770B;
}
.AnyTagClassName
{
color: #F5770B;
}
</style>
background-color css
<style>
a { background-color: #F5770B; }
a { background-color: rgb(245,119,11); }
div.DivClassName
{
background-color: #F5770B;
}
.BgClassName
{
background-color: #F5770B;
}
</style>
border-color css
<style>
span { border-color: #F5770B; }
span { border-color: rgb(245,119,11); }
td.TdClassName
{
border-color: #F5770B;
}
.TagClassName
{
border-color: #F5770B;
}
</style>