#F76B20

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

Shades of Pumpkin #F76B20

Tints of Pumpkin #F76B20

Color information

#F76B20 (or 0xF76B20) is unknown color: approx Pumpkin. HEX triplet: F7, 6B and 20. RGB value is (247,107,32). Sum of RGB (Red+Green+Blue) = 247+107+32=386 (51% of max value = 765). Red value is 247 (96.88% from 255 or 63.99% from 386); Green value is 107 (42.19% from 255 or 27.72% from 386); Blue value is 32 (12.89% from 255 or 8.29% from 386); Max value from RGB is 247 - color contains mainly: red. Hex color #F76B20 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F76B20 is #0894DF. Grayscale: #8C8C8C. Windows color (decimal): -562400 or 2124791. OLE color: 2124791.

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

Color convert

RGB24710732-
CMYK00.570.870.03
HSL20.93º93.07%54.71%-
HSV(B)20.93º87.04%96.86%-
XYZ43.8830.394.92-
YUV140.3166.88204.1-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 63.99%
GREEN value IS 107 (42.19% from 255) = 27.72%
BLUE value IS 32 (12.89% from 255) = 8.29%
R=63.99%
G=27.72%
B=8.29%

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
Decimal2471073200.570.870.0320.9393.0754.71
HexF76B20039573155d37
Octal3671534007112732513567
Binary1111011111010111000000111001101011111101011011101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F76B20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F76B20; }

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

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

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

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

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

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

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

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