#F78416

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

Shades of Pumpkin #F78416

Tints of Pumpkin #F78416

Color information

#F78416 (or 0xF78416) is unknown color: approx Pumpkin. HEX triplet: F7, 84 and 16. RGB value is (247,132,22). Sum of RGB (Red+Green+Blue) = 247+132+22=401 (53% of max value = 765). Red value is 247 (96.88% from 255 or 61.60% from 401); Green value is 132 (51.95% from 255 or 32.92% from 401); Blue value is 22 (8.98% from 255 or 5.49% from 401); Max value from RGB is 247 - color contains mainly: red. Hex color #F78416 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F78416 is #087BE9. Grayscale: #9A9A9A. Windows color (decimal): -556010 or 1475831. OLE color: 1475831.

HSL color Cylindrical-coordinate representation of color #F78416: hue angle of 29.33º 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 #F78416 is Cyan = 0, Magento = 0.47, Yellow = 0.91 and Black (K on CMYK) = 0.03.

Color convert

RGB24713222-
CMYK00.470.910.03
HSL29.33º93.36%52.75%-
HSV(B)29.33º91.09%96.86%-
XYZ46.7536.335.31-
YUV153.8453.6194.44-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 61.60%
GREEN value IS 132 (51.95% from 255) = 32.92%
BLUE value IS 22 (8.98% from 255) = 5.49%
R=61.60%
G=32.92%
B=5.49%

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
Decimal2471322200.470.910.0329.3393.3652.75
HexF7841602F5B31d5d35
Octal3672042605713333513565
Binary1111011110000100101100101111101101111111011011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F78416

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F78416; }

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

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

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

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

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

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

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

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