Shades of Pumpkin #F8780A
Tints of Pumpkin #F8780A
RGB
CMYK
RGB Variations
Color information
#F8780A (or 0xF8780A) is known color: Pumpkin. HEX triplet: F8, 78 and 0A. RGB value is (248,120,10). Sum of RGB (Red+Green+Blue) = 248+120+10=378 (50% of max value = 765). Red value is 248 (97.27% from 255 or 65.61% from 378); Green value is 120 (47.27% from 255 or 31.75% from 378); Blue value is 10 (4.30% from 255 or 2.65% from 378); Max value from RGB is 248 - color contains mainly: red. Hex color #F8780A is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F8780A is #0787F5. Grayscale: #929292. Windows color (decimal): -493558 or 686328. OLE color: 686328.
HSL color Cylindrical-coordinate representation of color #F8780A: hue angle of 27.73º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F8780A is Cyan = 0, Magento = 0.52, Yellow = 0.96 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 120 | 10 | - |
| CMYK | 0 | 0.52 | 0.96 | 0.03 |
| HSL | 27.73º | 0.94% | 0.51% | - |
| HSV(B) | 27.73º | 0.96% | 0.97% | - |
| XYZ | 45.48 | 33.41 | 4.34 | - |
| YUV | 145.73 | 51.41 | 200.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 120 | 10 | 0 | 0.52 | 0.96 | 0.03 | 27.73 | 0.94 | 0.51 |
| Hex | F8 | 78 | A | 0 | 34 | 60 | 3 | 1C | 5E | 33 |
| Octal | 370 | 170 | 12 | 0 | 64 | 140 | 3 | 34 | 136 | 63 |
| Binary | 11111000 | 1111000 | 1010 | 0 | 110100 | 1100000 | 11 | 11100 | 1011110 | 110011 |
Color Harmonies of #F8780A
Complementary color
Monochromatic Colors of #F8780A
Black with #F8780A
Text Example
Text Example
White with #F8780A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8780A; }
p { color: rgb(248,120,10); }
H1.HeaderClassName
{
color: #F8780A;
}
.AnyTagClassName
{
color: #F8780A;
}
</style>
background-color css
<style>
a { background-color: #F8780A; }
a { background-color: rgb(248,120,10); }
div.DivClassName
{
background-color: #F8780A;
}
.BgClassName
{
background-color: #F8780A;
}
</style>
border-color css
<style>
span { border-color: #F8780A; }
span { border-color: rgb(248,120,10); }
td.TdClassName
{
border-color: #F8780A;
}
.TagClassName
{
border-color: #F8780A;
}
</style>