#F78216

Color #F78216 Pumpkin (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pumpkin #F78216

Tints of Pumpkin #F78216

Color information

#F78216 (or 0xF78216) is unknown color: approx Pumpkin. HEX triplet: F7, 82 and 16. RGB value is (247,130,22). Sum of RGB (Red+Green+Blue) = 247+130+22=399 (52% of max value = 765). Red value is 247 (96.88% from 255 or 61.90% from 399); Green value is 130 (51.17% from 255 or 32.58% from 399); Blue value is 22 (8.98% from 255 or 5.51% from 399); Max value from RGB is 247 - color contains mainly: red. Hex color #F78216 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F78216 is #087DE9. Grayscale: #999999. Windows color (decimal): -556522 or 1475319. OLE color: 1475319.

HSL color Cylindrical-coordinate representation of color #F78216: hue angle of 28.8º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F78216 is Cyan = 0, Magento = 0.47, Yellow = 0.91 and Black (K on CMYK) = 0.03.

Color convert

RGB24713022-
CMYK00.470.910.03
HSL28.8º93.36%52.75%-
HSV(B)28.8º91.09%96.86%-
XYZ46.4935.85.22-
YUV152.6754.26195.28-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 247 (96.88% from 255) = 61.90%
GREEN value IS 130 (51.17% from 255) = 32.58%
BLUE value IS 22 (8.98% from 255) = 5.51%
R=61.90%
G=32.58%
B=5.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.91
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2471302200.470.910.0328.893.3652.75
HexF7821602F5B31d5d35
Octal3672022605713333513565
Binary1111011110000010101100101111101101111111011011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F78216

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F78216; }

 p { color: rgb(247,130,22); }

 H1.HeaderClassName
 {
   color: #F78216;
 }
 .AnyTagClassName
 {
   color: #F78216;
 }
</style>
background-color css

<style>
 a { background-color: #F78216; }

 a { background-color: rgb(247,130,22); }

 div.DivClassName
 {
   background-color: #F78216;
 }
 .BgClassName
 {
   background-color: #F78216;
 }
</style>
border-color css

<style>
 span { border-color: #F78216; }

 span { border-color: rgb(247,130,22); }

 td.TdClassName
 {
   border-color: #F78216;
 }
 .TagClassName
 {
   border-color: #F78216;
 }
</style>