Shades of Pumpkin #F8770A
Tints of Pumpkin #F8770A
RGB
CMYK
RGB Variations
Color information
#F8770A (or 0xF8770A) is known color: Pumpkin. HEX triplet: F8, 77 and 0A. RGB value is (248,119,10). Sum of RGB (Red+Green+Blue) = 248+119+10=377 (49% of max value = 765). Red value is 248 (97.27% from 255 or 65.78% from 377); Green value is 119 (46.88% from 255 or 31.56% from 377); Blue value is 10 (4.30% from 255 or 2.65% from 377); Max value from RGB is 248 - color contains mainly: red. Hex color #F8770A is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F8770A is #0788F5. Grayscale: #919191. Windows color (decimal): -493814 or 686072. OLE color: 686072.
HSL color Cylindrical-coordinate representation of color #F8770A: hue angle of 27.48º 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 #F8770A is Cyan = 0, Magento = 0.52, Yellow = 0.96 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 119 | 10 | - |
| CMYK | 0 | 0.52 | 0.96 | 0.03 |
| HSL | 27.48º | 0.94% | 0.51% | - |
| HSV(B) | 27.48º | 0.96% | 0.97% | - |
| XYZ | 45.36 | 33.17 | 4.3 | - |
| YUV | 145.15 | 51.74 | 201.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 119 | 10 | 0 | 0.52 | 0.96 | 0.03 | 27.48 | 0.94 | 0.51 |
| Hex | F8 | 77 | A | 0 | 34 | 60 | 3 | 1B | 5E | 33 |
| Octal | 370 | 167 | 12 | 0 | 64 | 140 | 3 | 33 | 136 | 63 |
| Binary | 11111000 | 1110111 | 1010 | 0 | 110100 | 1100000 | 11 | 11011 | 1011110 | 110011 |
Color Harmonies of #F8770A
Complementary color
Monochromatic Colors of #F8770A
Black with #F8770A
Text Example
Text Example
White with #F8770A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8770A; }
p { color: rgb(248,119,10); }
H1.HeaderClassName
{
color: #F8770A;
}
.AnyTagClassName
{
color: #F8770A;
}
</style>
background-color css
<style>
a { background-color: #F8770A; }
a { background-color: rgb(248,119,10); }
div.DivClassName
{
background-color: #F8770A;
}
.BgClassName
{
background-color: #F8770A;
}
</style>
border-color css
<style>
span { border-color: #F8770A; }
span { border-color: rgb(248,119,10); }
td.TdClassName
{
border-color: #F8770A;
}
.TagClassName
{
border-color: #F8770A;
}
</style>