#F78316

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

Shades of Pumpkin #F78316

Tints of Pumpkin #F78316

Color information

#F78316 (or 0xF78316) is unknown color: approx Pumpkin. HEX triplet: F7, 83 and 16. RGB value is (247,131,22). Sum of RGB (Red+Green+Blue) = 247+131+22=400 (52% of max value = 765). Red value is 247 (96.88% from 255 or 61.75% from 400); Green value is 131 (51.56% from 255 or 32.75% from 400); Blue value is 22 (8.98% from 255 or 5.5% from 400); Max value from RGB is 247 - color contains mainly: red. Hex color #F78316 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F78316 is #087CE9. Grayscale: #999999. Windows color (decimal): -556266 or 1475575. OLE color: 1475575.

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

Color convert

RGB24713122-
CMYK00.470.910.03
HSL29.07º93.36%52.75%-
HSV(B)29.07º91.09%96.86%-
XYZ46.6236.065.26-
YUV153.2653.93194.86-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 61.75%
GREEN value IS 131 (51.56% from 255) = 32.75%
BLUE value IS 22 (8.98% from 255) = 5.5%
R=61.75%
G=32.75%
B=5.5%

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
Decimal2471312200.470.910.0329.0793.3652.75
HexF7831602F5B31d5d35
Octal3672032605713333513565
Binary1111011110000011101100101111101101111111011011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F78316

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F78316; }

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

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

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

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

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

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

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

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