#F76A20

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

Shades of Pumpkin #F76A20

Tints of Pumpkin #F76A20

Color information

#F76A20 (or 0xF76A20) is unknown color: approx Pumpkin. HEX triplet: F7, 6A and 20. RGB value is (247,106,32). Sum of RGB (Red+Green+Blue) = 247+106+32=385 (50% of max value = 765). Red value is 247 (96.88% from 255 or 64.16% from 385); Green value is 106 (41.80% from 255 or 27.53% from 385); Blue value is 32 (12.89% from 255 or 8.31% from 385); Max value from RGB is 247 - color contains mainly: red. Hex color #F76A20 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F76A20 is #0895DF. Grayscale: #8C8C8C. Windows color (decimal): -562656 or 2124535. OLE color: 2124535.

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

Color convert

RGB24710632-
CMYK00.570.870.03
HSL20.65º93.07%54.71%-
HSV(B)20.65º87.04%96.86%-
XYZ43.7730.194.89-
YUV139.7267.21204.52-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 64.16%
GREEN value IS 106 (41.80% from 255) = 27.53%
BLUE value IS 32 (12.89% from 255) = 8.31%
R=64.16%
G=27.53%
B=8.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.87
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2471063200.570.870.0320.6593.0754.71
HexF76A20039573155d37
Octal3671524007112732513567
Binary1111011111010101000000111001101011111101011011101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F76A20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F76A20; }

 p { color: rgb(247,106,32); }

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

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

 a { background-color: rgb(247,106,32); }

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

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

 span { border-color: rgb(247,106,32); }

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