#F66A20

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

Shades of Pumpkin #F66A20

Tints of Pumpkin #F66A20

Color information

#F66A20 (or 0xF66A20) is unknown color: approx Pumpkin. HEX triplet: F6, 6A and 20. RGB value is (246,106,32). Sum of RGB (Red+Green+Blue) = 246+106+32=384 (50% of max value = 765). Red value is 246 (96.48% from 255 or 64.06% from 384); Green value is 106 (41.80% from 255 or 27.60% from 384); Blue value is 32 (12.89% from 255 or 8.33% from 384); Max value from RGB is 246 - color contains mainly: red. Hex color #F66A20 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F66A20 is #0995DF. Grayscale: #8B8B8B. Windows color (decimal): -628192 or 2124534. OLE color: 2124534.

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

Color convert

RGB24610632-
CMYK00.570.870.04
HSL20.75º92.24%54.51%-
HSV(B)20.75º86.99%96.47%-
XYZ43.4230.014.87-
YUV139.4267.38204.02-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 64.06%
GREEN value IS 106 (41.80% from 255) = 27.60%
BLUE value IS 32 (12.89% from 255) = 8.33%
R=64.06%
G=27.60%
B=8.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.87
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2461063200.570.870.0420.7592.2454.51
HexF66A20039574155c37
Octal3661524007112742513467
Binary11110110110101010000001110011010111100101011011100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F66A20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F66A20; }

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

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

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

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

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

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

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

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