Shades of Pumpkin #F7780D
Tints of Pumpkin #F7780D
RGB
CMYK
RGB Variations
Color information
#F7780D (or 0xF7780D) is known color: Pumpkin. HEX triplet: F7, 78 and 0D. RGB value is (247,120,13). Sum of RGB (Red+Green+Blue) = 247+120+13=380 (50% of max value = 765). Red value is 247 (96.88% from 255 or 65% from 380); Green value is 120 (47.27% from 255 or 31.58% from 380); Blue value is 13 (5.47% from 255 or 3.42% from 380); Max value from RGB is 247 - color contains mainly: red. Hex color #F7780D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F7780D is #0887F2. Grayscale: #929292. Windows color (decimal): -559091 or 882935. OLE color: 882935.
HSL color Cylindrical-coordinate representation of color #F7780D: hue angle of 27.44º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F7780D is Cyan = 0, Magento = 0.51, Yellow = 0.95 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 120 | 13 | - |
| CMYK | 0 | 0.51 | 0.95 | 0.03 |
| HSL | 27.44º | 0.94% | 0.51% | - |
| HSV(B) | 27.44º | 0.95% | 0.97% | - |
| XYZ | 45.15 | 33.24 | 4.42 | - |
| YUV | 145.78 | 53.08 | 200.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 120 | 13 | 0 | 0.51 | 0.95 | 0.03 | 27.44 | 0.94 | 0.51 |
| Hex | F7 | 78 | D | 0 | 33 | 5F | 3 | 1B | 5E | 33 |
| Octal | 367 | 170 | 15 | 0 | 63 | 137 | 3 | 33 | 136 | 63 |
| Binary | 11110111 | 1111000 | 1101 | 0 | 110011 | 1011111 | 11 | 11011 | 1011110 | 110011 |
Color Harmonies of #F7780D
Complementary color
Monochromatic Colors of #F7780D
Black with #F7780D
Text Example
Text Example
White with #F7780D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7780D; }
p { color: rgb(247,120,13); }
H1.HeaderClassName
{
color: #F7780D;
}
.AnyTagClassName
{
color: #F7780D;
}
</style>
background-color css
<style>
a { background-color: #F7780D; }
a { background-color: rgb(247,120,13); }
div.DivClassName
{
background-color: #F7780D;
}
.BgClassName
{
background-color: #F7780D;
}
</style>
border-color css
<style>
span { border-color: #F7780D; }
span { border-color: rgb(247,120,13); }
td.TdClassName
{
border-color: #F7780D;
}
.TagClassName
{
border-color: #F7780D;
}
</style>