#FA6E20

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

Shades of Pumpkin #FA6E20

Tints of Pumpkin #FA6E20

Color information

#FA6E20 (or 0xFA6E20) is unknown color: approx Pumpkin. HEX triplet: FA, 6E and 20. RGB value is (250,110,32). Sum of RGB (Red+Green+Blue) = 250+110+32=392 (51% of max value = 765). Red value is 250 (98.05% from 255 or 63.78% from 392); Green value is 110 (43.36% from 255 or 28.06% from 392); Blue value is 32 (12.89% from 255 or 8.16% from 392); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6E20 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA6E20 is #0591DF. Grayscale: #8F8F8F. Windows color (decimal): -365024 or 2125562. OLE color: 2125562.

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

Color convert

RGB25011032-
CMYK00.560.870.02
HSL21.47º95.61%55.29%-
HSV(B)21.47º87.2%98.04%-
XYZ45.2631.585.08-
YUV142.9765.38204.34-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 63.78%
GREEN value IS 110 (43.36% from 255) = 28.06%
BLUE value IS 32 (12.89% from 255) = 8.16%
R=63.78%
G=28.06%
B=8.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.87
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2501103200.560.870.0221.4795.6155.29
HexFA6E20038572156037
Octal3721564007012722514067
Binary1111101011011101000000111000101011110101011100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA6E20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA6E20; }

 p { color: rgb(250,110,32); }

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

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

 a { background-color: rgb(250,110,32); }

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

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

 span { border-color: rgb(250,110,32); }

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