#F78116

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

Shades of Pumpkin #F78116

Tints of Pumpkin #F78116

Color information

#F78116 (or 0xF78116) is unknown color: approx Pumpkin. HEX triplet: F7, 81 and 16. RGB value is (247,129,22). Sum of RGB (Red+Green+Blue) = 247+129+22=398 (52% of max value = 765). Red value is 247 (96.88% from 255 or 62.06% from 398); Green value is 129 (50.78% from 255 or 32.41% from 398); Blue value is 22 (8.98% from 255 or 5.53% from 398); Max value from RGB is 247 - color contains mainly: red. Hex color #F78116 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F78116 is #087EE9. Grayscale: #989898. Windows color (decimal): -556778 or 1475063. OLE color: 1475063.

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

Color convert

RGB24712922-
CMYK00.480.910.03
HSL28.53º93.36%52.75%-
HSV(B)28.53º91.09%96.86%-
XYZ46.3535.535.17-
YUV152.0854.59195.7-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 62.06%
GREEN value IS 129 (50.78% from 255) = 32.41%
BLUE value IS 22 (8.98% from 255) = 5.53%
R=62.06%
G=32.41%
B=5.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.91
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2471292200.480.910.0328.5393.3652.75
HexF781160305B31d5d35
Octal3672012606013333513565
Binary1111011110000001101100110000101101111111011011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F78116

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F78116; }

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

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

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

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

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

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

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

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